Home
last modified time | relevance | path

Searched refs:NFNAMEDATTR (Results 1 – 3 of 3) sorted by relevance

/src/sys/nfs/ !
H A Dnfsproto.h338 NFNAMEDATTR = 9, enumerator
/src/sys/fs/nfs/ !
H A Dnfsproto.h784 NFSOCK=6, NFFIFO=7, NFATTRDIR=8, NFNAMEDATTR=9 } nfstype; enumerator
H A Dnfs_commonsubs.c5585 ntyp = NFNAMEDATTR; in vtonfsv4_type()
5598 ntyp = fxdr_unsigned(uint32_t, ntyp) % (NFNAMEDATTR + 1); in nfsv4tov_type()
5602 } else if (ntyp == NFNAMEDATTR) { in nfsv4tov_type()