Home
last modified time | relevance | path

Searched refs:journal_extend (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dext3_jbd.h265 return journal_extend(handle, nblocks); in ext3_journal_extend()
Djbd.h769 extern int journal_extend (handle_t *, int nblocks);
/linux-2.4.37.9/fs/jbd/
Djournal.c42 EXPORT_SYMBOL(journal_extend);
Dtransaction.c399 int journal_extend (handle_t *handle, int nblocks) in journal_extend() function