Home
last modified time | relevance | path

Searched refs:can_use_rp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c252 * can_use_rp - check whether the user is allowed to use reserved pool.
260 static int can_use_rp(struct ubifs_info *c) in can_use_rp() function
346 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
452 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
495 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c249 * can_use_rp - check whether the user is allowed to use reserved pool.
257 static int can_use_rp(struct ubifs_info *c) in can_use_rp() function
343 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
449 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
492 if (can_use_rp(c) || c->rp_size == 0) in ubifs_budget_space()

Completed in 2 milliseconds