Lines Matching defs:trans

25 static inline struct btree_transaction_stats *btree_trans_stats(struct btree_trans *trans)  in btree_trans_stats()
85 static inline void mark_btree_node_locked(struct btree_trans *trans, in mark_btree_node_locked()
115 static void btree_trans_lock_hold_time_update(struct btree_trans *trans, in btree_trans_lock_hold_time_update()
127 static inline void btree_node_unlock(struct btree_trans *trans, in btree_node_unlock()
152 static inline void __bch2_btree_path_unlock(struct btree_trans *trans, in __bch2_btree_path_unlock()
166 bch2_btree_node_unlock_write_inlined(struct btree_trans *trans, struct btree_path *path, in bch2_btree_node_unlock_write_inlined()
191 static inline void trans_set_locked(struct btree_trans *trans) in trans_set_locked()
203 static inline void trans_set_unlocked(struct btree_trans *trans) in trans_set_unlocked()
215 static inline int __btree_node_lock_nopath(struct btree_trans *trans, in __btree_node_lock_nopath()
236 btree_node_lock_nopath(struct btree_trans *trans, in btree_node_lock_nopath()
244 static inline void btree_node_lock_nopath_nofail(struct btree_trans *trans, in btree_node_lock_nopath_nofail()
257 static inline bool btree_node_lock_increment(struct btree_trans *trans, in btree_node_lock_increment()
275 static inline int btree_node_lock(struct btree_trans *trans, in btree_node_lock()
301 static inline int __btree_node_lock_write(struct btree_trans *trans, in __btree_node_lock_write()
323 bch2_btree_node_lock_write(struct btree_trans *trans, in bch2_btree_node_lock_write()
340 static inline int bch2_btree_path_relock(struct btree_trans *trans, in bch2_btree_path_relock()
350 static inline bool bch2_btree_node_relock(struct btree_trans *trans, in bch2_btree_node_relock()
362 static inline bool bch2_btree_node_relock_notrace(struct btree_trans *trans, in bch2_btree_node_relock_notrace()
384 static inline int bch2_btree_path_upgrade(struct btree_trans *trans, in bch2_btree_path_upgrade()
405 static inline void btree_path_set_should_be_locked(struct btree_trans *trans, struct btree_path *pa… in btree_path_set_should_be_locked()
414 static inline void __btree_path_set_level_up(struct btree_trans *trans, in __btree_path_set_level_up()
422 static inline void btree_path_set_level_up(struct btree_trans *trans, in btree_path_set_level_up()
443 static inline void bch2_trans_verify_locks(struct btree_trans *trans) {} in bch2_trans_verify_locks()