Searched refs:nfsd_mountpoint (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.h | 54 int nfsd_mountpoint(struct dentry *, struct svc_export *);
|
H A D | vfs.c | 72 nfsd_mountpoint(dentry, exp) == 2) { in nfsd_cross_mnt() 155 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint() function 212 if (nfsd_mountpoint(dentry, exp)) { in nfsd_lookup_dentry()
|
H A D | nfs4xdr.c | 3311 if (nfsd_mountpoint(dentry, exp)) { in nfsd4_encode_dirent_fattr()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | vfs.h | 73 int nfsd_mountpoint(struct dentry *, struct svc_export *);
|
H A D | vfs.c | 139 nfsd_mountpoint(dentry, exp) == 2) { in nfsd_cross_mnt() 222 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint() function 273 if (nfsd_mountpoint(dentry, exp)) { in nfsd_lookup_dentry()
|
H A D | nfs4xdr.c | 3553 if (nfsd_mountpoint(dentry, exp)) { in nfsd4_encode_dirent_fattr()
|
Completed in 20 milliseconds