Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dblock-group.h313 u64 ram_bytes, u64 num_bytes, int delalloc);
315 u64 num_bytes, int delalloc);
Dextent-tree.c3384 int delalloc) in btrfs_lock_block_group() argument
3386 if (delalloc) in btrfs_lock_block_group()
3391 int delalloc) in btrfs_grab_block_group() argument
3394 if (delalloc) in btrfs_grab_block_group()
3401 int delalloc) in btrfs_lock_cluster() argument
3417 if (!delalloc) in btrfs_lock_cluster()
3439 int delalloc) in btrfs_release_block_group() argument
3441 if (delalloc) in btrfs_release_block_group()
3462 int delalloc; member
3539 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered()
[all …]
Dspace-info.c854 u64 ordered, delalloc; in need_preemptive_reclaim() local
952 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim()
953 if (ordered >= delalloc) in need_preemptive_reclaim()
1566 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local
1576 if (ordered < delalloc) in maybe_clamp_preempt()
DMakefile33 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
Dfile.c3671 bool delalloc; in btrfs_find_delalloc_in_range() local
3673 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3676 if (!delalloc) in btrfs_find_delalloc_in_range()
3723 bool delalloc; in find_desired_extent_in_hole() local
3725 delalloc = btrfs_find_delalloc_in_range(inode, start, end, in find_desired_extent_in_hole()
3727 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3732 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3756 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
Dextent_io.c3731 bool delalloc; in fiemap_process_hole() local
3733 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole()
3736 if (!delalloc) in fiemap_process_hole()
4105 bool delalloc; in extent_fiemap() local
4107 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap()
4112 if (!delalloc) in extent_fiemap()
Dblock-group.c3363 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument
3379 if (delalloc) in btrfs_add_reserved_bytes()
3406 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument
3418 if (delalloc) in btrfs_free_reserved_bytes()
Dctree.h2904 struct btrfs_key *ins, int is_data, int delalloc);
2914 u64 start, u64 len, int delalloc);
/Linux-v6.1/fs/xfs/scrub/
Dtrace.h604 uint64_t fdblocks, uint64_t delalloc),
605 TP_ARGS(mp, icount, ifree, fdblocks, delalloc),
614 __field(uint64_t, delalloc)
624 __entry->delalloc = delalloc;
634 __entry->delalloc)
/Linux-v6.1/fs/ext4/
Dinode.c3554 bool delalloc = false; in ext4_iomap_begin_report() local
3596 delalloc = ext4_iomap_is_delalloc(inode, &map); in ext4_iomap_begin_report()
3600 if (delalloc && iomap->type == IOMAP_HOLE) in ext4_iomap_begin_report()
/Linux-v6.1/Documentation/admin-guide/
Dext4.rst289 delalloc (*)