Searched refs:BTRFS_RESERVE_NO_FLUSH (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | space-info.c | 371 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() 1339 if (is_normal_flushing(flush) || (flush == BTRFS_RESERVE_NO_FLUSH)) in __reserve_bytes() 1364 if (ret && flush != BTRFS_RESERVE_NO_FLUSH) { in __reserve_bytes() 1403 if (!ret || flush == BTRFS_RESERVE_NO_FLUSH) in __reserve_bytes()
|
D | transaction.c | 771 return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH, in btrfs_join_transaction() 778 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_spacecache() 788 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_nostart() 807 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction() 823 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction_barrier() 1550 BTRFS_RESERVE_NO_FLUSH); in create_pending_snapshot()
|
D | delalloc-space.c | 306 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata()
|
D | props.c | 367 num_bytes, BTRFS_RESERVE_NO_FLUSH); in inherit_props()
|
D | block-rsv.c | 519 BTRFS_RESERVE_NO_FLUSH); in btrfs_use_block_rsv()
|
D | inode-map.c | 443 BTRFS_RESERVE_NO_FLUSH); in btrfs_save_ino_cache()
|
D | block-group.c | 1269 BTRFS_RESERVE_NO_FLUSH)) in inc_block_group_ro() 3274 thresh, BTRFS_RESERVE_NO_FLUSH); in check_system_chunk()
|
D | delayed-inode.c | 635 BTRFS_RESERVE_NO_FLUSH); in btrfs_delayed_inode_reserve_metadata()
|
D | ctree.h | 2618 BTRFS_RESERVE_NO_FLUSH, enumerator
|
D | inode.c | 4518 BTRFS_RESERVE_NO_FLUSH); in btrfs_truncate_inode_items()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | btrfs.h | 64 EM( BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH") \
|