Searched refs:wait_for_IO (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.h334 int journal_flush(journal *jnl, boolean_t wait_for_IO);
H A Dvfs_journal.c4360 * wait_for_IO -
4383 journal_flush(journal *jnl, boolean_t wait_for_IO) argument
4408 if (wait_for_IO) {
4434 if (wait_for_IO) {
4712 journal_flush(__unused journal *jnl, __unused boolean_t wait_for_IO) argument
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h812 extern int hfs_journal_flush(struct hfsmount *hfsmp, boolean_t wait_for_IO);
H A Dhfs_vfsutils.c2971 * wait_for_IO -
2994 hfs_journal_flush(struct hfsmount *hfsmp, boolean_t wait_for_IO) argument
3001 ret = journal_flush(hfsmp->jnl, wait_for_IO);

Completed in 88 milliseconds