Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dtransaction.h118 #define TRANS_EXTWRITERS (__TRANS_START | __TRANS_ATTACH) macro
A Dtransaction.c217 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()
224 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()
231 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()
578 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()

Completed in 7 milliseconds