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

/linux-master/arch/x86/kernel/
H A Damd_nb.c232 const struct pci_device_id *root_ids = amd_root_ids; local
244 root_ids = hygon_root_ids;
257 while ((root = next_northbridge(root, root_ids)))
283 next_northbridge(root, root_ids);
299 root = next_northbridge(root, root_ids);
/linux-master/fs/btrfs/
H A Dbackref.h117 void (*cache_store)(u64 leaf_bytenr, const struct ulist *root_ids,
H A Dbackref.c44 const u64 *root_ids; local
65 cached = ctx->cache_lookup(eb->start, ctx->user_ctx, &root_ids,
74 data_len, root_ids[i],
2467 const u64 *root_ids; local
2472 &root_ids, &root_count);
2477 root_ids[i],
H A Dsend.c86 * Limit the root_ids array of struct backref_cache_entry to 17 elements.
111 u64 root_ids[SEND_MAX_BACKREF_CACHE_ROOTS]; member in struct:backref_cache_entry
112 /* Number of valid elements in the root_ids array. */
1445 *root_ids_ret = entry->root_ids;
1451 static void store_backref_cache(u64 leaf_bytenr, const struct ulist *root_ids, argument
1476 while ((node = ulist_next(root_ids, &uiter)) != NULL) {
1492 new_entry->root_ids[new_entry->num_roots] = root_id;

Completed in 160 milliseconds