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