Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h74 (BLKS_PER_SEC(sbi) - (sbi)->unusable_blocks_per_sec)
79 #define CAP_BLKS_PER_SEC(sbi) BLKS_PER_SEC(sbi)
H A Dgc.c2292 div_u64_rem(block_count, BLKS_PER_SEC(sbi), &rem); in f2fs_resize_fs()
2314 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.h2054 #define BLKS_PER_SEC(sbi) (SEGS_TO_BLKS(sbi, (sbi)->segs_per_sec)) macro
2805 return div_u64(get_pages(sbi, block_type) + BLKS_PER_SEC(sbi) - 1, in get_blocktype_secs()
2806 BLKS_PER_SEC(sbi)); in get_blocktype_secs()
H A Ddata.c4167 unsigned int blk_per_sec = BLKS_PER_SEC(sbi); in f2fs_migrate_blocks()
4246 unsigned int blks_per_sec = BLKS_PER_SEC(sbi); in check_swap_activate()
H A Dsysfs.c1877 (BLKS_PER_SEC(sbi) << (F2FS_BLKSIZE_BITS - 10)) >> 10); in disk_map_seq_show()
H A Dsegment.c2227 BLKS_PER_SEC(sbi)); in f2fs_clear_prefree_segments()