Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfsargs.h95 #define NFSMNT_INTEGRITY 0x02000000 /* Use integrity with RPCSEC_GSS */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c596 *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()
/freebsd/sys/fs/nfs/
H A Dnfsport.h1071 #define NFSHASINTEGRITY(n) ((n)->nm_flag & NFSMNT_INTEGRITY)