Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c5613 uint32_t trueform; in nfs_trueform() local
5615 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()