Lines Matching refs:i_data
156 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets); in ext4_get_branch()
220 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near()
1113 __le32 *i_data = ei->i_data; in ext4_ind_truncate() local
1152 ext4_free_data(handle, inode, NULL, i_data+offsets[0], in ext4_ind_truncate()
1153 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1190 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_truncate()
1193 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_truncate()
1197 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_truncate()
1200 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_truncate()
1204 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_truncate()
1207 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_truncate()
1229 __le32 *i_data = ei->i_data; in ext4_ind_remove_space() local
1254 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1255 i_data + offsets2[0]); in ext4_ind_remove_space()
1270 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1271 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
1444 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_remove_space()
1447 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_remove_space()
1453 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_remove_space()
1456 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_remove_space()
1462 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_remove_space()
1465 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_remove_space()