Searched refs:rqst_exp_get_by_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.h | 95 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *,
|
H A D | export.c | 1018 rqst_exp_get_by_name(struct svc_rqst *rqstp, struct path *path) in rqst_exp_get_by_name() function 1085 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent() 1091 exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
|
H A D | vfs.c | 78 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.h | 111 struct svc_export * rqst_exp_get_by_name(struct svc_rqst *,
|
H A D | export.c | 1120 rqst_exp_get_by_name(struct svc_rqst *rqstp, struct path *path) in rqst_exp_get_by_name() function 1187 struct svc_export *exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent() 1193 exp = rqst_exp_get_by_name(rqstp, path); in rqst_exp_parent()
|
H A D | vfs.c | 145 exp2 = rqst_exp_get_by_name(rqstp, &path); in nfsd_cross_mnt()
|
Completed in 11 milliseconds