Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dexport.h113 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
Dnfsfh.c195 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry()
208 exp = rqst_exp_find(rqstp, FSID_DEV, tfh); in nfsd_set_fh_dentry()
Dexport.c1013 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) in rqst_exp_find() function
1068 return rqst_exp_find(rqstp, FSID_NUM, fsidv); in rqst_find_fsidzero_export()
Dnfs4proc.c1334 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()