Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/ubifs/
Dbudget.c307 long long outstanding, available; in do_budget_space() local
350 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
352 if (unlikely(available < outstanding)) { in do_budget_space()
354 available, outstanding); in do_budget_space()
358 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
680 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
683 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()
706 if (available > outstanding) in ubifs_get_free_space_nolock()
707 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
Ddebug.c587 long long available, outstanding, free; in ubifs_dump_budg() local
639 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
643 available, outstanding, free); in ubifs_dump_budg()
/linux-4.19.296/include/trace/events/
Dafs.h253 int usage, int outstanding, const void *where),
255 TP_ARGS(call, op, usage, outstanding, where),
261 __field(int, outstanding )
269 __entry->outstanding = outstanding;
277 __entry->outstanding,
/linux-4.19.296/fs/jffs2/
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
4 space it could take. Let GC flush the outstanding writes because the
/linux-4.19.296/fs/afs/
Dcell.c442 int outstanding = atomic_inc_return(&net->cells_outstanding); in afs_queue_cell_manager() local
444 _enter("%d", outstanding); in afs_queue_cell_manager()