Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/miscfs/deadfs/ !
H A Ddead_vnops.c117 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
/xnu-8020.101.4/bsd/vfs/ !
H A Dvnode_if.c77 struct vnodeop_desc vnop_default_desc = { variable
1216 &vnop_default_desc, /* MUST BE FIRST */
/xnu-8020.101.4/bsd/miscfs/mockfs/ !
H A Dmockfs_vnops.c411 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC) vn_default_error }, /* default */
/xnu-8020.101.4/bsd/miscfs/devfs/ !
H A Ddevfs_vnops.c1587 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
1634 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
1681 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
H A Ddevfs_fdesc_support.c736 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
/xnu-8020.101.4/bsd/miscfs/fifofs/ !
H A Dfifo_vnops.c84 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
/xnu-8020.101.4/bsd/miscfs/routefs/ !
H A Droutefs_ops.c509 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },
/xnu-8020.101.4/bsd/miscfs/bindfs/ !
H A Dbind_vnops.c645 {.opve_op = &vnop_default_desc, .opve_impl = (vop_t)bindfs_default}, /* default */
/xnu-8020.101.4/bsd/sys/ !
H A Dvnode_if.h95 extern struct vnodeop_desc vnop_default_desc;
/xnu-8020.101.4/bsd/miscfs/nullfs/ !
H A Dnull_vnops.c1152 …{.opve_op = &vnop_default_desc, .opve_impl = (vop_t)nullfs_default}, {.opve_op = &vnop_getattr_des…
/xnu-8020.101.4/bsd/nfs/ !
H A Dnfs_vnops.c167 { .opve_op = &vnop_default_desc, .opve_impl = (vnop_t *)vn_default_error },
214 { &vnop_default_desc, (vnop_t *)vn_default_error },
273 { &vnop_default_desc, (vnop_t *)vn_default_error },
315 { &vnop_default_desc, (vnop_t *)vn_default_error },
368 { &vnop_default_desc, (vnop_t *)vn_default_error },
413 { &vnop_default_desc, (vnop_t *)vn_default_error },
/xnu-8020.101.4/bsd/miscfs/specfs/ !
H A Dspec_vnops.c132 { .opve_op = &vnop_default_desc, .opve_impl = (VOPFUNC)vn_default_error },