Home
last modified time | relevance | path

Searched refs:old_block (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/udf/
Dpartition.c152 int udf_relocate_blocks(struct super_block *sb, long old_block, long *new_block) in udf_relocate_blocks() argument
167 if (old_block > map->s_partition_root && in udf_relocate_blocks()
168 old_block < map->s_partition_root + map->s_partition_len) { in udf_relocate_blocks()
170 packet = (old_block - map->s_partition_root) & in udf_relocate_blocks()
211 ((old_block - in udf_relocate_blocks()
219 ((old_block - in udf_relocate_blocks()
258 ((old_block - map->s_partition_root) & in udf_relocate_blocks()
Dfile.c181 long old_block, new_block; in udf_ioctl() local
204 if (get_user(old_block, (long __user *)arg)) in udf_ioctl()
207 old_block, &new_block); in udf_ioctl()
/linux-4.19.296/fs/ocfs2/
Drefcounttree.c3015 u64 old_block = ocfs2_clusters_to_blocks(sb, old_cluster); in ocfs2_duplicate_clusters_by_jbd() local
3024 for (i = 0; i < blocks; i++, old_block++, new_block++) { in ocfs2_duplicate_clusters_by_jbd()
3034 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL); in ocfs2_duplicate_clusters_by_jbd()