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

/xnu-2422.115.4/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.c520 if (jnl->tr_freeme == NULL)
524 tr = jnl->tr_freeme;
525 jnl->tr_freeme = NULL;
656 ctr->next = jnl->tr_freeme;
657 jnl->tr_freeme = ctr;
670 // entry in at the head of the tr_freeme list
674 next->next = jnl->tr_freeme; // link in the next guy at the head of the tr_freeme list
675 jnl->tr_freeme = next;
710 tr->next = jnl->tr_freeme;
[all...]

Completed in 30 milliseconds