Home
last modified time | relevance | path

Searched refs:oe_off (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/ceph/
Dstriper.c81 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-v4.19/include/linux/ceph/
Dstriper.h17 u64 oe_off; member
/Linux-v4.19/include/linux/platform_data/
Dgpmc-omap.h56 u32 oe_off; /* OE deassertion time */ member
/Linux-v4.19/drivers/memory/
Domap-gpmc.c757 GPMC_SET_ONE(GPMC_CS_CONFIG4, 8, 12, oe_off); in gpmc_cs_set_timings()
1546 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings()
1547 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings()
1651 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings()
1652 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings()
1657 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings()
1772 t->oe_off /= 1000; in gpmc_convert_ps_to_ns()
1983 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
/Linux-v4.19/drivers/block/
Drbd.c1369 obj_request, obj_request->ex.oe_objno, obj_request->ex.oe_off, in rbd_obj_request_submit()
1401 return !obj_req->ex.oe_off && in rbd_obj_is_entire()
1409 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
1470 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_req_format_write()
1725 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents()
1766 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in rbd_obj_setup_read()
1813 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_obj_setup_write()
1875 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_obj_setup_discard()
2560 obj_req->ex.oe_off, obj_req->ex.oe_len, obj_req->result, in rbd_obj_end_request()