Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext4/
Dext4_extents.h98 __le16 eh_depth; /* has tree real underlying blocks? */ member
190 return le16_to_cpu(ext_inode_hdr(inode)->eh_depth); in ext_depth()
Dmigrate.c421 if (eh->eh_depth != 0) { in free_ext_idx()
445 if (eh->eh_depth == 0) in free_ext_block()
Dextents.c391 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) { in __ext4_ext_check()
420 max, le16_to_cpu(eh->eh_depth), depth); in __ext4_ext_check()
621 eh->eh_depth = 0; in ext4_ext_tree_init()
878 neh->eh_depth = 0; in ext4_ext_split()
964 neh->eh_depth = cpu_to_le16(depth - i); in ext4_ext_split()
1115 if (path[0].p_hdr->eh_depth) in ext4_ext_grow_indepth()
1129 neh->eh_depth = cpu_to_le16(path->p_depth + 1); in ext4_ext_grow_indepth()
2448 ext_inode_hdr(inode)->eh_depth = 0; in ext4_ext_remove_space()