Home
last modified time | relevance | path

Searched refs:wait_for_commit (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
Dcommit.c375 static int wait_for_commit(struct ubifs_info *c) in wait_for_commit() function
418 return wait_for_commit(c); in ubifs_run_commit()
441 return wait_for_commit(c); in ubifs_run_commit()
/kernel/linux/linux-5.10/fs/btrfs/
Dtransaction.c831 static noinline void wait_for_commit(struct btrfs_transaction *commit) in wait_for_commit() function
888 wait_for_commit(cur_trans); in btrfs_wait_for_commit()
2161 wait_for_commit(cur_trans); in btrfs_commit_transaction()
2181 wait_for_commit(prev_trans); in btrfs_commit_transaction()
/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c1790 int err = 0, wait_for_commit = 0; in jbd2_journal_stop() local
1903 wait_for_commit = 1; in jbd2_journal_stop()
1914 if (wait_for_commit) in jbd2_journal_stop()