Searched refs:tr_freeme (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.h183 transaction *tr_freeme; // transaction structs that need to be free'd member in struct:journal
H A Dvfs_journal.c538 if (jnl->tr_freeme == NULL)
542 tr = jnl->tr_freeme;
543 jnl->tr_freeme = NULL;
674 ctr->next = jnl->tr_freeme;
675 jnl->tr_freeme = ctr;
688 // entry in at the head of the tr_freeme list
692 next->next = jnl->tr_freeme; // link in the next guy at the head of the tr_freeme list
693 jnl->tr_freeme = next;
728 tr->next = jnl->tr_freeme;
[all...]

Completed in 109 milliseconds