Searched refs:oe_off (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ceph/ |
| H 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/include/linux/ceph/ |
| H A D | striper.h | 17 u64 oe_off; member
|
| /linux/include/linux/platform_data/ |
| H A D | gpmc-omap.h | 53 u32 oe_off; /* OE deassertion time */ member
|
| /linux/drivers/block/ |
| H A D | rbd.c | 1295 obj_req->ex.oe_off, obj_req->ex.oe_len); in rbd_osd_submit() 1318 return !obj_req->ex.oe_off && in rbd_obj_is_entire() 1326 return obj_req->ex.oe_off + obj_req->ex.oe_len == in rbd_obj_is_tail() 1416 osd_req->r_data_offset = obj_request->ex.oe_off; in rbd_osd_format_write() 2143 entire ? 0 : obj_req->ex.oe_off, in rbd_obj_calc_img_extents() 2244 obj_req->ex.oe_off, obj_req->ex.oe_len, 0, 0); in __rbd_osd_setup_write_ops() 2278 obj_req->ex.oe_off, obj_req->ex.oe_len, in __rbd_osd_setup_discard_ops() 2299 off = round_up(obj_req->ex.oe_off, rbd_dev->opts->alloc_size); in rbd_obj_init_discard() 2300 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard() 2306 obj_req, obj_req->ex.oe_off, obj_req->ex.oe_len, in rbd_obj_init_discard() [all …]
|