Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/miscfs/deadfs/
H A Ddead_vnops.c92 int dead_strategy(struct vnop_strategy_args *);
132 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)dead_strategy }, /* strategy */
227 dead_strategy(struct vnop_strategy_args *ap) in dead_strategy() function