Home
last modified time | relevance | path

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

/linux-5.19.10/fs/f2fs/
Ddata.c3800 unsigned int secidx = start_blk / blk_per_sec; in f2fs_migrate_blocks() local
3801 unsigned int end_sec = secidx + blkcnt / blk_per_sec; in f2fs_migrate_blocks()
3810 for (; secidx < end_sec; secidx++) { in f2fs_migrate_blocks()
3821 unsigned int blkidx = secidx * blk_per_sec + blkofs; in f2fs_migrate_blocks()