Home
last modified time | relevance | path

Searched refs:NFSV4OP_REMOVE (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c409 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_REMOVE]); in intpr()
895 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_REMOVE], in exp_intpr()
/freebsd/sys/nfs/
H A Dnfsproto.h266 #define NFSV4OP_REMOVE 28 macro
/freebsd/sys/fs/nfs/
H A Dnfsport.h226 #define NFSV4OP_REMOVE 28 macro
H A Dnfs_commonsubs.c252 { NFSV4OP_REMOVE, 1, "Remove", 6, },
253 { NFSV4OP_REMOVE, 1, "Remove", 6, },
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c454 NFSV4OP_REMOVE,
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2894 *tl = txdr_unsigned(NFSV4OP_REMOVE); in nfsrpc_remove()