Searched refs:ext4_ext_check (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/ext4/ |
D | extents.c | 425 #define ext4_ext_check(inode, eh, depth) \ macro 430 return ext4_ext_check(inode, ext_inode_hdr(inode), ext_depth(inode)); in ext4_ext_check_inode() 690 if (need_to_validate && ext4_ext_check(inode, eh, i)) in ext4_ext_find_extent() 1364 if (ext4_ext_check(inode, eh, path->p_depth - depth)) { in ext4_ext_search_right() 1377 if (ext4_ext_check(inode, eh, path->p_depth - depth)) { in ext4_ext_search_right() 2359 if (ext4_ext_check(inode, path[0].p_hdr, depth)) { in ext4_ext_remove_space() 2413 if (ext4_ext_check(inode, ext_block_hdr(bh), in ext4_ext_remove_space()
|