Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dtransaction.h121 bool can_flush_pending_bgs; member
Dextent-tree.c2907 bool can_flush_pending_bgs = trans->can_flush_pending_bgs; in btrfs_run_delayed_refs() local
2924 trans->can_flush_pending_bgs = false; in btrfs_run_delayed_refs()
2974 trans->can_flush_pending_bgs = can_flush_pending_bgs; in btrfs_run_delayed_refs()
4451 if (trans->can_flush_pending_bgs && in do_chunk_alloc()
9863 bool can_flush_pending_bgs = trans->can_flush_pending_bgs; in btrfs_create_pending_block_groups() local
9865 trans->can_flush_pending_bgs = false; in btrfs_create_pending_block_groups()
9886 trans->can_flush_pending_bgs = can_flush_pending_bgs; in btrfs_create_pending_block_groups()
Dtransaction.c548 h->can_flush_pending_bgs = true; in start_transaction()