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

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c2226 if (jnl->active_tr) {
2245 * if there was an "active_tr", make sure we wait for
2277 if (jnl->active_tr || jnl->cur_tr) {
2280 if (jnl->active_tr) {
2281 tr = jnl->active_tr;
2282 jnl->active_tr = NULL;
2289 if (jnl->active_tr || jnl->cur_tr) {
2501 jnl->active_tr = NULL;
2523 jnl->active_tr = tr;
2541 if (jnl->active_tr
[all...]
H A Dvfs_journal.h179 transaction *active_tr; // for nested transactions member in struct:journal
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c380 if (jnl->active_tr) {
381 struct jnl_trim_list *trim = &(jnl->active_tr->trim);

Completed in 228 milliseconds