Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/nfsd/
H A Dexport.h61 #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \ macro
/openbmc/linux/fs/nfsd/
H A Dexport.c539 if (~NFSEXP_SECINFO_FLAGS & (f->flags ^ exp->ex_flags)) in secinfo_parse()
1280 show_expflags(m, flags, NFSEXP_SECINFO_FLAGS); in show_secinfo_flags()
1285 f &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal()
1286 g &= NFSEXP_SECINFO_FLAGS; in secinfo_flags_equal()
H A Dnfsctl.c171 seq_printf(m, "0x%x 0x%x\n", NFSEXP_ALLFLAGS, NFSEXP_SECINFO_FLAGS); in export_features_show()