Home
last modified time | relevance | path

Searched refs:jbd2_space_needed (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/jbd2/
Dcheckpoint.c116 nblocks = jbd2_space_needed(journal); in __jbd2_log_wait_for_space()
138 nblocks = jbd2_space_needed(journal); in __jbd2_log_wait_for_space()
Dtransaction.c236 if (jbd2_log_space_left(journal) < jbd2_space_needed(journal)) { in add_transaction_credits()
240 if (jbd2_log_space_left(journal) < jbd2_space_needed(journal)) in add_transaction_credits()
/linux-4.4.14/include/linux/
Djbd2.h1431 static inline int jbd2_space_needed(journal_t *journal) in jbd2_space_needed() function