Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdsocket.c384 NFSV4OP_LOOKUP,
945 op != NFSV4OP_LOOKUP && in nfsrvd_compound()
953 op != NFSV4OP_LOOKUP && in nfsrvd_compound()
982 if (op == NFSV4OP_LOOKUP || op == NFSV4OP_LOOKUPP) { in nfsrvd_compound()
/netbsd/sys/fs/nfs/common/
H A Doldnfsproto.h258 #define NFSV4OP_LOOKUP 15 macro
H A Dnfsport.h197 #define NFSV4OP_LOOKUP 15 macro
/netbsd/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c66 { NFSV4OP_LOOKUP, 3, "Lookup", 6, },
H A Dnfs_clrpcops.c4332 *tl = txdr_unsigned(NFSV4OP_LOOKUP); in nfsrpc_getdirpath()