Home
last modified time | relevance | path

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

/trueos/sys/nfsclient/
HDnfsargs.h96 #define NFSMNT_INTEGRITY 0x02000000 /* Use integrity with RPCSEC_GSS */ macro
/trueos/sys/fs/nfsclient/
HDnfs_clvfsops.c546 *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()
/trueos/sys/fs/nfs/
HDnfsport.h855 #define NFSHASINTEGRITY(n) ((n)->nm_flag & NFSMNT_INTEGRITY)