Home
last modified time | relevance | path

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

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