Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c69 { NFSV4OP_READ, 1, "Read", 4, },
115 { NFSV4OP_READ, 1, "ReadDS", 6, },
/netbsd/sys/fs/nfs/common/
H A Doldnfsproto.h268 #define NFSV4OP_READ 25 macro
H A Dnfsport.h207 #define NFSV4OP_READ 25 macro
/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdsocket.c387 NFSV4OP_READ,
H A Dnfs_nfsdport.c698 nfsstatsv1.srvbytes[NFSV4OP_READ] += uiop->uio_resid; in nfsvno_read()