Home
last modified time | relevance | path

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

/linux-6.15/Documentation/filesystems/
H A Djournalling.rst157 :c:func:`jbd2_fc_get_buf()` and :c:func:`jbd2_fc_wait_bufs()` to allocate
/linux-6.15/include/linux/
H A Djbd2.h1660 int jbd2_fc_wait_bufs(journal_t *journal, int num_blks);
/linux-6.15/fs/jbd2/
H A Djournal.c870 int jbd2_fc_wait_bufs(journal_t *journal, int num_blks) in jbd2_fc_wait_bufs() function
898 EXPORT_SYMBOL(jbd2_fc_wait_bufs);
/linux-6.15/fs/ext4/
H A Dfast_commit.c1238 ret = jbd2_fc_wait_bufs(journal, nblks); in ext4_fc_commit()