Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c3907 unsigned int secidx = start_blk / blk_per_sec; in f2fs_migrate_blocks() local
3908 unsigned int end_sec = secidx + blkcnt / blk_per_sec; in f2fs_migrate_blocks()
3917 for (; secidx < end_sec; secidx++) { in f2fs_migrate_blocks()
3928 unsigned int blkidx = secidx * blk_per_sec + blkofs; in f2fs_migrate_blocks()

Completed in 6 milliseconds