Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/nfsstat/
Dnfsstat.c429 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_REMOVE]); in intpr()
882 (uintmax_t)ext_nfsstats.srvrpccnt[NFSV4OP_REMOVE], in exp_intpr()
/freebsd-12-stable/sys/nfs/
Dnfsproto.h271 #define NFSV4OP_REMOVE 28 macro
/freebsd-12-stable/sys/fs/nfs/
Dnfsport.h212 #define NFSV4OP_REMOVE 28 macro
Dnfs_commonsubs.c227 { NFSV4OP_REMOVE, 1, "Remove", 6, },
228 { NFSV4OP_REMOVE, 1, "Remove", 6, },
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdsocket.c393 NFSV4OP_REMOVE,
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c2398 *tl = txdr_unsigned(NFSV4OP_REMOVE); in nfsrpc_remove()