Searched refs:free_user_blocks (Results 1 – 6 of 6) sorted by relevance
104 return atomic_read(&rl->free_user_blocks); in pblk_rl_nr_user_free_blks()164 free_blocks = atomic_add_return(blk_in_line, &rl->free_user_blocks); in pblk_rl_free_lines_inc()179 &rl->free_user_blocks); in pblk_rl_free_lines_dec()181 free_blocks = atomic_read(&rl->free_user_blocks); in pblk_rl_free_lines_dec()
52 int free_blocks, free_user_blocks, total_blocks; in pblk_sysfs_rate_limiter() local57 free_user_blocks = pblk_rl_nr_user_free_blks(&pblk->rl); in pblk_sysfs_rate_limiter()77 free_user_blocks, in pblk_sysfs_rate_limiter()
301 atomic_t free_user_blocks; /* Number of user free blocks (no OP) */ member
699 atomic_set(&pblk->rl.free_user_blocks, nr_free_blks); in pblk_set_provision()
50 static inline block_t free_user_blocks(struct f2fs_sb_info *sbi) in free_user_blocks() function110 free_user_blocks(sbi) < limit_free_user_blocks(sbi)) in has_enough_invalid_blocks()
109 si->util_free = (int)(free_user_blocks(sbi) >> sbi->log_blocks_per_seg) in update_general_status()