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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_attrlist.c364 if ((dirhint->dh_desc.cd_flags & CD_HASBUF) &&
365 (dirhint->dh_desc.cd_nameptr != NULL)) {
366 dirhint->dh_desc.cd_flags &= ~CD_HASBUF;
367 vfs_removename((const char *)dirhint->dh_desc.cd_nameptr);
369 dirhint->dh_desc.cd_namelen = lastdescp->cd_namelen;
370 dirhint->dh_desc.cd_nameptr = (const u_int8_t *)
372 dirhint->dh_desc.cd_flags |= CD_HASBUF;
374 dirhint->dh_desc.cd_cnid = lastdescp->cd_cnid;
375 dirhint->dh_desc.cd_hint = lastdescp->cd_hint;
376 dirhint->dh_desc
[all...]
H A Dhfs_vfsutils.c2003 if ((hint->dh_desc.cd_flags & CD_HASBUF) &&
2004 (name = hint->dh_desc.cd_nameptr)) {
2005 hint->dh_desc.cd_nameptr = NULL;
2006 hint->dh_desc.cd_namelen = 0;
2007 hint->dh_desc.cd_flags &= ~CD_HASBUF;
2024 hint->dh_desc.cd_flags = 0;
2025 hint->dh_desc.cd_encoding = 0;
2026 hint->dh_desc.cd_namelen = 0;
2027 hint->dh_desc.cd_nameptr = NULL;
2028 hint->dh_desc
[all...]
H A Dhfs_catalog.c2961 parentcnid = dirhint->dh_desc.cd_parentcnid;
2973 iterator->hint.nodeNum = dirhint->dh_desc.cd_hint;
2979 if (dirhint->dh_desc.cd_namelen != 0) {
2980 if (buildkey(hfsmp, &dirhint->dh_desc, (HFSPlusCatalogKey *)key, 0) == 0) {
2993 buildthreadkey(dirhint->dh_desc.cd_parentcnid, (hfsmp->hfs_flags & HFS_STANDARD), key);
3010 ps.parentID = dirhint->dh_desc.cd_parentcnid;
3600 if (dirhint->dh_desc.cd_namelen != 0) {
3601 if (buildkey(hfsmp, &dirhint->dh_desc, (HFSPlusCatalogKey *)key, 0) == 0) {
3602 iterator->hint.nodeNum = dirhint->dh_desc.cd_hint;
3612 buildthreadkey(dirhint->dh_desc
[all...]
H A Dhfs_catalog.h157 struct cat_desc dh_desc; /* entry's descriptor */ member in struct:directoryhint
H A Dhfs_vnops.c5311 if (cat_findname(hfsmp, cnid_hint, &localhint.dh_desc) == 0) {
5312 if ( localhint.dh_desc.cd_parentcnid == cp->c_fileid) {
5318 cat_releasedesc(&localhint.dh_desc);
5347 if (dirhint->dh_desc.cd_flags & CD_EOF) {
5407 cat_releasedesc(&localhint.dh_desc);

Completed in 76 milliseconds