HomeSort by: relevance | last modified time | path
    Searched refs:nfsv3_type (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_common.h 42 extern nfstype nfsv3_type[];
48 #define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
  /src/sys/nfs/
nfsproto.h 233 #define vtonfsv3_type(a) txdr_unsigned(nfsv3_type[((int32_t)(a))])
nfs_subs.c 136 const nfstype nfsv3_type[9] = variable in typeref:typename:const nfstype[9]
nfs_serv.c 100 extern const nfstype nfsv3_type[9];
nfs_vnops.c 215 extern const nfstype nfsv3_type[9];

Completed in 17 milliseconds