Searched refs:free_user_blocks (Results 1 – 6 of 6) sorted by relevance
105 return atomic_read(&rl->free_user_blocks); in pblk_rl_nr_user_free_blks()165 free_blocks = atomic_add_return(blk_in_line, &rl->free_user_blocks); in pblk_rl_free_lines_inc()180 &rl->free_user_blocks); in pblk_rl_free_lines_dec()182 free_blocks = atomic_read(&rl->free_user_blocks); in pblk_rl_free_lines_dec()
53 int free_blocks, free_user_blocks, total_blocks; in pblk_sysfs_rate_limiter() local58 free_user_blocks = pblk_rl_nr_user_free_blks(&pblk->rl); in pblk_sysfs_rate_limiter()78 free_user_blocks, in pblk_sysfs_rate_limiter()
297 atomic_t free_user_blocks; /* Number of user free blocks (no OP) */ member
704 atomic_set(&pblk->rl.free_user_blocks, nr_free_chks); in pblk_set_provision()
104 static inline block_t free_user_blocks(struct f2fs_sb_info *sbi) in free_user_blocks() function168 free_user_blocks(sbi) < limit_free_user_blocks(sbi)) in has_enough_invalid_blocks()
159 si->util_free = (int)(free_user_blocks(sbi) >> sbi->log_blocks_per_seg) in update_general_status()