Searched refs:nfstype (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/libsa/ |
H A D | nfsv2.h | 118 } nfstype; typedef
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 340 } nfstype; typedef 496 nfstype fa4_type;
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsubs.c | 63 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, 65 extern nfstype nfsv34_type[9];
|
H A D | nfs_nfsdserv.c | 1325 nfstype nfs4type = NFNON; in nfsrvd_mknod() 1350 nfs4type = fxdr_unsigned(nfstype, *tl); in nfsrvd_mknod()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 776 NFSOCK=6, NFFIFO=7, NFATTRDIR=8, NFNAMEDATTR=9 } nfstype; typedef
|
H A D | nfs_commonsubs.c | 61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 74 extern nfstype nfsv34_type[9];
|