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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h342 void *journal_owner(journal *jnl); // compare against current_thread()
H A Dvfs_journal.c4643 journal_owner(journal *jnl) function
4920 journal_owner(__unused journal *jnl) function
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c3292 if (hfsmp->jnl && journal_owner(hfsmp->jnl) != thread) {
3305 if (hfsmp->jnl == NULL || journal_owner(hfsmp->jnl) != thread) {
3355 if ((hfsmp->jnl == NULL) || ( journal_owner(hfsmp->jnl) == current_thread()
H A Dhfs_cnode.c2043 if (hfsmp->jnl && (journal_owner(hfsmp->jnl) == thread)) {

Completed in 99 milliseconds