Searched refs:vnop_strategy_desc (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c142 { &vnop_strategy_desc, (VOPFUNC)dead_strategy }, /* strategy */
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c429 { &vnop_strategy_desc, (VOPFUNC) mockfs_strategy }, /* strategy */
/xnu-2422.115.4/bsd/vfs/
H A Dvnode_if.c1056 struct vnodeop_desc vnop_strategy_desc = { variable in typeref:struct:vnodeop_desc
1089 &vnop_strategy_desc, /* XXX: SPECIAL CASE */
H A Dkpi_vfs.c5278 a.a_desc = &vnop_strategy_desc;
5280 _err = (*vp->v_op[vnop_strategy_desc.vdesc_offset])(&a);
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c110 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c750 { &vnop_strategy_desc, (VOPFUNC)fdesc_strategy }, /* strategy */
H A Ddevfs_vnops.c1561 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
1607 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h142 extern struct vnodeop_desc vnop_strategy_desc;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c6869 { &vnop_strategy_desc, (VOPFUNC)hfs_vnop_strategy }, /* strategy */
6931 { &vnop_strategy_desc, (VOPFUNC)hfs_vnop_strategy }, /* strategy */
6992 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
7039 { &vnop_strategy_desc, (VOPFUNC)fifo_strategy }, /* strategy */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c188 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
233 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
288 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
329 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
381 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
423 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c141 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */

Completed in 91 milliseconds