Home
last modified time | relevance | path

Searched refs:NFSEXP_XPRTSEC_NONE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/nfsd/
Dexport.h69 #define NFSEXP_XPRTSEC_NONE 0x0001 macro
75 #define NFSEXP_XPRTSEC_ALL (NFSEXP_XPRTSEC_NONE | \
/Linux-v6.6/fs/nfsd/
Dexport.c1065 if (exp->ex_xprtsec_modes & NFSEXP_XPRTSEC_NONE) { in check_nfsd_access()