Searched refs:vnop_default_desc (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215.81.4/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 107 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void ))vn_default_error },
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vnode_if.c | 77 struct vnodeop_desc vnop_default_desc = { variable 1216 &vnop_default_desc, /* MUST BE FIRST */
|
| /xnu-11215.81.4/bsd/miscfs/mockfs/ |
| H A D | mockfs_vnops.c | 411 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC) vn_default_error }, /* default */
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_vnops.c | 1589 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)devfs_default_error }, 1636 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)devfs_default_error }, 1683 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)devfs_default_error },
|
| H A D | devfs_fdesc_support.c | 739 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)fdesc_error },
|
| /xnu-11215.81.4/bsd/miscfs/fifofs/ |
| H A D | fifo_vnops.c | 84 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },
|
| /xnu-11215.81.4/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 646 {.opve_op = &vnop_default_desc, .opve_impl = (vop_t)bindfs_default}, /* default */
|
| /xnu-11215.81.4/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 509 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void *)vn_default_error },
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | vnode_if.h | 95 extern struct vnodeop_desc vnop_default_desc;
|
| /xnu-11215.81.4/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 1160 …{.opve_op = &vnop_default_desc, .opve_impl = (vop_t)nullfs_default}, {.opve_op = &vnop_getattr_des…
|
| /xnu-11215.81.4/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 137 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },
|