Home
last modified time | relevance | path

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

/net/ceph/
Dstriper.c26 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()
[all …]
Dosd_client.c107 u32 xlen; in calc_layout() local
111 objoff, &xlen); in calc_layout()
112 *objlen = xlen; in calc_layout()