Lines Matching refs:i_data
155 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets); in ext4_get_branch()
213 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near()
1102 __le32 *i_data = ei->i_data; in ext4_ind_truncate() local
1141 ext4_free_data(handle, inode, NULL, i_data+offsets[0], in ext4_ind_truncate()
1142 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1179 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_truncate()
1182 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_truncate()
1186 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_truncate()
1189 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_truncate()
1193 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_truncate()
1196 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_truncate()
1218 __le32 *i_data = ei->i_data; in ext4_ind_remove_space() local
1243 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1244 i_data + offsets2[0]); in ext4_ind_remove_space()
1259 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1260 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
1433 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_remove_space()
1436 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_remove_space()
1442 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_remove_space()
1445 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_remove_space()
1451 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_remove_space()
1454 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_remove_space()