Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h865 extern int journal_try_to_free_buffers(journal_t *, struct page *, gfp_t);
/linux-4.1.27/fs/jbd/
Dtransaction.c1726 int journal_try_to_free_buffers(journal_t *journal, in journal_try_to_free_buffers() function
Djournal.c86 EXPORT_SYMBOL(journal_try_to_free_buffers);
/linux-4.1.27/fs/ext3/
Dsuper.c752 return journal_try_to_free_buffers(journal, page, in bdev_try_to_free_page()
Dinode.c1811 return journal_try_to_free_buffers(journal, page, wait); in ext3_releasepage()