Home
last modified time | relevance | path

Searched refs:NFSV4OP_GETFH (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/nfs/
H A Dnfsproto.h248 #define NFSV4OP_GETFH 10 macro
/freebsd/sys/fs/nfs/
H A Dnfsport.h194 #define NFSV4OP_GETFH 10 macro
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c938 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_GETFH], in exp_intpr()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1516 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_lookup()
2402 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_mknod()
2641 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_createv4()
3331 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_mkdir()
3540 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_readdir()
4016 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_readdirplus()
5303 *tl = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_getdirpath()
8656 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_createlayout()
9926 *tl++ = txdr_unsigned(NFSV4OP_GETFH); in nfsrpc_openattr()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c1190 op != NFSV4OP_GETFH && in nfsrvd_compound()