Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtransaction.h97 #define __TRANS_FREEZABLE (1U << 0) macro
106 #define TRANS_START (__TRANS_START | __TRANS_FREEZABLE)
108 #define TRANS_JOIN (__TRANS_JOIN | __TRANS_FREEZABLE)
H A Dtransaction.c666 if (type & __TRANS_FREEZABLE) in start_transaction()
743 if (type & __TRANS_FREEZABLE) in start_transaction()
969 if (trans->type & __TRANS_FREEZABLE) in __btrfs_end_transaction()
1887 if (ac->newtrans->type & __TRANS_FREEZABLE) in do_async_commit()
1925 if (ac->newtrans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction_async()
1990 if (trans->type & __TRANS_FREEZABLE) in cleanup_transaction()
2435 if (trans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.h104 ENUM_BIT(__TRANS_FREEZABLE),
113 #define TRANS_START (__TRANS_START | __TRANS_FREEZABLE)
115 #define TRANS_JOIN (__TRANS_JOIN | __TRANS_FREEZABLE)
H A Dtransaction.c673 if (type & __TRANS_FREEZABLE) in start_transaction()
765 if (type & __TRANS_FREEZABLE) in start_transaction()
1026 if (trans->type & __TRANS_FREEZABLE) in __btrfs_end_transaction()
2048 if (trans->type & __TRANS_FREEZABLE) in cleanup_transaction()
2553 if (trans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction()

Completed in 10 milliseconds