Home
last modified time | relevance | path

Searched refs:can_flush_pending_bgs (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dtransaction.h123 bool can_flush_pending_bgs; member
Dextent-tree.c2914 bool can_flush_pending_bgs = trans->can_flush_pending_bgs; in btrfs_run_delayed_refs() local
2931 trans->can_flush_pending_bgs = false; in btrfs_run_delayed_refs()
2962 trans->can_flush_pending_bgs = can_flush_pending_bgs; in btrfs_run_delayed_refs()
4557 if (trans->can_flush_pending_bgs && in do_chunk_alloc()
10082 bool can_flush_pending_bgs = trans->can_flush_pending_bgs; in btrfs_create_pending_block_groups() local
10084 trans->can_flush_pending_bgs = false; in btrfs_create_pending_block_groups()
10106 trans->can_flush_pending_bgs = can_flush_pending_bgs; in btrfs_create_pending_block_groups()
Dtransaction.c551 h->can_flush_pending_bgs = true; in start_transaction()