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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.h342 void *journal_owner(journal *jnl); // compare against current_thread()
H A Dvfs_journal.c4572 journal_owner(journal *jnl) function
4849 journal_owner(__unused journal *jnl) function
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsutils.c3100 if (hfsmp->jnl && journal_owner(hfsmp->jnl) != thread) {
3113 if (hfsmp->jnl == NULL || journal_owner(hfsmp->jnl) != thread) {
3152 if ((hfsmp->jnl == NULL) || ( journal_owner(hfsmp->jnl) == current_thread()
H A Dhfs_cnode.c1948 if (hfsmp->jnl && (journal_owner(hfsmp->jnl) == thread)) {

Completed in 90 milliseconds