Searched refs:new_e (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-snap.c | 763 struct dm_exception *new_e) in dm_insert_exception() argument 769 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception() 778 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception() 783 free_completed_exception(new_e); in dm_insert_exception() 788 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception() 793 free_completed_exception(new_e); in dm_insert_exception() 797 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception() 807 hlist_bl_add_head(&new_e->hash_list, l); in dm_insert_exception() 808 } else if (new_e->old_chunk < e->old_chunk) { in dm_insert_exception() 810 hlist_bl_add_before(&new_e->hash_list, &e->hash_list); in dm_insert_exception() [all …]
|
/openbmc/linux/block/ |
H A D | elevator.c | 660 int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument 674 ret = blk_mq_init_sched(q, new_e); in elevator_switch() 683 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch() 691 new_e->elevator_name); in elevator_switch()
|
H A D | blk.h | 276 int elevator_switch(struct request_queue *q, struct elevator_type *new_e);
|
/openbmc/linux/drivers/nvdimm/ |
H A D | btt.c | 1227 int new_t, new_e; in btt_read_pg() local 1247 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg() 1252 (e_flag == new_e)) in btt_read_pg() 1257 e_flag = new_e; in btt_read_pg()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 4581 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local 4583 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay() 4585 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()
|