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()
5558 uint32_t trueform; in nfs_trueform() local5560 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()