Searched refs:delalloc (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | extent-tree.h | 23 int delalloc; member 130 struct btrfs_key *ins, int is_data, int delalloc); 140 u64 start, u64 len, int delalloc);
|
D | block-group.h | 327 u64 ram_bytes, u64 num_bytes, int delalloc, 330 u64 num_bytes, int delalloc);
|
D | extent-tree.c | 3437 int delalloc) in btrfs_lock_block_group() argument 3439 if (delalloc) in btrfs_lock_block_group() 3444 int delalloc) in btrfs_grab_block_group() argument 3447 if (delalloc) in btrfs_grab_block_group() 3454 int delalloc) in btrfs_lock_cluster() argument 3470 if (!delalloc) in btrfs_lock_cluster() 3492 int delalloc) in btrfs_release_block_group() argument 3494 if (delalloc) in btrfs_release_block_group() 3516 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered() 3550 btrfs_release_block_group(cluster_bg, ffe_ctl->delalloc); in find_free_extent_clustered() [all …]
|
D | space-info.c | 841 u64 ordered, delalloc; in need_preemptive_reclaim() local 938 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim() 939 if (ordered >= delalloc) in need_preemptive_reclaim() 1562 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local 1572 if (ordered < delalloc) in maybe_clamp_preempt()
|
D | Makefile | 34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
|
D | file.c | 3355 bool delalloc; in btrfs_find_delalloc_in_range() local 3357 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range() 3361 if (!delalloc) in btrfs_find_delalloc_in_range() 3409 bool delalloc; in find_desired_extent_in_hole() local 3411 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole() 3413 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole() 3418 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole() 3442 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
|
D | extent_io.c | 2742 bool delalloc; in fiemap_process_hole() local 2744 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole() 2748 if (!delalloc) in fiemap_process_hole() 3113 bool delalloc; in extent_fiemap() local 3115 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap() 3121 if (!delalloc) in extent_fiemap()
|
D | block-group.c | 3715 u64 ram_bytes, u64 num_bytes, int delalloc, in btrfs_add_reserved_bytes() argument 3741 if (delalloc) in btrfs_add_reserved_bytes() 3769 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument 3781 if (delalloc) in btrfs_free_reserved_bytes()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | trace.h | 668 uint64_t fdblocks, uint64_t delalloc), 669 TP_ARGS(mp, icount, ifree, fdblocks, delalloc), 678 __field(uint64_t, delalloc) 688 __entry->delalloc = delalloc; 698 __entry->delalloc)
|
/linux-6.6.21/fs/ext4/ |
D | inode.c | 3462 bool delalloc = false; in ext4_iomap_begin_report() local 3504 delalloc = ext4_iomap_is_delalloc(inode, &map); in ext4_iomap_begin_report() 3508 if (delalloc && iomap->type == IOMAP_HOLE) in ext4_iomap_begin_report()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | ext4.rst | 289 delalloc (*)
|