Searched refs:EXTENT_NORESERVE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.h | 22 ENUM_BIT(EXTENT_NORESERVE),
|
H A D | extent-io-tree.c | 579 bits |= EXTENT_NORESERVE; in __clear_extent_bit()
|
H A D | inode.c | 1758 * If EXTENT_NORESERVE is set it means that when the buffered write was in fallback_to_cow() 1776 * 2) We clear the EXTENT_NORESERVE bit from the range. We do this so in fallback_to_cow() 1790 EXTENT_NORESERVE, 0, NULL); in fallback_to_cow() 1804 clear_extent_bit(io_tree, start, end, EXTENT_NORESERVE, in fallback_to_cow() 2521 do_list && !(state->state & EXTENT_NORESERVE) && in btrfs_clear_delalloc_extent() 4793 EXTENT_NORESERVE, NULL); in btrfs_truncate_block()
|
H A D | file.c | 145 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_pages()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-io-tree.h | 21 #define EXTENT_NORESERVE (1U << 11) macro
|
H A D | inode.c | 1386 * If EXTENT_NORESERVE is set it means that when the buffered write was in fallback_to_cow() 1404 * 2) We clear the EXTENT_NORESERVE bit from the range. We do this so in fallback_to_cow() 1418 EXTENT_NORESERVE, 0); in fallback_to_cow() 1432 clear_extent_bit(io_tree, start, end, EXTENT_NORESERVE, in fallback_to_cow() 2080 do_list && !(state->state & EXTENT_NORESERVE) && in btrfs_clear_delalloc_extent() 4683 block_end, EXTENT_NORESERVE, NULL, NULL, in btrfs_truncate_block()
|
H A D | file.c | 1767 lockend, EXTENT_NORESERVE, NULL, in btrfs_buffered_write()
|
H A D | extent_io.c | 712 bits |= EXTENT_NORESERVE; in __clear_extent_bit()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 154 { EXTENT_NORESERVE, "NORESERVE"}, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 156 { EXTENT_NORESERVE, "NORESERVE"}, \
|
Completed in 53 milliseconds