Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dlockd.c51 access |= NFSD_MAY_NLM | NFSD_MAY_OWNER_OVERRIDE | NFSD_MAY_BYPASS_GSS; in nlm_fopen()
H A Dvfs.h23 #define NFSD_MAY_NLM 0x020 /* request is from lockd */ macro
H A Dnfsfh.c377 if ((access & NFSD_MAY_NLM) && (exp->ex_flags & NFSEXP_NOAUTHNLM)) in __fh_verify()
385 if (!(access & NFSD_MAY_NLM)) { in __fh_verify()
H A Dvfs.c2839 (acc & NFSD_MAY_NLM)? " nlm" : "", in nfsd_permission()
H A Dtrace.h136 { NFSD_MAY_NLM, "NLM" }, \