Home
last modified time | relevance | path

Searched refs:old_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dnode.h274 unsigned int old_flag = 0; in fill_node_footer() local
279 old_flag = le32_to_cpu(rn->footer.flag); in fill_node_footer()
286 (old_flag & OFFSET_BIT_MASK)); in fill_node_footer()
/openbmc/u-boot/common/
H A Dcli_hush.c205 int old_flag; /* for figuring out valid reserved words */ member
2366 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) {
/openbmc/linux/kernel/trace/
H A Dring_buffer.c1413 int old_flag, int new_flag) in rb_head_page_set() argument
1424 val | old_flag, val | new_flag); in rb_head_page_set()
1436 int old_flag) in rb_head_page_set_update() argument
1439 old_flag, RB_PAGE_UPDATE); in rb_head_page_set_update()
1445 int old_flag) in rb_head_page_set_head() argument
1448 old_flag, RB_PAGE_HEAD); in rb_head_page_set_head()
1454 int old_flag) in rb_head_page_set_normal() argument
1457 old_flag, RB_PAGE_NORMAL); in rb_head_page_set_normal()
/openbmc/linux/drivers/nvdimm/
H A Dbtt.c328 struct log_entry *ent, int old_flag) in btt_log_read() argument
348 ret_ent = (old_flag ? old_ent : (1 - old_ent)); in btt_log_read()