Searched refs:old_flag (Results 1 – 4 of 4) sorted by relevance
274 unsigned int old_flag = 0; in fill_node_footer() local279 old_flag = le32_to_cpu(rn->footer.flag); in fill_node_footer()286 (old_flag & OFFSET_BIT_MASK)); in fill_node_footer()
205 int old_flag; /* for figuring out valid reserved words */ member2366 ctx->old_flag=0;2421 } else if ( ctx->w == RES_NONE || ! (ctx->old_flag & (1<<r->code))) {2428 ctx->old_flag = r->flag;2429 if (ctx->old_flag & FLAG_END) {3204 if (rcode != 1 && ctx.old_flag != 0) {3210 if (rcode != 1 && ctx.old_flag == 0) {3231 if (ctx.old_flag != 0) {
1413 int old_flag, int new_flag) in rb_head_page_set() argument1424 val | old_flag, val | new_flag); in rb_head_page_set()1436 int old_flag) in rb_head_page_set_update() argument1439 old_flag, RB_PAGE_UPDATE); in rb_head_page_set_update()1445 int old_flag) in rb_head_page_set_head() argument1448 old_flag, RB_PAGE_HEAD); in rb_head_page_set_head()1454 int old_flag) in rb_head_page_set_normal() argument1457 old_flag, RB_PAGE_NORMAL); in rb_head_page_set_normal()
328 struct log_entry *ent, int old_flag) in btt_log_read() argument348 ret_ent = (old_flag ? old_ent : (1 - old_ent)); in btt_log_read()