Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dtransaction.c2233 btrfs_trans_state_lockdep_release(fs_info, in btrfs_commit_transaction()
2248 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_COMMIT_PREP); in btrfs_commit_transaction()
2373 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_UNBLOCKED); in btrfs_commit_transaction()
2502 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_UNBLOCKED); in btrfs_commit_transaction()
2532 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_SUPER_COMMITTED); in btrfs_commit_transaction()
2546 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_COMPLETED); in btrfs_commit_transaction()
2575 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_UNBLOCKED); in btrfs_commit_transaction()
2577 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_SUPER_COMMITTED); in btrfs_commit_transaction()
2578 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_COMPLETED); in btrfs_commit_transaction()
2598 btrfs_trans_state_lockdep_release(fs_info, BTRFS_LOCKDEP_TRANS_COMMIT_PREP); in btrfs_commit_transaction()
Dlocking.h139 #define btrfs_trans_state_lockdep_release(owner, i) \ macro