Lines Matching refs:i_data
154 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets); in ext4_get_branch()
212 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near()
1208 __le32 *i_data = ei->i_data; in ext4_ind_truncate() local
1247 ext4_free_data(handle, inode, NULL, i_data+offsets[0], in ext4_ind_truncate()
1248 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1285 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_truncate()
1288 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_truncate()
1291 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_truncate()
1294 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_truncate()
1297 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_truncate()
1300 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_truncate()
1321 __le32 *i_data = ei->i_data; in ext4_ind_remove_space() local
1345 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1346 i_data + offsets2[0]); in ext4_ind_remove_space()
1361 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1362 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
1535 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_remove_space()
1538 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_remove_space()
1543 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_remove_space()
1546 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_remove_space()
1551 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_remove_space()
1554 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_remove_space()