Searched refs:BTRFS_RESERVE_NO_FLUSH (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | transaction.c | 640 return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH, in btrfs_join_transaction() 647 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_nolock() 666 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction() 682 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction_barrier() 1454 BTRFS_RESERVE_NO_FLUSH); in create_pending_snapshot()
|
D | props.c | 313 num_bytes, BTRFS_RESERVE_NO_FLUSH); in inherit_props()
|
D | inode-map.c | 424 BTRFS_RESERVE_NO_FLUSH); in btrfs_save_ino_cache()
|
D | extent-tree.c | 4429 thresh, BTRFS_RESERVE_NO_FLUSH); in check_system_chunk() 5142 if (ret && flush != BTRFS_RESERVE_NO_FLUSH) { in __reserve_metadata_bytes() 5179 if (!ret || flush == BTRFS_RESERVE_NO_FLUSH) in __reserve_metadata_bytes() 5334 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in space_info_add_old_bytes() 5901 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata() 8198 BTRFS_RESERVE_NO_FLUSH); in use_block_rsv()
|
D | delayed-inode.c | 627 BTRFS_RESERVE_NO_FLUSH); in btrfs_delayed_inode_reserve_metadata()
|
D | ctree.h | 2715 BTRFS_RESERVE_NO_FLUSH, enumerator
|
D | inode.c | 4462 bytes_deleted, BTRFS_RESERVE_NO_FLUSH); in truncate_space_check()
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 1011 { BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH"}, \
|