Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h73 (BLKS_PER_SEC(sbi) - (sbi)->unusable_blocks_per_sec)
H A Dgc.c2226 div_u64_rem(block_count, BLKS_PER_SEC(sbi), &rem); in f2fs_resize_fs()
2248 secs = div_u64(shrunk_blocks, BLKS_PER_SEC(sbi)); in f2fs_resize_fs()
H A Ddebug.c114 else if (sec_blks == BLKS_PER_SEC(sbi)) in update_multidevice_stats()
H A Df2fs.h1887 #define BLKS_PER_SEC(sbi) (SEGS_TO_BLKS(sbi, (sbi)->segs_per_sec)) macro
2651 return div_u64(get_pages(sbi, block_type) + BLKS_PER_SEC(sbi) - 1, in get_blocktype_secs()
2652 BLKS_PER_SEC(sbi)); in get_blocktype_secs()
H A Ddata.c3846 unsigned int blk_per_sec = BLKS_PER_SEC(sbi); in f2fs_migrate_blocks()
3925 unsigned int blks_per_sec = BLKS_PER_SEC(sbi); in check_swap_activate()
H A Dsegment.c2242 BLKS_PER_SEC(sbi)); in f2fs_clear_prefree_segments()