Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/nfsd/
Dexport.h59 #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \ macro
/linux-4.1.27/fs/nfsd/
Dexport.c474 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse()
1182 show_expflags(m, flags, NFSEXP_SECINFO_FLAGS); in show_secinfo_flags()
1187 f &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal()
1188 g &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal()
Dnfsctl.c179 seq_printf(m, "0x%x 0x%x\n", NFSEXP_ALLFLAGS, NFSEXP_SECINFO_FLAGS); in export_features_show()