Home
last modified time | relevance | path

Searched refs:cur_fh (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/nfsd/
Dnfs4state.c5043 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, in nfs4_get_vfs_file() argument
5098 status = nfsd_file_acquire(rqstp, cur_fh, access, &nf); in nfs4_get_vfs_file()
5102 status = nfsd_file_create(rqstp, cur_fh, access, &nf); in nfs4_get_vfs_file()
5119 status = nfserrno(nfsd_open_break_lease(cur_fh->fh_dentry->d_inode, in nfs4_get_vfs_file()
5124 status = nfsd4_truncate(rqstp, cur_fh, open); in nfs4_get_vfs_file()
5138 struct svc_fh *cur_fh, struct nfs4_ol_stateid *stp, in nfs4_upgrade_open() argument
5145 return nfs4_get_vfs_file(rqstp, fp, cur_fh, stp, open, false); in nfs4_upgrade_open()
5166 status = nfsd4_truncate(rqstp, cur_fh, open); in nfs4_upgrade_open()