Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dtransaction.h116 #define TRANS_EXTWRITERS (__TRANS_START | __TRANS_ATTACH) macro
A Dtransaction.c234 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()
241 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()
248 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()
586 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()

Completed in 6 milliseconds