Searched refs:vnop_write_desc (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.81.4/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 117 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)dead_write }, /* write */
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vnode_if.c | 283 struct vnodeop_desc vnop_write_desc = { variable 1231 &vnop_write_desc,
|
| H A D | kpi_vfs.c | 3943 a.a_desc = &vnop_write_desc; in VNOP_WRITE() 3949 _err = (*vp->v_op[vnop_write_desc.vdesc_offset])(&a); in VNOP_WRITE()
|
| /xnu-11215.81.4/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 421 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC) err_write }, /* write */
|
| /xnu-11215.81.4/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 94 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)fifo_write }, /* write */
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1599 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)devfs_write }, /* write */ 1645 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)devfsspec_write }, /* write */
|
| H A D | devfs_fdesc_support.c | 749 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)fdesc_write }, /* write */
|
| /xnu-11215.81.4/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 519 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)err_write }, /* write */
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | vnode_if.h | 113 extern struct vnodeop_desc vnop_write_desc;
|
| /xnu-11215.81.4/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 147 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)spec_write }, /* write */
|