Searched refs:objlen (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ceph/ ! |
D | striper.c | 212 u64 objno, u64 objoff, u64 objlen, in ceph_extent_to_file() argument 225 if (!objlen) { in ceph_extent_to_file() 231 *num_file_extents = DIV_ROUND_UP_ULL(objoff + objlen, l->stripe_unit) - in ceph_extent_to_file() 239 while (objlen) { in ceph_extent_to_file() 247 len = min_t(u64, objlen, l->stripe_unit - blockoff); in ceph_extent_to_file() 254 objlen -= len; in ceph_extent_to_file()
|
D | osd_client.c | 104 u64 *objnum, u64 *objoff, u64 *objlen) in calc_layout() argument 112 *objlen = xlen; in calc_layout() 113 if (*objlen < orig_len) { in calc_layout() 114 *plen = *objlen; in calc_layout() 119 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout() 1092 u64 objlen = 0; in ceph_osdc_new_request() local 1108 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request() 1126 osd_req_op_extent_init(req, which, opcode, objoff, objlen, in ceph_osdc_new_request()
|
/linux-6.6.21/include/linux/ceph/ ! |
D | striper.h | 65 u64 objno, u64 objoff, u64 objlen,
|