Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/
A Ddm-snap.c761 struct dm_exception *new_e) in dm_insert_exception() argument
767 l = &eh->table[exception_hash(eh, new_e->old_chunk)]; in dm_insert_exception()
776 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception()
781 free_completed_exception(new_e); in dm_insert_exception()
786 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception()
791 free_completed_exception(new_e); in dm_insert_exception()
795 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception()
805 hlist_bl_add_head(&new_e->hash_list, l); in dm_insert_exception()
806 } else if (new_e->old_chunk < e->old_chunk) { in dm_insert_exception()
808 hlist_bl_add_before(&new_e->hash_list, &e->hash_list); in dm_insert_exception()
[all …]
/linux-6.3-rc2/block/
A Delevator.c657 int elevator_switch(struct request_queue *q, struct elevator_type *new_e) in elevator_switch() argument
671 ret = blk_mq_init_sched(q, new_e); in elevator_switch()
680 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch()
688 new_e->elevator_name); in elevator_switch()
A Dblk.h282 int elevator_switch(struct request_queue *q, struct elevator_type *new_e);
/linux-6.3-rc2/drivers/nvdimm/
A 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.3-rc2/fs/ntfs3/
A Dfslog.c4545 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local
4547 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay()
4549 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()

Completed in 25 milliseconds