Lines Matching refs:thread
70 memset(rec->thread.reserved, 0, sizeof(rec->thread.reserved));
71 rec->thread.ParID = cpu_to_be32(parentid);
72 hfs_asc2mac(sb, &rec->thread.CName, name);
200 pr_err("found bad thread record in catalog\n");
204 fd->search_key->cat.ParID = rec.thread.ParID;
205 len = fd->search_key->cat.CName.len = rec.thread.CName.len;
210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len);
219 * The associated thread is also removed unless ('with_thread'==0).
359 /* remove old thread entry */
368 /* create new thread entry */