Searched refs:current_fh (Results 1 – 3 of 3) sorted by relevance
/fs/nfsd/ |
D | nfs4proc.c | 62 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 153 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument 170 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 194 do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in do_open_lookup() argument 226 status = do_nfsd_create(rqstp, current_fh, open->op_fname.data, in do_open_lookup() 241 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup() 243 fh_unlock(current_fh); in do_open_lookup() 261 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup() 262 fh_dup2(current_fh, resfh); in do_open_lookup() 270 do_open_fhandle(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in do_open_fhandle() argument [all …]
|
D | nfs4state.c | 296 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct svc_fh *current_fh, u… in alloc_init_deleg() argument 330 fh_copy_shallow(&dp->dl_fh, ¤t_fh->fh_handle); in alloc_init_deleg() 2057 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 2518 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument 2520 struct inode *ino = current_fh->fh_dentry->d_inode; in nfs4_share_conflict() 3002 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument 3007 struct inode *ino = current_fh->fh_dentry->d_inode; in nfsd4_process_open2() 3040 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() 3044 status = nfs4_get_vfs_file(rqstp, fp, current_fh, open); in nfsd4_process_open2() 3050 status = nfsd4_truncate(rqstp, current_fh, open); in nfsd4_process_open2() [all …]
|
D | xdr4.h | 54 struct svc_fh current_fh; member 584 struct svc_fh *current_fh, struct nfsd4_open *open);
|