Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dtransaction.h105 #define TRANS_JOIN_NOLOCK (__TRANS_JOIN_NOLOCK) macro
Dtransaction.c214 BUG_ON(type == TRANS_JOIN_NOLOCK); in join_transaction()
660 return start_transaction(root, 0, TRANS_JOIN_NOLOCK, in btrfs_join_transaction_nolock()
847 int lock = (trans->type != TRANS_JOIN_NOLOCK); in __btrfs_end_transaction()