Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dblock-group.h313 u64 ram_bytes, u64 num_bytes, int delalloc);
315 u64 num_bytes, int delalloc);
Dextent-tree.c3387 int delalloc) in btrfs_lock_block_group() argument
3389 if (delalloc) in btrfs_lock_block_group()
3394 int delalloc) in btrfs_grab_block_group() argument
3397 if (delalloc) in btrfs_grab_block_group()
3404 int delalloc) in btrfs_lock_cluster() argument
3420 if (!delalloc) in btrfs_lock_cluster()
3442 int delalloc) in btrfs_release_block_group() argument
3444 if (delalloc) in btrfs_release_block_group()
3465 int delalloc; member
3542 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered()
[all …]
Dspace-info.c855 u64 ordered, delalloc; in need_preemptive_reclaim() local
953 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim()
954 if (ordered >= delalloc) in need_preemptive_reclaim()
1567 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local
1577 if (ordered < delalloc) in maybe_clamp_preempt()
DMakefile33 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
Dfile.c3677 bool delalloc; in btrfs_find_delalloc_in_range() local
3679 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3682 if (!delalloc) in btrfs_find_delalloc_in_range()
3729 bool delalloc; in find_desired_extent_in_hole() local
3731 delalloc = btrfs_find_delalloc_in_range(inode, start, end, in find_desired_extent_in_hole()
3733 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3738 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3762 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
Dextent_io.c3740 bool delalloc; in fiemap_process_hole() local
3742 delalloc = btrfs_find_delalloc_in_range(inode, cur_offset, end, in fiemap_process_hole()
3745 if (!delalloc) in fiemap_process_hole()
4114 bool delalloc; in extent_fiemap() local
4116 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap()
4121 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.h2910 struct btrfs_key *ins, int is_data, int delalloc);
2920 u64 start, u64 len, int delalloc);
/linux-6.1.9/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-6.1.9/fs/ext4/
Dinode.c3561 bool delalloc = false; in ext4_iomap_begin_report() local
3603 delalloc = ext4_iomap_is_delalloc(inode, &map); in ext4_iomap_begin_report()
3607 if (delalloc && iomap->type == IOMAP_HOLE) in ext4_iomap_begin_report()
/linux-6.1.9/Documentation/admin-guide/
Dext4.rst289 delalloc (*)