Searched refs:root_entry (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ref-verify.c | 22 struct root_entry { struct 118 const struct root_entry *entry = rb_entry(node, struct root_entry, node); in root_entry_root_objectid_key_cmp() 130 const struct root_entry *new_entry = rb_entry(new, struct root_entry, node); in root_entry_root_objectid_cmp() 135 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry() 136 struct root_entry *re) in insert_root_entry() 141 return rb_entry_safe(node, struct root_entry, node); in insert_root_entry() 182 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry() 187 return rb_entry_safe(node, struct root_entry, node); in lookup_root_entry() 219 struct root_entry *re; in free_block_entry() 225 re = rb_entry(n, struct root_entry, node); in free_block_entry() [all …]
|
| /linux/drivers/iommu/intel/ |
| H A D | iommu.c | 63 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry)) 66 * Take a root_entry and return the Lower Context Table Pointer (LCTP) 69 static phys_addr_t root_entry_lctp(struct root_entry *re) in root_entry_lctp() 78 * Take a root_entry and return the Upper Context Table Pointer (UCTP) 81 static phys_addr_t root_entry_uctp(struct root_entry *re) in root_entry_uctp() 347 struct root_entry *root = &iommu->root_entry[bus]; in iommu_context_addr() 535 if (!iommu->root_entry) in free_context_table() 551 iommu_free_pages(iommu->root_entry); 552 iommu->root_entry [all...] |
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | gtt.h | 228 void *root_entry);
|