Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvnode_if.c198 struct vnodeop_desc vnop_close_desc = { variable
1226 &vnop_close_desc,
H A Dkpi_vfs.c3766 a.a_desc = &vnop_close_desc; in VNOP_CLOSE()
3771 _err = (*vp->v_op[vnop_close_desc.vdesc_offset])(&a); in VNOP_CLOSE()
/xnu-12377.81.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c112 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)dead_nullop }, /* close */
/xnu-12377.81.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c416 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC) err_close }, /* close */
/xnu-12377.81.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1704 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)devfs_close }, /* close */
1750 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)devfsspec_close }, /* close */
1795 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)devfs_close }, /* close */
H A Ddevfs_fdesc_support.c784 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)fdesc_nullop }, /* close */
/xnu-12377.81.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c89 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)fifo_close }, /* close */
/xnu-12377.81.4/bsd/miscfs/routefs/
H A Droutefs_ops.c515 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)err_close }, /* close */
/xnu-12377.81.4/bsd/miscfs/bindfs/
H A Dbind_vnops.c649 {.opve_op = &vnop_close_desc, .opve_impl = (vop_t)bindfs_close}, /* close */
/xnu-12377.81.4/bsd/sys/
H A Dvnode_if.h108 extern struct vnodeop_desc vnop_close_desc;
/xnu-12377.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-12377.81.4/bsd/miscfs/specfs/
H A Dspec_vnops.c142 { .opve_op = &vnop_close_desc, .opve_impl = (VOPFUNC)spec_close }, /* close */