Home
last modified time | relevance | path

Searched refs:NFSEXP_NOAUTHNLM (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/nfsd/
H A Dexport.h40 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */ macro
/linux/fs/nfsd/
H A Dexport.c1296 { NFSEXP_NOAUTHNLM, {"insecure_locks", ""}},
H A Dvfs.c2542 if (exp->ex_flags & NFSEXP_NOAUTHNLM) in nfsd_permission()