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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c147 #define IDHASH(hfsmp, inum) (&hfsmp->hfs_idhashtbl[(inum) & hfsmp->hfs_idhash]) macro
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);

Completed in 37 milliseconds