Searched refs:vnop_open_desc (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215.81.4/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 110 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)dead_open }, /* open */
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vnode_if.c | 181 struct vnodeop_desc vnop_open_desc = { variable 1224 &vnop_open_desc,
|
| H A D | kpi_vfs.c | 3669 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 D | mockfs_vnops.c | 414 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC) err_open }, /* open */
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1594 { .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 D | devfs_fdesc_support.c | 743 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)fdesc_open }, /* open */
|
| /xnu-11215.81.4/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 88 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)fifo_open }, /* open */
|
| /xnu-11215.81.4/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 648 {.opve_op = &vnop_open_desc, .opve_impl = (vop_t)bindfs_open}, /* open */
|
| /xnu-11215.81.4/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 514 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)err_open }, /* open */
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | vnode_if.h | 107 extern struct vnodeop_desc vnop_open_desc;
|
| /xnu-11215.81.4/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 1161 …{.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 D | spec_vnops.c | 141 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)spec_open }, /* open */
|