Searched refs:trueform (Results 1 – 2 of 2) sorted by relevance
4653 uint32_t trueform; in nfs_pathconf() local4675 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()
5613 uint32_t trueform; in nfs_trueform() local5615 trueform = NFSV4_ACL_MODEL_NONE; in nfs_trueform()5617 trueform = NFSV4_ACL_MODEL_NFS4; in nfs_trueform()5619 trueform = NFSV4_ACL_MODEL_POSIX_DRAFT; in nfs_trueform()5620 return (trueform); in nfs_trueform()