Home
last modified time | relevance | path

Searched refs:trueform (Results 1 – 2 of 2) sorted by relevance

/src/sys/fs/nfsclient/
H A Dnfs_clvnops.c4653 uint32_t trueform; in nfs_pathconf() local
4675 trueform = UINT32_MAX; in nfs_pathconf()
4677 td->td_ucred, td, &nfsva, &attrflag, &trueform); in nfs_pathconf()
4738 (trueform == NFSV4_ACL_MODEL_NFS4 || in nfs_pathconf()
4739 trueform == UINT32_MAX)) in nfs_pathconf()
4750 trueform == NFSV4_ACL_MODEL_POSIX_DRAFT) in nfs_pathconf()
/src/sys/fs/nfs/
H A Dnfs_commonsubs.c5558 uint32_t trueform; in nfs_trueform() local
5560 trueform = NFSV4_ACL_MODEL_NONE; in nfs_trueform()
5562 trueform = NFSV4_ACL_MODEL_NFS4; in nfs_trueform()
5564 trueform = NFSV4_ACL_MODEL_POSIX_DRAFT; in nfs_trueform()
5565 return (trueform); in nfs_trueform()