Searched refs:vnop_whiteout_desc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvnode_if.c130 struct vnodeop_desc vnop_whiteout_desc = { variable in typeref:struct:vnodeop_desc
988 &vnop_whiteout_desc,
H A Dkpi_vfs.c2672 a.a_desc = &vnop_whiteout_desc;
2684 _err = (*dvp->v_op[vnop_whiteout_desc.vdesc_offset])(&a);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vnops.c105 { &vnop_whiteout_desc, (VOPFUNC)ufs_whiteout }, /* whiteout */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_if.h96 extern struct vnodeop_desc vnop_whiteout_desc;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1389 { &vnop_whiteout_desc, (VOPFUNC)err_whiteout }, /* whiteout */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c82 {&vnop_whiteout_desc, (VOPFUNC)err_whiteout}, /* whiteout - not supported */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c1686 { &vnop_whiteout_desc, (VOPFUNC)union_whiteout }, /* whiteout */
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c4362 { &vnop_whiteout_desc, (VOPFUNC)hfs_vnop_whiteout},

Completed in 116 milliseconds