Searched refs:vnop_searchfs_desc (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvnode_if.c735 struct vnodeop_desc vnop_searchfs_desc = { variable in typeref:struct:vnodeop_desc
1022 &vnop_searchfs_desc,
H A Dkpi_vfs.c4718 a.a_desc = &vnop_searchfs_desc;
4739 _err = (*vp->v_op[vnop_searchfs_desc.vdesc_offset])(&a);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_if.h130 extern struct vnodeop_desc vnop_searchfs_desc;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c114 {&vnop_searchfs_desc, (VOPFUNC)err_searchfs}, /* searchfs - not supported */
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c4348 { &vnop_searchfs_desc, (VOPFUNC)hfs_vnop_search }, /* search fs */

Completed in 50 milliseconds