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

/darwin-on-arm/xnu/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.c1831 if ((hint->dh_desc.cd_flags & CD_HASBUF) &&
1832 (name = hint->dh_desc.cd_nameptr)) {
1833 hint->dh_desc.cd_nameptr = NULL;
1834 hint->dh_desc.cd_namelen = 0;
1835 hint->dh_desc.cd_flags &= ~CD_HASBUF;
1852 hint->dh_desc.cd_flags = 0;
1853 hint->dh_desc.cd_encoding = 0;
1854 hint->dh_desc.cd_namelen = 0;
1855 hint->dh_desc.cd_nameptr = NULL;
1856 hint->dh_desc
[all...]
H A Dhfs_catalog.c2615 parentcnid = dirhint->dh_desc.cd_parentcnid;
2627 iterator->hint.nodeNum = dirhint->dh_desc.cd_hint;
2633 if (dirhint->dh_desc.cd_namelen != 0) {
2634 if (buildkey(hfsmp, &dirhint->dh_desc, (HFSPlusCatalogKey *)key, 0) == 0) {
2647 buildthreadkey(dirhint->dh_desc.cd_parentcnid, (hfsmp->hfs_flags & HFS_STANDARD), key);
2664 ps.parentID = dirhint->dh_desc.cd_parentcnid;
3252 if (dirhint->dh_desc.cd_namelen != 0) {
3253 if (buildkey(hfsmp, &dirhint->dh_desc, (HFSPlusCatalogKey *)key, 0) == 0) {
3254 iterator->hint.nodeNum = dirhint->dh_desc.cd_hint;
3264 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.c4656 if (cat_findname(hfsmp, cnid_hint, &localhint.dh_desc) == 0) {
4657 if ( localhint.dh_desc.cd_parentcnid == cp->c_fileid) {
4663 cat_releasedesc(&localhint.dh_desc);
4692 if (dirhint->dh_desc.cd_flags & CD_EOF) {
4752 cat_releasedesc(&localhint.dh_desc);

Completed in 102 milliseconds