Searched refs:journal_extend (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h172 return journal_extend(handle, nblocks);
H A Djbd.h891 extern int journal_extend (handle_t *, int nblocks);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Djournal.c196 status = journal_extend(handle, nblocks);
203 mlog(0, "journal_extend failed, trying journal_restart\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Djournal.c44 EXPORT_SYMBOL(journal_extend); variable
H A Dtransaction.c209 * journal_extend().
293 * int journal_extend() - extend buffer credits.
302 * journal_extend tries to give the running handle more buffer credits.
312 int journal_extend(handle_t *handle, int nblocks) function
371 * If the journal_extend() call above fails to grant new buffer credits

Completed in 125 milliseconds