Searched refs:current_fh (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/nfsd/ |
D | nfs4proc.c | 60 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support() 151 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int … in do_open_permission() argument 166 status = fh_verify(rqstp, current_fh, S_IFREG, accmode); in do_open_permission() 172 do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in do_open_lookup() argument 201 status = nfsd_create_v3(rqstp, current_fh, open->op_fname.data, in do_open_lookup() 216 status = nfsd_lookup(rqstp, current_fh, in do_open_lookup() 218 fh_unlock(current_fh); in do_open_lookup() 226 set_change_info(&open->op_cinfo, current_fh); in do_open_lookup() 227 fh_dup2(current_fh, &resfh); in do_open_lookup() 233 status = do_open_permission(rqstp, current_fh, open, in do_open_lookup() [all …]
|
D | nfs4state.c | 206 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_stateid *stp, struct svc_fh *current_fh, u32 … in alloc_init_deleg() argument 238 fh_copy_shallow(&dp->dl_fh, ¤t_fh->fh_handle); in alloc_init_deleg() 1812 if (!cstate->current_fh.fh_dentry) in nfsd4_reclaim_complete() 2291 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) in nfs4_share_conflict() argument 2293 struct inode *ino = current_fh->fh_dentry->d_inode; in nfs4_share_conflict() 2765 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) in nfsd4_process_open2() argument 2769 struct inode *ino = current_fh->fh_dentry->d_inode; in nfsd4_process_open2() 2806 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open); in nfsd4_process_open2() 2811 status = nfs4_new_open(rqstp, &stp, fp, current_fh, open); in nfsd4_process_open2() 2815 status = nfsd4_truncate(rqstp, current_fh, open); in nfsd4_process_open2() [all …]
|
D | xdr4.h | 47 struct svc_fh current_fh; member 541 struct svc_fh *current_fh, struct nfsd4_open *open);
|