Searched refs:objoff (Results 1 – 2 of 2) sorted by relevance
| /net/ceph/ |
| A 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() 121 u64 objno, objoff; in ceph_file_to_extents() local 134 ex->oe_off = objoff; in ceph_file_to_extents() 181 u64 objno, objoff; in ceph_iterate_extents() local 190 __func__, objno, objoff, xlen); in ceph_iterate_extents() 212 u64 objno, u64 objoff, u64 objlen, in ceph_extent_to_file() argument 243 stripeno = div_u64(objoff, l->stripe_unit) + in ceph_extent_to_file() [all …]
|
| A 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() 1068 u64 objoff = 0; in ceph_osdc_new_request() local 1085 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request() 1093 u32 object_base = off - objoff; in ceph_osdc_new_request() 1103 osd_req_op_extent_init(req, which, opcode, objoff, objlen, in ceph_osdc_new_request()
|
Completed in 15 milliseconds