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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vnops.c128 { &vnop_strategy_desc, (VOPFUNC)ufs_strategy }, /* strategy */
171 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
214 { &vnop_strategy_desc, (VOPFUNC)fifo_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c142 { &vnop_strategy_desc, (VOPFUNC)dead_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c564 { &vnop_strategy_desc, (VOPFUNC)null_strategy },
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvnode_if.c949 struct vnodeop_desc vnop_strategy_desc = { variable in typeref:struct:vnodeop_desc
982 &vnop_strategy_desc, /* XXX: SPECIAL CASE */
H A Dkpi_vfs.c5034 a.a_desc = &vnop_strategy_desc;
5036 _err = (*buf_vnode(bp)->v_op[vnop_strategy_desc.vdesc_offset])(&a);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vnops.c1181 { &vnop_strategy_desc, (VOPFUNC)cd9660_strategy },/* strategy */
1229 { &vnop_strategy_desc, (VOPFUNC)cd9660_strategy },/* strategy */
1268 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
1308 { &vnop_strategy_desc, (VOPFUNC)fifo_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c113 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1412 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
1458 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_if.h135 extern struct vnodeop_desc vnop_strategy_desc;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c827 { &vnop_strategy_desc, (VOPFUNC)fdesc_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c134 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c78 {&vnop_strategy_desc, (VOPFUNC)err_strategy}, /* strategy - not supported */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c186 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
229 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
274 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
314 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
356 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
397 { &vnop_strategy_desc, (vnop_t *)fifo_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c1711 { &vnop_strategy_desc, (VOPFUNC)union_strategy }, /* strategy */
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c4344 { &vnop_strategy_desc, (VOPFUNC)hfs_vnop_strategy }, /* strategy */
4401 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
4443 { &vnop_strategy_desc, (VOPFUNC)fifo_strategy }, /* strategy */

Completed in 196 milliseconds