Searched refs:current_fh (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c60 struct dentry *dentry = cstate->current_fh.fh_dentry;
151 do_open_permission(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open, int accmode) argument
166 status = fh_verify(rqstp, current_fh, S_IFREG, accmode);
172 do_open_lookup(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) argument
187 status = nfsd_create_v3(rqstp, current_fh, open->op_fname.data,
202 status = nfsd_lookup(rqstp, current_fh,
204 fh_unlock(current_fh);
212 set_change_info(&open->op_cinfo, current_fh);
213 fh_dup2(current_fh, &resfh);
219 status = do_open_permission(rqstp, current_fh, ope
228 do_open_fhandle(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) argument
[all...]
H A Dnfs4state.c206 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_stateid *stp, struct svc_fh *current_fh, u32 type) argument
242 fh_copy_shallow(&dp->dl_fh, &current_fh->fh_handle);
1587 if (!cstate->current_fh.fh_dentry)
2051 nfs4_share_conflict(struct svc_fh *current_fh, unsigned int deny_type) argument
2053 struct inode *ino = current_fh->fh_dentry->d_inode;
2519 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open) argument
2523 struct inode *ino = current_fh->fh_dentry->d_inode;
2560 status = nfs4_upgrade_open(rqstp, fp, current_fh, stp, open);
2565 status = nfs4_new_open(rqstp, &stp, fp, current_fh, open);
2569 status = nfsd4_truncate(rqstp, current_fh, ope
2813 check_special_stateids(svc_fh *current_fh, stateid_t *stateid, int flags) argument
2881 struct svc_fh *current_fh = &cstate->current_fh; local
2963 struct svc_fh *current_fh = &cstate->current_fh; local
[all...]
H A Dxdr4.h47 struct svc_fh current_fh; member in struct:nfsd4_compound_state
530 struct svc_fh *current_fh, struct nfsd4_open *open);

Completed in 171 milliseconds