/src/sys/lib/libsa/ |
nfsv2.h | 119 } nfstype; typedef in typeref:enum:__anonb01c25600103
|
/src/sys/fs/nfs/common/ |
nfs_common.h | 42 extern nfstype nfsv3_type[];
|
oldnfsproto.h | 345 } nfstype; typedef in typeref:enum:__anon1a15f1c10103 501 nfstype fa4_type;
|
nfsproto.h | 656 NFSOCK=6, NFFIFO=7, NFATTRDIR=8, NFNAMEDATTR=9 } nfstype; typedef in typeref:enum:__anond300da220103
|
nfs_commonsubs.c | 61 nfstype nfsv34_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, NFSOCK,
|
/src/sys/nfs/ |
nfsproto.h | 239 NFSOCK=6, NFFIFO=7 } nfstype; typedef in typeref:enum:__anon6c6daa020103
|
nfs_subs.c | 134 const nfstype nfsv2_type[9] = 136 const nfstype nfsv3_type[9] =
|
nfs_serv.c | 99 extern const nfstype nfsv2_type[9]; 100 extern const nfstype nfsv3_type[9];
|
nfs_vnops.c | 215 extern const nfstype nfsv3_type[9];
|
/src/sys/fs/nfs/server/ |
nfs_nfsdsubs.c | 65 static nfstype newnfsv2_type[9] = { NFNON, NFREG, NFDIR, NFBLK, NFCHR, NFLNK, 67 extern nfstype nfsv34_type[9];
|
nfs_nfsdserv.c | 1156 nfstype nfs4type = NFNON; 1180 nfs4type = fxdr_unsigned(nfstype, *tl);
|
/src/sys/fs/nfs/client/ |
nfs_clrpcops.c | 67 extern nfstype nfsv34_type[9];
|