Home
last modified time | relevance | path

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

/linux/block/
H A Delevator.c564 struct elevator_type *new_e = NULL; in elevator_switch() local
571 new_e = elevator_find_get(ctx->name); in elevator_switch()
572 if (!new_e) in elevator_switch()
583 if (new_e) { in elevator_switch()
584 ret = blk_mq_init_sched(q, new_e, &ctx->res); in elevator_switch()
601 new_e->elevator_name); in elevator_switch()
604 if (new_e) in elevator_switch()
605 elevator_put(new_e); in elevator_switch()
/linux/drivers/md/
H A Ddm-snap.c766 struct dm_exception *new_e) in dm_insert_exception() argument
771 l = &eh->table[exception_hash(eh, new_e->old_chunk)].head; in dm_insert_exception()
780 if (new_e->old_chunk == (e->old_chunk + in dm_insert_exception()
782 new_e->new_chunk == (dm_chunk_number(e->new_chunk) + in dm_insert_exception()
785 free_completed_exception(new_e); in dm_insert_exception()
790 if (new_e->old_chunk == (e->old_chunk - 1) && in dm_insert_exception()
791 new_e->new_chunk == (dm_chunk_number(e->new_chunk) - 1)) { in dm_insert_exception()
795 free_completed_exception(new_e); in dm_insert_exception()
799 if (new_e->old_chunk < e->old_chunk) in dm_insert_exception()
809 hlist_add_head(&new_e->hash_list, l); in dm_insert_exception()
[all …]
/linux/drivers/nvdimm/
H A Dbtt.c1221 int new_t, new_e; in btt_read_pg() local
1241 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg()
1246 (e_flag == new_e)) in btt_read_pg()
1251 e_flag = new_e; in btt_read_pg()
/linux/fs/ntfs3/
H A Dfslog.c4581 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()