oe_off           1450 drivers/block/rbd.c 	     obj_req->ex.oe_off, obj_req->ex.oe_len);
oe_off           1481 drivers/block/rbd.c 	return !obj_req->ex.oe_off &&
oe_off           1489 drivers/block/rbd.c 	return obj_req->ex.oe_off + obj_req->ex.oe_len ==
oe_off           1561 drivers/block/rbd.c 	osd_req->r_data_offset = obj_request->ex.oe_off;
oe_off           2279 drivers/block/rbd.c 				  entire ? 0 : obj_req->ex.oe_off,
oe_off           2379 drivers/block/rbd.c 			       obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0);
oe_off           2416 drivers/block/rbd.c 				       obj_req->ex.oe_off, obj_req->ex.oe_len,
oe_off           2437 drivers/block/rbd.c 		off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size);
oe_off           2438 drivers/block/rbd.c 		next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len,
oe_off           2444 drivers/block/rbd.c 		     obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len,
oe_off           2446 drivers/block/rbd.c 		obj_req->ex.oe_off = off;
oe_off           2487 drivers/block/rbd.c 				       obj_req->ex.oe_off, obj_req->ex.oe_len,
oe_off           2919 drivers/block/rbd.c 			       obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0);
oe_off           3536 drivers/block/rbd.c 			 obj_req->ex.oe_off, obj_req->ex.oe_len, *result);
oe_off            756 drivers/memory/omap-gpmc.c 	GPMC_SET_ONE(GPMC_CS_CONFIG4,  8, 12, oe_off);
oe_off           1545 drivers/memory/omap-gpmc.c 	gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1);
oe_off           1546 drivers/memory/omap-gpmc.c 	gpmc_t->cs_rd_off = gpmc_t->oe_off;
oe_off           1650 drivers/memory/omap-gpmc.c 	gpmc_t->oe_off = gpmc_t->access + gpmc_ticks_to_ps(1);
oe_off           1651 drivers/memory/omap-gpmc.c 	gpmc_t->cs_rd_off = gpmc_t->oe_off;
oe_off           1656 drivers/memory/omap-gpmc.c 	temp = max_t(u32, temp, gpmc_t->oe_off + dev_t->t_oez);
oe_off           1771 drivers/memory/omap-gpmc.c 	t->oe_off /= 1000;
oe_off           1982 drivers/memory/omap-gpmc.c 	of_property_read_u32(np, "gpmc,oe-off-ns", &gpmc_t->oe_off);
oe_off             17 include/linux/ceph/striper.h 	u64 oe_off;
oe_off             53 include/linux/platform_data/gpmc-omap.h 	u32 oe_off;		/* OE deassertion time */
oe_off             81 net/ceph/striper.c 		    ex->oe_off <= objoff &&
oe_off             82 net/ceph/striper.c 		    ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */
oe_off            128 net/ceph/striper.c 		if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) {
oe_off            134 net/ceph/striper.c 			ex->oe_off = objoff;
oe_off            159 net/ceph/striper.c 		     last_ex->oe_off + last_ex->oe_len >= ex->oe_off)) {