Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dtransaction.h140 #define TRANS_EXTWRITERS (__TRANS_START | __TRANS_ATTACH) macro
Dtransaction.c218 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()
225 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()
232 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()
609 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()