Searched refs:ntyp (Results 1 – 1 of 1) sorted by relevance
5630 nfstype ntyp; in vtonfsv4_type() local5633 ntyp = NFNON; in vtonfsv4_type()5635 ntyp = nfsv34_type[vap->va_type]; in vtonfsv4_type()5637 if (ntyp == NFDIR) in vtonfsv4_type()5638 ntyp = NFATTRDIR; in vtonfsv4_type()5639 else if (ntyp == NFREG) in vtonfsv4_type()5640 ntyp = NFNAMEDATTR; in vtonfsv4_type()5642 return (txdr_unsigned((uint32_t)ntyp)); in vtonfsv4_type()5649 nfsv4tov_type(uint32_t ntyp, uint16_t *bsdflags) in nfsv4tov_type() argument5653 ntyp = fxdr_unsigned(uint32_t, ntyp) % (NFNAMEDATTR + 1); in nfsv4tov_type()[all …]