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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c192 dirhint->dh_index &= HFS_INDEX_MASK;
193 if (dirhint->dh_index == HFS_INDEX_MASK) {
194 dirhint->dh_index = -1;
373 dirhint->dh_index = index - 1;
394 dirhint->dh_index |= tag;
H A Dhfs_catalog.h154 int dh_index; /* index into directory (zero relative) */ member in struct:directoryhint
H A Dhfs_vnops.c5313 localhint.dh_index = index - 1;
5328 dirhint->dh_index &= HFS_INDEX_MASK;
5329 if (dirhint->dh_index == HFS_INDEX_MASK) {
5330 dirhint->dh_index = -1;
5381 dirhint->dh_index |= tag;
H A Dhfs_vfsutils.c1988 if (hint->dh_index == index)
2023 hint->dh_index = index;
H A Dhfs_catalog.c2974 index = dirhint->dh_index + 1;
3592 index = dirhint->dh_index + 1;
3736 dirhint->dh_index = index - 1;

Completed in 103 milliseconds