Searched refs:objoff (Results 1 – 2 of 2) sorted by relevance
/net/ceph/ |
D | striper.c | 26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument 42 *objoff = objsetpos * l->stripe_unit + blockoff; in ceph_calc_file_object_mapping() 75 u64 objoff, u32 xlen) in lookup_containing() argument 81 ex->oe_off <= objoff && in lookup_containing() 82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing() 121 u64 objno, objoff; in ceph_file_to_extents() local 124 ceph_calc_file_object_mapping(l, off, len, &objno, &objoff, in ceph_file_to_extents() 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() 181 u64 objno, objoff; in ceph_iterate_extents() local [all …]
|
D | osd_client.c | 104 u64 *objnum, u64 *objoff, u64 *objlen) in calc_layout() argument 111 objoff, &xlen); in calc_layout() 119 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout() 1056 u64 objoff = 0; in ceph_osdc_new_request() local 1072 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request() 1080 u32 object_base = off - objoff; in ceph_osdc_new_request() 1090 osd_req_op_extent_init(req, which, opcode, objoff, objlen, in ceph_osdc_new_request()
|