Lines Matching refs:list_entry
232 root* r2 = CONTAINING_RECORD(le2, root, list_entry); in find_file_in_dir()
279 root* r2 = CONTAINING_RECORD(le2, root, list_entry); in find_file_in_dir()
365 InsertTailList(parts, &nb->list_entry); in split_path()
380 InsertTailList(parts, &nb->list_entry); in split_path()
408 InsertTailList(parts, &nb2->list_entry); in split_path()
434 name_bit *nb1 = CONTAINING_RECORD(RemoveHeadList(parts), name_bit, list_entry); in split_path()
445 nb = CONTAINING_RECORD(RemoveHeadList(parts), name_bit, list_entry); in split_path()
726 fcb = CONTAINING_RECORD(le, struct _fcb, list_entry);
893 InsertTailList(&fcb->hardlinks, &hl->list_entry);
958 InsertTailList(&fcb->hardlinks, &hl->list_entry);
1169 InsertTailList(&fcb->xattrs, &xa->list_entry);
1226 InsertTailList(&fcb->extents, &ext->list_entry);
1262 InsertHeadList(lastle, &fcb->list_entry);
1264 …h >> 24] || CONTAINING_RECORD(subvol->fcbs_ptrs[hash >> 24], struct _fcb, list_entry)->hash > hash)
1265 subvol->fcbs_ptrs[hash >> 24] = &fcb->list_entry;
1273 struct _fcb* fcb2 = CONTAINING_RECORD(le, struct _fcb, list_entry);
1338 InsertHeadList(lastle, &fcb->list_entry);
1340 …if (lastle == &subvol->fcbs || (CONTAINING_RECORD(lastle, struct _fcb, list_entry)->hash >> 24) !=…
1341 subvol->fcbs_ptrs[hash >> 24] = &fcb->list_entry;
1343 InsertTailList(&subvol->fcbs, &fcb->list_entry);
1345 …if (fcb->list_entry.Blink == &subvol->fcbs || (CONTAINING_RECORD(fcb->list_entry.Blink, struct _fc…
1346 subvol->fcbs_ptrs[hash >> 24] = &fcb->list_entry;
1549 struct _fcb* fcb2 = CONTAINING_RECORD(le, struct _fcb, list_entry);
1565 InsertHeadList(&sf->fcb->list_entry, &fcb->list_entry);
1596 InsertTailList(&sf->children, &sf2->list_entry);
1667 InsertTailList(&sf->children, &sf2->list_entry);
1778 nb = CONTAINING_RECORD(RemoveTailList(&parts), name_bit, list_entry);
1782 nb = CONTAINING_RECORD(RemoveTailList(&parts), name_bit, list_entry);
1801 name_bit* nb = CONTAINING_RECORD(le, name_bit, list_entry);
1827 nb = CONTAINING_RECORD(le->Blink, name_bit, list_entry);
1839 name_bit* nb2 = CONTAINING_RECORD(le->Flink, name_bit, list_entry);
1861 name_bit* nb = CONTAINING_RECORD(RemoveHeadList(&parts), name_bit, list_entry);
1983 ea_item* item = CONTAINING_RECORD(le, ea_item, list_entry); in file_create_parse_ea()
2012 InsertTailList(&ealist, &item->list_entry); in file_create_parse_ea()
2025 ea_item* item = CONTAINING_RECORD(le, ea_item, list_entry); in file_create_parse_ea()
2038 RemoveEntryList(&item->list_entry); in file_create_parse_ea()
2049 RemoveEntryList(&item->list_entry); in file_create_parse_ea()
2086 RemoveEntryList(&item->list_entry); in file_create_parse_ea()
2102 RemoveEntryList(&item->list_entry); in file_create_parse_ea()
2117 ea_item* item = CONTAINING_RECORD(le, ea_item, list_entry); in file_create_parse_ea()
2142 ea_item* item = CONTAINING_RECORD(le, ea_item, list_entry); in file_create_parse_ea()
2174 ea_item* item = CONTAINING_RECORD(RemoveHeadList(&ealist), ea_item, list_entry); in file_create_parse_ea()
2371 struct _fcb* fcb2 = CONTAINING_RECORD(le, struct _fcb, list_entry);
2400 InsertHeadList(lastle, &fcb->list_entry);
2402 …if (lastle == &fcb->subvol->fcbs || (CONTAINING_RECORD(lastle, struct _fcb, list_entry)->hash >> 2…
2403 fcb->subvol->fcbs_ptrs[fcb->hash >> 24] = &fcb->list_entry;
2405 InsertTailList(&fcb->subvol->fcbs, &fcb->list_entry);
2407 …if (fcb->list_entry.Blink == &fcb->subvol->fcbs || (CONTAINING_RECORD(fcb->list_entry.Blink, struc…
2408 fcb->subvol->fcbs_ptrs[fcb->hash >> 24] = &fcb->list_entry;
2625 InsertTailList(&parfileref->children, &fileref->list_entry);
2857 … InsertHeadList(&parfileref->fcb->list_entry, &fcb->list_entry); // insert in list after parent fcb
2962 InsertTailList(&parfileref->children, &fileref->list_entry);
3559 extent* ext = CONTAINING_RECORD(le, extent, list_entry);
3832 extent* ext = CONTAINING_RECORD(le, extent, list_entry); in open_file3()
4319 hardlink* hl = CONTAINING_RECORD(fcb->hardlinks.Flink, hardlink, list_entry);
4362 root* r2 = CONTAINING_RECORD(le, root, list_entry);
4587 root* r = CONTAINING_RECORD(le, root, list_entry);
4762 device* dev = CONTAINING_RECORD(le, device, list_entry); in verify_vcb()