Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c117 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)dead_write }, /* write */
/xnu-11215.81.4/bsd/vfs/
H A Dvnode_if.c283 struct vnodeop_desc vnop_write_desc = { variable
1231 &vnop_write_desc,
H A Dkpi_vfs.c3943 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 Dmockfs_vnops.c421 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC) err_write }, /* write */
/xnu-11215.81.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c94 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)fifo_write }, /* write */
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1599 { .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 Ddevfs_fdesc_support.c749 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)fdesc_write }, /* write */
/xnu-11215.81.4/bsd/miscfs/routefs/
H A Droutefs_ops.c519 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)err_write }, /* write */
/xnu-11215.81.4/bsd/sys/
H A Dvnode_if.h113 extern struct vnodeop_desc vnop_write_desc;
/xnu-11215.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c147 { .opve_op = &vnop_write_desc, .opve_impl = (VOPFUNC)spec_write }, /* write */