Lines Matching defs:l
79 const struct bkey_packed *l, const struct bpos *r) in bkey_cmp_left_packed()
91 const struct bkey_packed *l, in bkey_cmp_left_packed_byval()
97 static __always_inline bool bpos_eq(struct bpos l, struct bpos r) in bpos_eq()
104 static __always_inline bool bpos_lt(struct bpos l, struct bpos r) in bpos_lt()
111 static __always_inline bool bpos_le(struct bpos l, struct bpos r) in bpos_le()
118 static __always_inline bool bpos_gt(struct bpos l, struct bpos r) in bpos_gt()
123 static __always_inline bool bpos_ge(struct bpos l, struct bpos r) in bpos_ge()
128 static __always_inline int bpos_cmp(struct bpos l, struct bpos r) in bpos_cmp()
135 static inline struct bpos bpos_min(struct bpos l, struct bpos r) in bpos_min()
140 static inline struct bpos bpos_max(struct bpos l, struct bpos r) in bpos_max()
145 static __always_inline bool bkey_eq(struct bpos l, struct bpos r) in bkey_eq()
151 static __always_inline bool bkey_lt(struct bpos l, struct bpos r) in bkey_lt()
158 static __always_inline bool bkey_le(struct bpos l, struct bpos r) in bkey_le()
165 static __always_inline bool bkey_gt(struct bpos l, struct bpos r) in bkey_gt()
170 static __always_inline bool bkey_ge(struct bpos l, struct bpos r) in bkey_ge()
175 static __always_inline int bkey_cmp(struct bpos l, struct bpos r) in bkey_cmp()
181 static inline struct bpos bkey_min(struct bpos l, struct bpos r) in bkey_min()
186 static inline struct bpos bkey_max(struct bpos l, struct bpos r) in bkey_max()
191 static inline bool bkey_and_val_eq(struct bkey_s_c l, struct bkey_s_c r) in bkey_and_val_eq()
201 static __always_inline int bversion_cmp(struct bversion l, struct bversion r) in bversion_cmp()