Home
last modified time | relevance | path

Searched refs:TRANS_EXTWRITERS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.h112 #define TRANS_EXTWRITERS (__TRANS_START | __TRANS_ATTACH) macro
H A Dtransaction.c229 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()
236 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()
243 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()
580 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.h119 #define TRANS_EXTWRITERS (__TRANS_START | __TRANS_ATTACH) macro
H A Dtransaction.c221 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()
228 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()
235 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()
581 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()

Completed in 7 milliseconds