Searched refs:NFSMNT_INTEGRITY (Results 1 – 3 of 3) sorted by relevance
96 #define NFSMNT_INTEGRITY 0x02000000 /* Use integrity with RPCSEC_GSS */ macro
546 *flagsp |= (NFSMNT_KERB | NFSMNT_INTEGRITY); in nfs_sec_name()1081 NFSMNT_INTEGRITY | in nfs_mount()1088 NFSMNT_INTEGRITY | in nfs_mount()1850 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()1852 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()1853 NFSMNT_PRIVACY)) == (NFSMNT_KERB | NFSMNT_INTEGRITY), ",sec=krb5i", in nfscl_retopts()1855 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()
855 #define NFSHASINTEGRITY(n) ((n)->nm_flag & NFSMNT_INTEGRITY)