Searched refs:nospace_rp (Results 1 – 6 of 6) sorted by relevance
453 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()497 c->bi.nospace_rp = 1; in ubifs_budget_space()542 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_release_budget()
823 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_unlink()926 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_rmdir()
1198 c->bi.nospace = c->bi.nospace_rp = 0; in do_truncation()
987 unsigned int nospace_rp:1; member
390 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_evict_inode()
631 pr_err("\tnospace %u, nospace_rp %u\n", bi->nospace, bi->nospace_rp); in ubifs_dump_budg()
Completed in 27 milliseconds