Home
last modified time | relevance | path

Searched refs:NFSEXP_NOSUBTREECHECK (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/nfsd/
Dnfsfh.c33 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd_acceptable()
195 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) { in nfsd_set_fh_dentry()
391 int subtreecheck = !(exp->ex_flags & NFSEXP_NOSUBTREECHECK); in _fh_update()
411 (exp->ex_flags & NFSEXP_NOSUBTREECHECK)) in _fh_update_old()
Dexport.c1102 { NFSEXP_NOSUBTREECHECK, {"no_subtree_check", ""}},
Dnfs4proc.c768 & NFSEXP_NOSUBTREECHECK)) in nfsd4_rename()
Dnfs4xdr.c2130 if (exp->ex_flags & NFSEXP_NOSUBTREECHECK) in nfsd4_encode_fattr()
/linux-3.4.99/include/linux/nfsd/
Dexport.h36 #define NFSEXP_NOSUBTREECHECK 0x0400 macro