Home
last modified time | relevance | path

Searched refs:dx_node (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/filesystems/ext4/
Ddirectory.rst353 Interior nodes of an htree are recorded as ``struct dx_node``, which is
371 - The size of the block, in order to hide all of the dx_node data.
401 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes
428 ``count`` entries in the dx_root/dx_node structures are adjusted as
452 (dx_root or dx_node), all of the htree indices (dx_entry) that are in
/linux-6.1.9/fs/ext4/
Dnamei.c264 struct dx_node struct
756 dx_show_entries(hinfo, dir, ((struct dx_node *) bh->b_data)->entries, levels - 1): in dx_show_entries()
938 entries = ((struct dx_node *) frame->bh->b_data)->entries; in dx_probe()
1048 p->at = p->entries = ((struct dx_node *) bh->b_data)->entries; in ext4_htree_next_block()
2509 struct dx_node *node2; in ext4_dx_add_entry()
2541 node2 = (struct dx_node *)(bh2->b_data); in ext4_dx_add_entry()
2579 ((struct dx_node *) bh2->b_data)->entries)); in ext4_dx_add_entry()