Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dstriper.c82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing()
128 if (!last_ex || last_ex->oe_off + last_ex->oe_len != objoff) { in ceph_file_to_extents()
135 ex->oe_len = xlen; in ceph_file_to_extents()
144 last_ex->oe_len += xlen; in ceph_file_to_extents()
159 last_ex->oe_off + last_ex->oe_len >= ex->oe_off)) { in ceph_file_to_extents()
/linux/include/linux/ceph/
H A Dstriper.h18 u64 oe_len; member