Searched refs:nfs_strategy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c141 static vop_strategy_t nfs_strategy; variable
186 .vop_strategy = nfs_strategy,
2593 nfs_strategy(struct vop_strategy_args *ap) function
2599 ("nfs_strategy: buffer %p unexpectedly marked B_DONE", bp));
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vnops.c138 static vop_strategy_t nfs_strategy; variable
178 .vop_strategy = nfs_strategy,
2932 nfs_strategy(struct vop_strategy_args *ap) function
2938 ("nfs_strategy: buffer %p unexpectedly marked B_DONE", bp));

Completed in 74 milliseconds