Searched refs:oldalloc (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dstrbuf.c112 size_t oldalloc = sb->alloc; strbuf_read() local
120 if (oldalloc == 0) strbuf_read()
/linux-4.1.27/drivers/media/rc/
H A Drc-main.c169 unsigned int oldalloc = rc_map->alloc; ir_resize_table() local
170 unsigned int newalloc = oldalloc; ir_resize_table()
183 if ((rc_map->len * 3 < rc_map->size) && (oldalloc > IR_TAB_MIN_SIZE)) { ir_resize_table()
189 if (newalloc == oldalloc) ir_resize_table()
/linux-4.1.27/fs/ext2/
H A Dsuper.c265 seq_puts(seq, ",oldalloc"); ext2_show_options()
428 {Opt_oldalloc, "oldalloc"},
/linux-4.1.27/fs/ext3/
H A Dsuper.c860 {Opt_oldalloc, "oldalloc"},
1078 "Ignoring deprecated oldalloc option"); parse_options()
/linux-4.1.27/fs/ext4/
H A Dsuper.c1166 {Opt_removed, "oldalloc"},

Completed in 188 milliseconds