Home
last modified time | relevance | path

Searched refs:nfstov_type (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c271 nfstov_type(nfstype nvtype, int nfsvers) in nfstov_type() function
1502 nvap->nva_type = vtype = nfstov_type(nvtype, nfsvers); in nfs_parsefattr()
1521 vtype = nfstov_type(nvtype, nfsvers); in nfs_parsefattr()
H A Dnfs.h1260 enum vtype nfstov_type(nfstype, int);
H A Dnfs4_subs.c1830 nvap->nva_type = nfstov_type(val, NFS_VER4); in nfs4_parsefattr()
H A Dnfs_serv.c2413 vtyp = nfstov_type(nvtype, NFS_VER3); in nfsrv_mknod()
H A Dnfs4_vnops.c7275 if (vnode_vtype(newvp) != nfstov_type(type, nfsvers)) { in nfs4_create_rpc()