Home
last modified time | relevance | path

Searched refs:delalloc (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dextent-tree.h33 int delalloc; member
141 struct btrfs_key *ins, int is_data, int delalloc);
153 u64 start, u64 len, int delalloc);
H A Dfiemap.c461 bool delalloc; in fiemap_process_hole() local
463 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole()
467 if (!delalloc) in fiemap_process_hole()
828 bool delalloc; in extent_fiemap() local
830 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap()
836 if (!delalloc) in extent_fiemap()
H A Dblock-group.h341 u64 ram_bytes, u64 num_bytes, int delalloc,
344 u64 num_bytes, int delalloc);
H A Dextent-tree.c3566 int delalloc) in btrfs_lock_block_group() argument
3568 if (delalloc) in btrfs_lock_block_group()
3573 int delalloc) in btrfs_grab_block_group() argument
3576 if (delalloc) in btrfs_grab_block_group()
3583 int delalloc) in btrfs_lock_cluster() argument
3599 if (!delalloc) in btrfs_lock_cluster()
3621 int delalloc) in btrfs_release_block_group() argument
3623 if (delalloc) in btrfs_release_block_group()
3995 int delalloc) in release_block_group() argument
4549 ffe_ctl->delalloc, in find_free_extent()
[all …]
H A DMakefile34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
H A Dspace-info.c886 u64 ordered, delalloc; in need_preemptive_reclaim() local
983 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim()
984 if (ordered >= delalloc) in need_preemptive_reclaim()
1619 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local
1629 if (ordered < delalloc) in maybe_clamp_preempt()
H A Dfile.c3264 bool delalloc; in btrfs_find_delalloc_in_range() local
3266 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3270 if (!delalloc) in btrfs_find_delalloc_in_range()
3318 bool delalloc; in find_desired_extent_in_hole() local
3320 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole()
3322 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3327 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3351 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
H A Dblock-group.c3788 u64 ram_bytes, u64 num_bytes, int delalloc, in btrfs_add_reserved_bytes() argument
3813 if (delalloc) in btrfs_add_reserved_bytes()
3841 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument
3855 if (delalloc) in btrfs_free_reserved_bytes()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst215 caching a fresh (``IOMAP_F_NEW``) delalloc mapping.
327 delalloc reservations to avoid having delalloc reservations for
/linux-6.15/fs/xfs/scrub/
H A Dtrace.h855 uint64_t fdblocks, uint64_t delalloc),
856 TP_ARGS(mp, icount, ifree, fdblocks, delalloc),
865 __field(uint64_t, delalloc)
875 __entry->delalloc = delalloc;
885 __entry->delalloc)
/linux-6.15/Documentation/admin-guide/
H A Dext4.rst278 delalloc (*)