Searched refs:journal_close (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h287 * Call journal_close() just before your file system is unmounted.
291 void journal_close(journal *journalp);
H A Dvfs_journal.c2186 journal_close(journal *jnl) function
2202 wait_condition(jnl, &jnl->flushing, "journal_close");
2231 wait_condition(jnl, &jnl->flushing, "journal_close");
4815 journal_close(__unused journal *jnl) function
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c314 * unmount and issue the journal_close prior to calling VNOP_FSYNC.
320 journal_close(hfsmp->jnl);
1809 journal_close(hfsmp->jnl);
2205 journal_close(hfsmp->jnl);
3095 journal_close(hfsmp->jnl);

Completed in 41 milliseconds