Lines Matching defs:l
86 const struct bkey_packed *l, const struct bpos *r) in bkey_cmp_left_packed()
98 const struct bkey_packed *l, in bkey_cmp_left_packed_byval()
104 static __always_inline bool bpos_eq(struct bpos l, struct bpos r) in bpos_eq()
111 static __always_inline bool bpos_lt(struct bpos l, struct bpos r) in bpos_lt()
118 static __always_inline bool bpos_le(struct bpos l, struct bpos r) in bpos_le()
125 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt()
130 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge()
135 static __always_inline int bpos_cmp(struct bpos l, struct bpos r) in bpos_cmp()
142 static inline struct bpos bpos_min(struct bpos l, struct bpos r) in bpos_min()
147 static inline struct bpos bpos_max(struct bpos l, struct bpos r) in bpos_max()
152 static __always_inline bool bkey_eq(struct bpos l, struct bpos r) in bkey_eq()
158 static __always_inline bool bkey_lt(struct bpos l, struct bpos r) in bkey_lt()
165 static __always_inline bool bkey_le(struct bpos l, struct bpos r) in bkey_le()
172 static __always_inline bool bkey_gt(struct bpos l, struct bpos r) in bkey_gt()
177 static __always_inline bool bkey_ge(struct bpos l, struct bpos r) in bkey_ge()
182 static __always_inline int bkey_cmp(struct bpos l, struct bpos r) in bkey_cmp()
188 static inline struct bpos bkey_min(struct bpos l, struct bpos r) in bkey_min()
193 static inline struct bpos bkey_max(struct bpos l, struct bpos r) in bkey_max()
198 static inline bool bkey_and_val_eq(struct bkey_s_c l, struct bkey_s_c r) in bkey_and_val_eq()
208 static __always_inline int bversion_cmp(struct bversion l, struct bversion r) in bversion_cmp()