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()
1114 __le32 *i_data = ei->i_data; in ext4_ind_truncate() local
1153 ext4_free_data(handle, inode, NULL, i_data+offsets[0], in ext4_ind_truncate()
1154 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1191 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_truncate()
1194 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_truncate()
1198 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_truncate()
1201 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_truncate()
1205 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_truncate()
1208 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_truncate()
1230 __le32 *i_data = ei->i_data; in ext4_ind_remove_space() local
1255 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1256 i_data + offsets2[0]); in ext4_ind_remove_space()
1271 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1272 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
1445 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_remove_space()
1448 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_remove_space()
1454 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_remove_space()
1457 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_remove_space()
1463 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_remove_space()
1466 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_remove_space()