Searched refs:id_hash (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_catalog.h239 LIST_ENTRY(cat_preflightid) id_hash; member in struct:cat_preflightid
H A Dhfs_catalog.c167 LIST_ENTRY(cat_preflightid) id_hash;
189 for (preflight = IDHASH(hfsmp, test_fileid)->lh_first; preflight ; preflight = preflight->id_hash.le_next) {
203 LIST_INSERT_HEAD(IDHASH(hfsmp, (preflight->fileid)), preflight, id_hash);
213 if ((preflight) && ((preflight->id_hash.le_next || preflight->id_hash.le_prev))) {
214 LIST_REMOVE (preflight, id_hash);
215 preflight->id_hash.le_next = NULL;
216 preflight->id_hash.le_prev = NULL;

Completed in 29 milliseconds