Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dtransaction.h95 #define TRANS_JOIN_NOLOCK (__TRANS_JOIN_NOLOCK) macro
Dtransaction.c193 BUG_ON(type == TRANS_JOIN_NOLOCK); in join_transaction()
502 BUG_ON(type == TRANS_JOIN_NOLOCK); in start_transaction()
588 return start_transaction(root, 0, TRANS_JOIN_NOLOCK, 0); in btrfs_join_transaction_nolock()
743 int lock = (trans->type != TRANS_JOIN_NOLOCK); in __btrfs_end_transaction()