Searched refs:offsets2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | indirect.c | 1235 ext4_lblk_t offsets[4], offsets2[4]; in ext4_ind_remove_space() local 1252 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space() 1259 i_data + offsets2[0]); in ext4_ind_remove_space() 1309 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1346 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1355 if (offsets[i] != offsets2[i]) { in ext4_ind_remove_space()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | indirect.c | 1240 ext4_lblk_t offsets[4], offsets2[4]; in ext4_ind_remove_space() local 1257 n2 = ext4_block_to_path(inode, end, offsets2, NULL); in ext4_ind_remove_space() 1264 i_data + offsets2[0]); in ext4_ind_remove_space() 1314 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1351 partial2 = p2 = ext4_find_shared(inode, n2, offsets2, chain2, &nr2); in ext4_ind_remove_space() 1360 if (offsets[i] != offsets2[i]) { in ext4_ind_remove_space()
|
Completed in 4 milliseconds