Home
last modified time | relevance | path

Searched refs:eh_depth (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/ext4/
Dext4_extents.h89 __le16 eh_depth; /* has tree real underlying blocks? */ member
180 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth); in ext_depth()
Dmigrate.c390 if (eh->eh_depth != 0) { in free_ext_idx()
414 if (eh->eh_depth == 0) in free_ext_block()
658 eh->eh_depth != 0 || le16_to_cpu(eh->eh_entries) > 1) { in ext4_ind_migrate()
Dextents.c455 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) { in __ext4_ext_check()
496 max, le16_to_cpu(eh->eh_depth), depth); in __ext4_ext_check()
864 eh->eh_depth = 0; in ext4_ext_tree_init()
1124 neh->eh_depth = 0; in ext4_ext_split()
1202 neh->eh_depth = cpu_to_le16(depth - i); in ext4_ext_split()
1353 if (neh->eh_depth == 0) { in ext4_ext_grow_indepth()
1364 le16_add_cpu(&neh->eh_depth, 1); in ext4_ext_grow_indepth()
3079 ext_inode_hdr(inode)->eh_depth = 0; in ext4_ext_remove_space()