Searched refs:rqst_exp_find (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.h | 115 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
|
H A D | nfsfh.c | 196 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry() 209 exp = rqst_exp_find(rqstp, FSID_DEV, tfh); in nfsd_set_fh_dentry()
|
H A D | export.c | 1049 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) in rqst_exp_find() function 1104 return rqst_exp_find(rqstp, FSID_NUM, fsidv); in rqst_find_fsidzero_export()
|
H A D | nfs4proc.c | 1866 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.h | 130 struct svc_export * rqst_exp_find(struct svc_rqst *, int, u32 *);
|
H A D | export.c | 1151 rqst_exp_find(struct svc_rqst *rqstp, int fsid_type, u32 *fsidv) in rqst_exp_find() function 1206 return rqst_exp_find(rqstp, FSID_NUM, fsidv); in rqst_find_fsidzero_export()
|
H A D | nfsfh.c | 198 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry()
|
H A D | nfs4proc.c | 2183 exp = rqst_exp_find(rqstp, map->fsid_type, map->fsid); in nfsd4_getdeviceinfo()
|
Completed in 14 milliseconds