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

/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c142 { &vnop_strategy_desc, (VOPFUNC)dead_strategy }, /* strategy */
/darwin-on-arm/xnu/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.c6360 a.a_desc = &vnop_strategy_desc;
6362 _err = (*buf_vnode(bp)->v_op[vnop_strategy_desc.vdesc_offset])(&a);
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c113 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c752 { &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 */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c5980 { &vnop_strategy_desc, (VOPFUNC)hfs_vnop_strategy }, /* strategy */
6042 { &vnop_strategy_desc, (VOPFUNC)hfs_vnop_strategy }, /* strategy */
6103 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
6146 { &vnop_strategy_desc, (VOPFUNC)fifo_strategy }, /* strategy */
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h142 extern struct vnodeop_desc vnop_strategy_desc;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c186 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
231 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
286 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
327 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
379 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
421 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c140 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */

Completed in 109 milliseconds