Searched refs:ext4_ext_check (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | extents.c | 519 #define ext4_ext_check(inode, eh, depth, pblk) \ macro 524 return ext4_ext_check(inode, ext_inode_hdr(inode), ext_depth(inode), 0); in ext4_ext_check_inode() 631 ret = ext4_ext_check(inode, path[0].p_hdr, depth, 0); in ext4_ext_precache() 2951 if (ext4_ext_check(inode, path[0].p_hdr, depth, 0)) { in ext4_ext_remove_space()
|