Lines Matching refs:i_data
153 add_chain(chain, NULL, EXT4_I(inode)->i_data + *offsets); in ext4_get_branch()
211 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near()
1206 __le32 *i_data = ei->i_data; in ext4_ind_truncate() local
1245 ext4_free_data(handle, inode, NULL, i_data+offsets[0], in ext4_ind_truncate()
1246 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_truncate()
1283 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_truncate()
1286 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_truncate()
1289 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_truncate()
1292 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_truncate()
1295 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_truncate()
1298 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_truncate()
1319 __le32 *i_data = ei->i_data; in ext4_ind_remove_space() local
1343 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1344 i_data + offsets2[0]); in ext4_ind_remove_space()
1359 ext4_free_data(handle, inode, NULL, i_data + offsets[0], in ext4_ind_remove_space()
1360 i_data + EXT4_NDIR_BLOCKS); in ext4_ind_remove_space()
1533 nr = i_data[EXT4_IND_BLOCK]; in ext4_ind_remove_space()
1536 i_data[EXT4_IND_BLOCK] = 0; in ext4_ind_remove_space()
1541 nr = i_data[EXT4_DIND_BLOCK]; in ext4_ind_remove_space()
1544 i_data[EXT4_DIND_BLOCK] = 0; in ext4_ind_remove_space()
1549 nr = i_data[EXT4_TIND_BLOCK]; in ext4_ind_remove_space()
1552 i_data[EXT4_TIND_BLOCK] = 0; in ext4_ind_remove_space()