Home
last modified time | relevance | path

Searched refs:vnop_default_desc (Results 1 – 11 of 11) sorted by relevance

/xnu-11215.81.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c107 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void ))vn_default_error },
/xnu-11215.81.4/bsd/vfs/
H A Dvnode_if.c77 struct vnodeop_desc vnop_default_desc = { variable
1216 &vnop_default_desc, /* MUST BE FIRST */
/xnu-11215.81.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c411 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC) vn_default_error }, /* default */
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1589 { .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 Ddevfs_fdesc_support.c739 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)fdesc_error },
/xnu-11215.81.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c84 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },
/xnu-11215.81.4/bsd/miscfs/bindfs/
H A Dbind_vnops.c646 {.opve_op = &vnop_default_desc, .opve_impl = (vop_t)bindfs_default}, /* default */
/xnu-11215.81.4/bsd/miscfs/routefs/
H A Droutefs_ops.c509 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void *)vn_default_error },
/xnu-11215.81.4/bsd/sys/
H A Dvnode_if.h95 extern struct vnodeop_desc vnop_default_desc;
/xnu-11215.81.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c1160 …{.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 Dspec_vnops.c137 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)(void (*)(void))vn_default_error },