Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dtransaction.h101 #define __TRANS_FREEZABLE (1U << 0) macro
110 #define TRANS_START (__TRANS_START | __TRANS_FREEZABLE)
112 #define TRANS_JOIN (__TRANS_JOIN | __TRANS_FREEZABLE)
Dtransaction.c672 if (type & __TRANS_FREEZABLE) in start_transaction()
757 if (type & __TRANS_FREEZABLE) in start_transaction()
977 if (trans->type & __TRANS_FREEZABLE) in __btrfs_end_transaction()
1883 if (ac->newtrans->type & __TRANS_FREEZABLE) in do_async_commit()
1920 if (ac->newtrans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction_async()
1985 if (trans->type & __TRANS_FREEZABLE) in cleanup_transaction()
2394 if (trans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction()