Home
last modified time | relevance | path

Searched refs:nospace_rp (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ubifs/
H A Dbudget.c449 if (unlikely(c->bi.nospace) && (c->bi.nospace_rp || !can_use_rp(c))) { in ubifs_budget_space()
493 c->bi.nospace_rp = 1; in ubifs_budget_space()
538 c->bi.nospace = c->bi.nospace_rp = 0; in ubifs_release_budget()
H A Dubifs.h982 unsigned int nospace_rp:1; member