Searched refs:BTRFS_RESERVE_NO_FLUSH (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delalloc-space.c | 145 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_check_data_free_space() 328 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata()
|
H A D | space-info.h | 15 BTRFS_RESERVE_NO_FLUSH, enumerator
|
H A D | space-info.c | 417 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() 1588 return (flush != BTRFS_RESERVE_NO_FLUSH && in can_ticket() 1645 if (is_normal_flushing(flush) || (flush == BTRFS_RESERVE_NO_FLUSH)) in __reserve_bytes() 1794 flush == BTRFS_RESERVE_NO_FLUSH); in btrfs_reserve_data_bytes()
|
H A D | transaction.c | 794 return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH, in btrfs_join_transaction() 801 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_spacecache() 814 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_nostart() 833 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction() 849 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction_barrier() 1689 BTRFS_RESERVE_NO_FLUSH); in create_pending_snapshot()
|
H A D | props.c | 432 BTRFS_RESERVE_NO_FLUSH); in btrfs_inode_inherit_props()
|
H A D | block-rsv.c | 521 BTRFS_RESERVE_NO_FLUSH); in btrfs_use_block_rsv()
|
H A D | inode-item.c | 722 BTRFS_RESERVE_NO_FLUSH); in btrfs_truncate_inode_items()
|
H A D | block-group.c | 1389 * BTRFS_RESERVE_NO_FLUSH to give ourselves the most amount of in inc_block_group_ro() 1393 BTRFS_RESERVE_NO_FLUSH)) in inc_block_group_ro() 4252 bytes, BTRFS_RESERVE_NO_FLUSH); in reserve_chunk_space()
|
H A D | delayed-inode.c | 596 BTRFS_RESERVE_NO_FLUSH); in btrfs_delayed_inode_reserve_metadata()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A 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()
|
H A D | transaction.c | 772 return start_transaction(root, 0, TRANS_JOIN, BTRFS_RESERVE_NO_FLUSH, in btrfs_join_transaction() 779 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_spacecache() 789 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_join_transaction_nostart() 808 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction() 824 BTRFS_RESERVE_NO_FLUSH, true); in btrfs_attach_transaction_barrier() 1557 BTRFS_RESERVE_NO_FLUSH); in create_pending_snapshot()
|
H A D | delalloc-space.c | 306 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata()
|
H A D | inode-map.c | 443 BTRFS_RESERVE_NO_FLUSH); in btrfs_save_ino_cache()
|
H A D | props.c | 367 num_bytes, BTRFS_RESERVE_NO_FLUSH); in inherit_props()
|
H A D | block-rsv.c | 520 BTRFS_RESERVE_NO_FLUSH); in btrfs_use_block_rsv()
|
H A D | block-group.c | 1272 * BTRFS_RESERVE_NO_FLUSH to give ourselves the most amount of in inc_block_group_ro() 1276 BTRFS_RESERVE_NO_FLUSH)) in inc_block_group_ro() 3288 thresh, BTRFS_RESERVE_NO_FLUSH); in check_system_chunk()
|
H A D | delayed-inode.c | 635 BTRFS_RESERVE_NO_FLUSH); in btrfs_delayed_inode_reserve_metadata()
|
H A D | ctree.h | 2616 BTRFS_RESERVE_NO_FLUSH, enumerator
|
H A D | inode.c | 4521 BTRFS_RESERVE_NO_FLUSH); in btrfs_truncate_inode_items()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 64 EM( BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH") \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 67 EM( BTRFS_RESERVE_NO_FLUSH, "BTRFS_RESERVE_NO_FLUSH") \
|
Completed in 51 milliseconds