Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dtransaction.h87 #define __TRANS_FREEZABLE (1U << 0) macro
96 #define TRANS_USERSPACE (__TRANS_USERSPACE | __TRANS_FREEZABLE)
97 #define TRANS_START (__TRANS_START | __TRANS_FREEZABLE)
99 #define TRANS_JOIN (__TRANS_JOIN | __TRANS_FREEZABLE)
Dtransaction.c519 if (type & __TRANS_FREEZABLE) in start_transaction()
576 if (type & __TRANS_FREEZABLE) in start_transaction()
852 if (trans->type & __TRANS_FREEZABLE) in __btrfs_end_transaction()
1680 if (ac->newtrans->type & __TRANS_FREEZABLE) in do_async_commit()
1719 if (ac->newtrans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction_async()
1775 if (trans->type & __TRANS_FREEZABLE) in cleanup_transaction()
2161 if (trans->type & __TRANS_FREEZABLE) in btrfs_commit_transaction()