Home
last modified time | relevance | path

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

/linux/net/ceph/
A 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/include/linux/ceph/
A Dstriper.h17 u64 oe_off; member
/linux/include/linux/platform_data/
A Dgpmc-omap.h53 u32 oe_off; /* OE deassertion time */ member
/linux/drivers/memory/
A Domap-gpmc.c764 ret |= set_gpmc_timing_reg(cs, GPMC_CS_CONFIG4, 8, 12, 0, t->oe_off, in gpmc_cs_set_timings()
1533 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_sync_read_timings()
1534 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_sync_read_timings()
1635 gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1); in gpmc_calc_async_read_timings()
1636 gpmc_t->cs_rd_off = gpmc_t->oe_off; in gpmc_calc_async_read_timings()
1641 temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez); in gpmc_calc_async_read_timings()
1757 t->oe_off /= 1000; in gpmc_convert_ps_to_ns()
2025 of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off); in gpmc_read_timings_dt()
/linux/drivers/block/
A Drbd.c1300 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit()
1323 return !obj_req->ex.oe_off && in rbd_obj_is_entire()
1331 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail()
1405 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write()
2123 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents()
2224 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops()
2261 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops()
2289 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard()
2291 obj_req->ex.oe_off = off; in rbd_obj_init_discard()
2332 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_zeroout_ops()
[all …]

Completed in 34 milliseconds