Lines Matching refs:xlen
26 u64 *objno, u64 *objoff, u32 *xlen) in ceph_calc_file_object_mapping() argument
43 *xlen = min_t(u64, len, l->stripe_unit - blockoff); in ceph_calc_file_object_mapping()
75 u64 objoff, u32 xlen) in lookup_containing() argument
82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing()
122 u32 xlen; in ceph_file_to_extents() local
125 &xlen); in ceph_file_to_extents()
135 ex->oe_len = xlen; in ceph_file_to_extents()
137 action_fn(ex, xlen, action_arg); in ceph_file_to_extents()
144 last_ex->oe_len += xlen; in ceph_file_to_extents()
146 action_fn(last_ex, xlen, action_arg); in ceph_file_to_extents()
149 off += xlen; in ceph_file_to_extents()
150 len -= xlen; in ceph_file_to_extents()
182 u32 xlen; in ceph_iterate_extents() local
185 &xlen); in ceph_iterate_extents()
187 ex = lookup_containing(object_extents, objno, objoff, xlen); in ceph_iterate_extents()
190 __func__, objno, objoff, xlen); in ceph_iterate_extents()
194 action_fn(ex, xlen, action_arg); in ceph_iterate_extents()
196 off += xlen; in ceph_iterate_extents()
197 len -= xlen; in ceph_iterate_extents()