Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/nfsclient/
HDnfsmount.h51 uint32_t nm_newflag; /* New mount flags */ member
HDnfs_clvfsops.c1554 nmp->nm_newflag = newflag; in mountnfs()
2219 nfscl_printopt(nmp, (nmp->nm_newflag & NFSMNT_TLS) != 0, ",tls", &buf, in nfscl_retopts()
2221 nfscl_printopt(nmp, (nmp->nm_newflag & NFSMNT_SYSKRB5) != 0, in nfscl_retopts()
/freebsd-14-stable/sys/fs/nfs/
HDnfsport.h1083 #define NFSHASTLS(n) (((n)->nm_newflag & NFSMNT_TLS) != 0)
1084 #define NFSHASSYSKRB5(n) (((n)->nm_newflag & NFSMNT_SYSKRB5) != 0)