Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst212 ``dx_root.info.indirect_levels`` is non-zero then the htree has that many
236 The root of the htree is in ``struct dx_root``, which is the full length
401 The hash maps that exist in both ``struct dx_root`` and
429 ``count`` entries in the dx_root/dx_node structures are adjusted as
453 (dx_root or dx_node), all of the htree indices (dx_entry) that are in
/linux/fs/ext4/
H A Dnamei.c247 struct dx_root struct
783 struct dx_root *root; in dx_probe()
795 root = (struct dx_root *) frame->bh->b_data; in dx_probe()
947 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()
2161 static bool ext4_check_dx_root(struct inode *dir, struct dx_root *root) in ext4_check_dx_root()
2216 struct dx_root *root; in make_indexed_dir()
2242 root = (struct dx_root *) bh->b_data; in make_indexed_dir()
2610 struct dx_root *dxroot; in ext4_dx_add_entry()
2618 dxroot = (struct dx_root *)frames[0].bh->b_data; in ext4_dx_add_entry()