Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/nfsclient/
Dnfsargs.h98 #define NFSMNT_INTEGRITY 0x02000000 /* Use integrity with RPCSEC_GSS */ macro
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clvfsops.c551 *flagsp |= (NFSMNT_KERB | NFSMNT_INTEGRITY); in nfs_sec_name()
1194 NFSMNT_INTEGRITY | in nfs_mount()
1202 NFSMNT_INTEGRITY | in nfs_mount()
2036 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()
2038 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()
2039 NFSMNT_PRIVACY)) == (NFSMNT_KERB | NFSMNT_INTEGRITY), ",sec=krb5i", in nfscl_retopts()
2041 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts()
/freebsd-12-stable/sys/fs/nfs/
Dnfsport.h932 #define NFSHASINTEGRITY(n) ((n)->nm_flag & NFSMNT_INTEGRITY)