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

  /src/sbin/fsck_lfs/
vnode.h 42 int (*v_strategy_op) (struct ubuf *); member in struct:uvnode
62 #define VOP_STRATEGY(bp) ((bp)->b_vp->v_strategy_op(bp))
vnode.h 42 int (*v_strategy_op) (struct ubuf *); member in struct:uvnode
62 #define VOP_STRATEGY(bp) ((bp)->b_vp->v_strategy_op(bp))

Completed in 22 milliseconds