Home
last modified time | relevance | path

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

/linux/fs/btrfs/
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()
827 bool delalloc; in extent_fiemap() local
829 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap()
835 if (!delalloc) in extent_fiemap()
H A Dextent-tree.h42 bool delalloc; member
140 struct btrfs_key *ins, bool is_data, bool delalloc);
H A DMakefile33 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
H A Dspace-info.c965 u64 ordered, delalloc; in need_preemptive_reclaim() local
1061 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim()
1062 if (ordered >= delalloc) in need_preemptive_reclaim()
1712 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local
1722 if (ordered < delalloc) in maybe_clamp_preempt()
H A Dfile.c3432 bool delalloc; in btrfs_find_delalloc_in_range() local
3434 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3438 if (!delalloc) in btrfs_find_delalloc_in_range()
3486 bool delalloc; in find_desired_extent_in_hole() local
3488 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole()
3490 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3495 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3519 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
H A Dblock-group.h370 u64 ram_bytes, u64 num_bytes, bool delalloc,
H A Dblock-group.c3928 u64 ram_bytes, u64 num_bytes, bool delalloc, in btrfs_add_reserved_bytes() argument
3950 if (delalloc) in btrfs_add_reserved_bytes()
/linux/fs/ntfs3/
H A Dsuper.c418 opts->delalloc = 1; in ntfs_fs_parse_param()
421 opts->delalloc = result.boolean; in ntfs_fs_parse_param()
799 if (opts->delalloc) in ntfs_show_options()
H A Dattrib.c451 bool da = !is_mft && sbi->options->delalloc && run_da && !no_da; in attr_set_size_ex()
1002 bool da = sbi->options->delalloc && !no_da; in attr_data_get_block_locked()
H A Dntfs_fs.h112 unsigned delalloc : 1; /* delay allocation. */ member
/linux/Documentation/filesystems/iomap/
H A Doperations.rst260 caching a fresh (``IOMAP_F_NEW``) delalloc mapping.
360 delalloc reservations to avoid having delalloc reservations for
/linux/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/Documentation/admin-guide/
H A Dext4.rst278 delalloc (*)