Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/nfs/
H A Dnfs_vnops.c112 static int nfs_strategy (struct vop_strategy_args *);
152 .vop_strategy = nfs_strategy,
3205 nfs_strategy(struct vop_strategy_args *ap) in nfs_strategy() function