Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dstriper.c62 if (ex->oe_objno == objno) in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
80 if (ex->oe_objno == objno && in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
133 ex->oe_objno = objno; in ceph_file_to_extents()
157 if (last_ex->oe_objno > ex->oe_objno || in ceph_file_to_extents()
158 (last_ex->oe_objno == ex->oe_objno && in ceph_file_to_extents()
/linux/include/linux/ceph/
H A Dstriper.h16 u64 oe_objno; member