Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dbtt.c1223 int new_t, new_e; in btt_read_pg() local
1243 &new_e, NVDIMM_IO_ATOMIC); in btt_read_pg()
1248 (e_flag == new_e)) in btt_read_pg()
1253 e_flag = new_e; in btt_read_pg()
/linux/block/
H A Dblk.h322 int elevator_switch(struct request_queue *q, struct elevator_type *new_e);
/linux/fs/ntfs3/
H A Dfslog.c4579 u32 new_e = t16 / le16_to_cpu(oatbl->size); in log_replay() local
4581 new_e += 10 - le16_to_cpu(oatbl->used); in log_replay()
4583 oatbl = extend_rsttbl(oatbl, new_e, ~0u); in log_replay()