Searched refs:oe_off (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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.4/include/linux/ceph/ |
D | striper.h | 17 u64 oe_off; member
|
/Linux-v5.4/include/linux/platform_data/ |
D | gpmc-omap.h | 53 u32 oe_off; /* OE deassertion time */ member
|
/Linux-v5.4/drivers/memory/ |
D | omap-gpmc.c | 756 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings() 1545 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings() 1546 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings() 1650 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings() 1651 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings() 1656 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings() 1771 t->oe_off /= 1000; in gpmc_convert_ps_to_ns() 1982 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
|
/Linux-v5.4/drivers/block/ |
D | rbd.c | 1450 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit() 1481 return !obj_req->ex.oe_off && in rbd_obj_is_entire() 1489 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail() 1561 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write() 2279 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents() 2379 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops() 2416 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops() 2437 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard() 2438 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard() 2444 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard() [all …]
|