Searched refs:oe_off (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ceph/ |
A 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-6.3-rc2/include/linux/ceph/ |
A D | striper.h | 17 u64 oe_off; member
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | gpmc-omap.h | 53 u32 oe_off; /* OE deassertion time */ member
|
/linux-6.3-rc2/drivers/memory/ |
A D | omap-gpmc.c | 774 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG4, 8, 12, 0, t->oe_off, in gpmc_cs_set_timings() 1605 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings() 1606 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings() 1707 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings() 1708 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings() 1713 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings() 1829 t->oe_off /= 1000; in gpmc_convert_ps_to_ns() 2118 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
|
/linux-6.3-rc2/drivers/block/ |
A D | rbd.c | 1299 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit() 1322 return !obj_req->ex.oe_off && in rbd_obj_is_entire() 1330 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail() 1404 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write() 2122 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents() 2223 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops() 2260 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops() 2288 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard() 2290 obj_req->ex.oe_off = off; in rbd_obj_init_discard() 2331 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops() [all …]
|
Completed in 26 milliseconds