Lines Matching defs:l

136 			 const struct bkey_packed *l, const struct bpos *r)  in bkey_cmp_left_packed()
148 const struct bkey_packed *l, in bkey_cmp_left_packed_byval()
154 static __always_inline bool bpos_eq(struct bpos l, struct bpos r) in bpos_eq()
161 static __always_inline bool bpos_lt(struct bpos l, struct bpos r) in bpos_lt()
168 static __always_inline bool bpos_le(struct bpos l, struct bpos r) in bpos_le()
175 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt()
180 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge()
185 static __always_inline int bpos_cmp(struct bpos l, struct bpos r) in bpos_cmp()
192 static inline struct bpos bpos_min(struct bpos l, struct bpos r) in bpos_min()
197 static inline struct bpos bpos_max(struct bpos l, struct bpos r) in bpos_max()
202 static __always_inline bool bkey_eq(struct bpos l, struct bpos r) in bkey_eq()
208 static __always_inline bool bkey_lt(struct bpos l, struct bpos r) in bkey_lt()
215 static __always_inline bool bkey_le(struct bpos l, struct bpos r) in bkey_le()
222 static __always_inline bool bkey_gt(struct bpos l, struct bpos r) in bkey_gt()
227 static __always_inline bool bkey_ge(struct bpos l, struct bpos r) in bkey_ge()
232 static __always_inline int bkey_cmp(struct bpos l, struct bpos r) in bkey_cmp()
238 static inline struct bpos bkey_min(struct bpos l, struct bpos r) in bkey_min()
243 static inline struct bpos bkey_max(struct bpos l, struct bpos r) in bkey_max()
251 static __always_inline int bversion_cmp(struct bversion l, struct bversion r) in bversion_cmp()