Searched refs:NFSMNT_INTEGRITY (Results 1 – 3 of 3) sorted by relevance
95 #define NFSMNT_INTEGRITY 0x02000000 /* Use integrity with RPCSEC_GSS */ macro
596 *flagsp |= (NFSMNT_KERB | NFSMNT_INTEGRITY); in nfs_sec_name()1277 NFSMNT_INTEGRITY | in nfs_mount()1285 NFSMNT_INTEGRITY | in nfs_mount()2246 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()2248 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()2249 NFSMNT_PRIVACY)) == (NFSMNT_KERB | NFSMNT_INTEGRITY), ",sec=krb5i", in nfscl_retopts()2251 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()
1071 #define NFSHASINTEGRITY(n) ((n)->nm_flag & NFSMNT_INTEGRITY)