Searched refs:new_e (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/block/ |
D | elevator.c | 587 struct elevator_type *new_e) in elevator_switch_mq() argument 601 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq() 605 if (new_e) { in elevator_switch_mq() 613 if (new_e) in elevator_switch_mq() 614 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq() 718 static int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument 727 err = elevator_switch_mq(q, new_e); in elevator_switch()
|
D | blk.h | 195 struct elevator_type *new_e);
|
/Linux-v5.15/drivers/md/ |
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() 780 new_e->new_chunk == (dm_chunk_number(e->new_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() 789 new_e->new_chunk == (dm_chunk_number(e->new_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() [all …]
|
/Linux-v5.15/drivers/nvdimm/ |
D | btt.c | 1230 int new_t, new_e; in btt_read_pg() local 1250 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg() 1255 (e_flag == new_e)) in btt_read_pg() 1260 e_flag = new_e; in btt_read_pg()
|
/Linux-v5.15/fs/ntfs3/ |
D | fslog.c | 4562 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local 4564 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay() 4566 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()
|