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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c4506 directoryhint_t localhint; local
4656 if (cat_findname(hfsmp, cnid_hint, &localhint.dh_desc) == 0) {
4657 if ( localhint.dh_desc.cd_parentcnid == cp->c_fileid) {
4658 localhint.dh_index = index - 1;
4659 localhint.dh_time = 0;
4660 bzero(&localhint.dh_link, sizeof(localhint.dh_link));
4661 dirhint = &localhint; /* don't forget to release the descriptor */
4663 cat_releasedesc(&localhint.dh_desc);
4743 (dirhint != &localhint)
[all...]

Completed in 21 milliseconds