Searched refs:leaf_head (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | btree.h | 32 u32 leaf_head; member 151 __be32 leaf_head; /* (V) The number of the first leaf node */ member
|
H A D | btree.c | 86 tree->leaf_head = be32_to_cpu(head->leaf_head); in hfs_btree_open() 176 head->leaf_head = cpu_to_be32(tree->leaf_head); in hfs_btree_write()
|
H A D | brec.c | 78 node = hfs_bnode_find(tree, tree->leaf_head); in hfs_brec_insert() 479 tree->leaf_head = tree->leaf_tail = new_node->this; in hfs_btree_inc_height()
|
H A D | bnode.c | 202 tree->leaf_head = node->next; in hfs_bnode_unlink()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | btree.h | 32 u32 leaf_head; member 151 __be32 leaf_head; /* (V) The number of the first leaf node */ member
|
H A D | btree.c | 87 tree->leaf_head = be32_to_cpu(head->leaf_head); in hfs_btree_open() 179 head->leaf_head = cpu_to_be32(tree->leaf_head); in hfs_btree_write()
|
H A D | brec.c | 78 node = hfs_bnode_find(tree, tree->leaf_head); in hfs_brec_insert() 479 tree->leaf_head = tree->leaf_tail = new_node->this; in hfs_btree_inc_height()
|
H A D | bnode.c | 195 tree->leaf_head = node->next; in hfs_bnode_unlink()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | btree.c | 170 tree->leaf_head = be32_to_cpu(head->leaf_head); in hfs_btree_open() 299 head->leaf_head = cpu_to_be32(tree->leaf_head); in hfs_btree_write()
|
H A D | brec.c | 76 node = hfs_bnode_find(tree, tree->leaf_head); in hfs_brec_insert() 483 tree->leaf_head = tree->leaf_tail = new_node->this; in hfs_btree_inc_height()
|
H A D | hfsplus_raw.h | 171 __be32 leaf_head; member
|
H A D | hfsplus_fs.h | 81 u32 leaf_head; member
|
H A D | bnode.c | 352 tree->leaf_head = node->next; in hfs_bnode_unlink()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | btree.c | 170 tree->leaf_head = be32_to_cpu(head->leaf_head); in hfs_btree_open() 300 head->leaf_head = cpu_to_be32(tree->leaf_head); in hfs_btree_write()
|
H A D | brec.c | 76 node = hfs_bnode_find(tree, tree->leaf_head); in hfs_brec_insert() 483 tree->leaf_head = tree->leaf_tail = new_node->this; in hfs_btree_inc_height()
|
H A D | hfsplus_raw.h | 171 __be32 leaf_head; member
|
H A D | hfsplus_fs.h | 81 u32 leaf_head; member
|
H A D | bnode.c | 345 tree->leaf_head = node->next; in hfs_bnode_unlink()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.c | 1273 struct list_head *leaf_head) in alloc_fake_root_bt() 1284 list_add(&hem->sibling, leaf_head); in alloc_fake_root_bt() 1270 alloc_fake_root_bt(struct hns_roce_dev *hr_dev, void *cpu_base, u64 phy_base, const struct hns_roce_buf_region *r, struct list_head *branch_head, struct list_head *leaf_head) alloc_fake_root_bt() argument
|
Completed in 16 milliseconds