Searched refs:oe_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/ceph/ |
D | striper.c | 81 ex->oe_off <= objoff && in lookup_containing() 82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing() 128 if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) { in ceph_file_to_extents() 134 ex->oe_off = objoff; in ceph_file_to_extents() 159 last_ex->oe_off + last_ex->oe_len >= ex->oe_off)) { in ceph_file_to_extents()
|
/Linux-v5.10/include/linux/ceph/ |
D | striper.h | 17 u64 oe_off; member
|
/Linux-v5.10/include/linux/platform_data/ |
D | gpmc-omap.h | 53 u32 oe_off; /* OE deassertion time */ member
|
/Linux-v5.10/drivers/memory/ |
D | omap-gpmc.c | 760 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG4, 8, 12, 0, t->oe_off, in gpmc_cs_set_timings() 1526 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings() 1527 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings() 1628 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings() 1629 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings() 1634 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings() 1750 t->oe_off /= 1000; in gpmc_convert_ps_to_ns() 2018 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
|
/Linux-v5.10/drivers/block/ |
D | rbd.c | 1362 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit() 1385 return !obj_req->ex.oe_off && in rbd_obj_is_entire() 1393 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail() 1467 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write() 2185 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents() 2286 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops() 2323 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops() 2344 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard() 2345 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard() 2351 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard() [all …]
|