Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dstriper.c26 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 …]
H A Dosd_client.c104 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()
/linux/include/linux/ceph/
H A Dstriper.h12 u64 *objno, u64 *objoff, u32 *xlen);
65 u64 objno, u64 objoff, u64 objlen,
/linux/fs/ceph/
H A Dcrypto.c517 u64 objno, objoff; in ceph_fscrypt_decrypt_extents() local
528 &objno, &objoff, &xlen); in ceph_fscrypt_decrypt_extents()
532 int pgsoff = ext->off - objoff; in ceph_fscrypt_decrypt_extents()
H A Daddr.c340 u64 objno, objoff; in ceph_netfs_prepare_read() local
345 &objno, &objoff, &xlen); in ceph_netfs_prepare_read()
1206 u64 objoff; in ceph_allocate_page_array() local
1213 &objnum, &objoff, &xlen); in ceph_allocate_page_array()
H A Dfile.c1741 u64 objnum, objoff; in ceph_sync_write() local
1753 write_len, &objnum, &objoff, in ceph_sync_write()