Searched refs:get_blocktype_secs (Results 1 – 3 of 3) sorted by relevance
570 int node_secs = get_blocktype_secs(sbi, F2FS_DIRTY_NODES); in has_not_enough_free_secs()571 int dent_secs = get_blocktype_secs(sbi, F2FS_DIRTY_DENTS); in has_not_enough_free_secs()572 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in has_not_enough_free_secs()
171 int node_secs = get_blocktype_secs(sbi, F2FS_DIRTY_NODES); in f2fs_need_SSR()172 int dent_secs = get_blocktype_secs(sbi, F2FS_DIRTY_DENTS); in f2fs_need_SSR()173 int imeta_secs = get_blocktype_secs(sbi, F2FS_DIRTY_IMETA); in f2fs_need_SSR()
1870 static inline int get_blocktype_secs(struct f2fs_sb_info *sbi, int block_type) in get_blocktype_secs() function