Searched refs:cur_entry_offset (Results 1 – 4 of 4) sorted by relevance
339 if (new.cur_entry_offset + res->u64s > j->cur_entry_u64s) in journal_res_get_fast()347 new.cur_entry_offset += res->u64s; in journal_res_get_fast()364 res->offset = old.cur_entry_offset; in journal_res_get_fast()413 return j->reservations.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL in bch2_journal_error()
37 return state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL; in __journal_entry_is_open()243 new.cur_entry_offset = closed_val; in __journal_entry_close()245 if (old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL || in __journal_entry_close()246 old.cur_entry_offset == new.cur_entry_offset) in __journal_entry_close()255 buf->data->u64s = cpu_to_le32(old.cur_entry_offset); in __journal_entry_close()438 BUG_ON(old.cur_entry_offset == JOURNAL_ENTRY_ERROR_VAL); in journal_entry_open()447 new.cur_entry_offset = le32_to_cpu(buf->data->u64s); in journal_entry_open()644 if (state.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL && in bch2_journal_entry_res_resize()645 state.cur_entry_offset > j->cur_entry_u64s) { in bch2_journal_entry_res_resize()1399 { .cur_entry_offset = JOURNAL_ENTRY_CLOSED_VAL }).v); in bch2_fs_journal_init()[all …]
95 u64 cur_entry_offset:20, member
1666 new.cur_entry_offset < JOURNAL_ENTRY_CLOSED_VAL) { in CLOSURE_CALLBACK()
Completed in 27 milliseconds