Home
last modified time | relevance | path

Searched refs:new_e (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/block/
Delevator.c592 struct elevator_type *new_e) in elevator_switch_mq() argument
603 ret = blk_mq_init_sched(q, new_e); in elevator_switch_mq()
607 if (new_e) { in elevator_switch_mq()
615 if (new_e) in elevator_switch_mq()
616 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch_mq()
726 int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument
735 err = elevator_switch_mq(q, new_e); in elevator_switch()
Dblk.h280 int elevator_switch(struct request_queue *q, struct elevator_type *new_e);
/linux-6.1.9/drivers/md/
Ddm-snap.c758 struct dm_exception *new_e) in dm_insert_exception() argument
764 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception()
773 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception()
775 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception()
778 free_completed_exception(new_e); in dm_insert_exception()
783 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception()
784 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception()
788 free_completed_exception(new_e); in dm_insert_exception()
792 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception()
802 hlist_bl_add_head(&new_e->hash_list, l); in dm_insert_exception()
[all …]
/linux-6.1.9/drivers/nvdimm/
Dbtt.c1227 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()
/linux-6.1.9/fs/ntfs3/
Dfslog.c4547 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local
4549 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay()
4551 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()