Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c2149 btrfs_trans_state_lockdep_acquire(fs_info, BTRFS_LOCKDEP_TRANS_COMMIT_START); in btrfs_commit_transaction()
2342 btrfs_trans_state_lockdep_acquire(fs_info, BTRFS_LOCKDEP_TRANS_COMPLETED); in btrfs_commit_transaction()
2343 btrfs_trans_state_lockdep_acquire(fs_info, BTRFS_LOCKDEP_TRANS_SUPER_COMMITTED); in btrfs_commit_transaction()
2344 btrfs_trans_state_lockdep_acquire(fs_info, BTRFS_LOCKDEP_TRANS_UNBLOCKED); in btrfs_commit_transaction()
Dctree.h1277 #define btrfs_trans_state_lockdep_acquire(owner, i) \ macro