Searched refs:BTRFS_RESERVE_NO_FLUSH (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | delalloc-space.c | 143 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_check_data_free_space() 319 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata()
|
D | space-info.c | 435 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() 1629 if (is_normal_flushing(flush) || (flush == BTRFS_RESERVE_NO_FLUSH)) in __reserve_bytes() 1654 if (ret && flush != BTRFS_RESERVE_NO_FLUSH) { in __reserve_bytes() 1704 if (!ret || flush == BTRFS_RESERVE_NO_FLUSH) in __reserve_bytes() 1764 flush == BTRFS_RESERVE_NO_FLUSH); in btrfs_reserve_data_bytes()
|
D | transaction.c | 764 return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH, in btrfs_join_transaction() 771 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_spacecache() 781 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_nostart() 800 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction() 816 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction_barrier() 1645 BTRFS_RESERVE_NO_FLUSH); in create_pending_snapshot()
|
D | props.c | 427 BTRFS_RESERVE_NO_FLUSH); in btrfs_inode_inherit_props()
|
D | block-rsv.c | 541 BTRFS_RESERVE_NO_FLUSH); in btrfs_use_block_rsv()
|
D | inode-item.c | 720 BTRFS_RESERVE_NO_FLUSH); in btrfs_truncate_inode_items()
|
D | block-group.c | 1212 BTRFS_RESERVE_NO_FLUSH)) in inc_block_group_ro() 3889 bytes, BTRFS_RESERVE_NO_FLUSH); in reserve_chunk_space()
|
D | delayed-inode.c | 587 BTRFS_RESERVE_NO_FLUSH); in btrfs_delayed_inode_reserve_metadata()
|
D | ctree.h | 2930 BTRFS_RESERVE_NO_FLUSH, enumerator
|
/Linux-v6.1/include/trace/events/ |
D | btrfs.h | 67 EM( BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH") \
|