Home
last modified time | relevance | path

Searched refs:objlen (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/ceph/
Dosd_client.c67 u64 *objnum, u64 *objoff, u64 *objlen) in calc_layout() argument
74 objoff, objlen); in calc_layout()
77 if (*objlen < orig_len) { in calc_layout()
78 *plen = *objlen; in calc_layout()
83 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout()
783 u64 objlen = 0; in ceph_osdc_new_request() local
798 r = calc_layout(layout, off, plen, &objnum, &objoff, &objlen); in ceph_osdc_new_request()
818 osd_req_op_extent_init(req, which, opcode, objoff, objlen, in ceph_osdc_new_request()