Home
last modified time | relevance | path

Searched refs:vnop_open_desc (Results 1 – 12 of 12) sorted by relevance

/xnu-11215.81.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c110 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)dead_open }, /* open */
/xnu-11215.81.4/bsd/vfs/
H A Dvnode_if.c181 struct vnodeop_desc vnop_open_desc = { variable
1224 &vnop_open_desc,
H A Dkpi_vfs.c3669 a.a_desc = &vnop_open_desc; in VNOP_OPEN()
3674 _err = (*vp->v_op[vnop_open_desc.vdesc_offset])(&a); in VNOP_OPEN()
/xnu-11215.81.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c414 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC) err_open }, /* open */
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1594 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)nop_open }, /* open */
1640 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)spec_open }, /* open */
1685 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)nop_open }, /* open */
H A Ddevfs_fdesc_support.c743 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)fdesc_open }, /* open */
/xnu-11215.81.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c88 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)fifo_open }, /* open */
/xnu-11215.81.4/bsd/miscfs/bindfs/
H A Dbind_vnops.c648 {.opve_op = &vnop_open_desc, .opve_impl = (vop_t)bindfs_open}, /* open */
/xnu-11215.81.4/bsd/miscfs/routefs/
H A Droutefs_ops.c514 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)err_open }, /* open */
/xnu-11215.81.4/bsd/sys/
H A Dvnode_if.h107 extern struct vnodeop_desc vnop_open_desc;
/xnu-11215.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c1161 …{.opve_op = &vnop_open_desc, .opve_impl = (vop_t)nullfs_open}, {.opve_op = &vnop_close_desc, .opve…
/xnu-11215.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c141 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)spec_open }, /* open */