Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddata.c3852 unsigned int secidx = start_blk / blk_per_sec; in f2fs_migrate_blocks() local
3866 for (; secidx <= end_sec; secidx++) { in f2fs_migrate_blocks()
3867 unsigned int blkofs_end = secidx == end_sec ? in f2fs_migrate_blocks()
3882 unsigned int blkidx = secidx * blk_per_sec + blkofs; in f2fs_migrate_blocks()