Searched refs:rqst_exp_find (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
H A D | export.h | 111 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
|
H A D | nfsfh.c | 178 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); nfsd_set_fh_dentry() 191 exp = rqst_exp_find(rqstp, FSID_DEV, tfh); nfsd_set_fh_dentry()
|
H A D | export.c | 1001 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) rqst_exp_find() function 1056 return rqst_exp_find(rqstp, FSID_NUM, fsidv); rqst_find_fsidzero_export()
|
H A D | nfs4proc.c | 1229 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); nfsd4_getdeviceinfo()
|
Completed in 220 milliseconds