Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/filesystems/
Djournalling.rst159 :c:func:`jbd2_fc_get_buf()` and :c:func:`jbd2_fc_wait_bufs()` to allocate
/linux-6.1.9/include/linux/
Djbd2.h1667 int jbd2_fc_wait_bufs(journal_t *journal, int num_blks);
/linux-6.1.9/fs/jbd2/
Djournal.c912 int jbd2_fc_wait_bufs(journal_t *journal, int num_blks) in jbd2_fc_wait_bufs() function
940 EXPORT_SYMBOL(jbd2_fc_wait_bufs);
/linux-6.1.9/fs/ext4/
Dfast_commit.c1263 ret = jbd2_fc_wait_bufs(journal, nblks); in ext4_fc_commit()