Searched refs:last_ex (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ceph/
H A Dstriper.c117 struct ceph_object_extent *last_ex, *ex; local
127 last_ex = lookup_last(object_extents, objno, &add_pos);
128 if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) {
139 if (!last_ex)
142 list_add(&ex->oe_item, &last_ex->oe_item);
144 last_ex->oe_len += xlen;
146 action_fn(last_ex, xlen, action_arg);
153 for (last_ex
[all...]

Completed in 180 milliseconds