HomeSort by: relevance | last modified time | path
    Searched defs:nfs_strategy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvnops.c 145 static vop_strategy_t nfs_strategy; variable in typeref:typename:vop_strategy_t
188 .vop_strategy = nfs_strategy,
2584 nfs_strategy(struct vop_strategy_args *ap) function in typeref:typename:int
2590 ("nfs_strategy: buffer %p unexpectedly marked B_DONE", bp));
  /src/sys/nfs/
nfs_vnops.c 139 { &vop_strategy_desc, nfs_strategy }, /* strategy */
3039 * - do nfs_strategy() by doing I/O with nfs_readrpc/nfs_writerpc
3074 nfs_strategy(void *v) function in typeref:typename:int

Completed in 53 milliseconds