Searched refs:hfs_chash_snoop (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c225 hfs_chash_snoop(struct hfsmount *hfsmp, ino_t inum, int existence_only, int (*callout)(const struct cat_desc *, function
H A Dhfs_cnode.h373 extern int hfs_chash_snoop(struct hfsmount *, ino_t, int, int (*)(const struct cat_desc *,
H A Dhfs_catalog.c310 * Note that we pass (existence_only == 1) argument to hfs_chash_snoop.
313 if (hfs_chash_snoop (hfsmp, nextCNID, 1, NULL, NULL) == 0) {
2506 if (hfs_chash_snoop (hfsmp, nextCNID, 1, NULL, NULL) == 0) {
H A Dhfs_readwrite.c1069 if (hfs_chash_snoop(hfsmp, cnid, 0, snoop_callback, &c_info) == 0) {

Completed in 49 milliseconds