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

/darwin-on-arm/xnu/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.c4658 localhint.dh_index = index - 1;
4673 dirhint->dh_index &= HFS_INDEX_MASK;
4674 if (dirhint->dh_index == HFS_INDEX_MASK) {
4675 dirhint->dh_index = -1;
4726 dirhint->dh_index |= tag;
H A Dhfs_vfsutils.c1816 if (hint->dh_index == index)
1851 hint->dh_index = index;
H A Dhfs_catalog.c2628 index = dirhint->dh_index + 1;
3244 index = dirhint->dh_index + 1;
3383 dirhint->dh_index = index - 1;

Completed in 96 milliseconds