Home
last modified time | relevance | path

Searched refs:delalloc (Results 1 – 12 of 12) 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.c3774 btrfs_lock_block_group(struct btrfs_block_group *cache, bool delalloc) in btrfs_lock_block_group() argument
3776 if (delalloc) in btrfs_lock_block_group()
3781 bool delalloc) in btrfs_grab_block_group() argument
3784 if (delalloc) in btrfs_grab_block_group()
3791 bool delalloc) in btrfs_lock_cluster() argument
3807 if (!delalloc) in btrfs_lock_cluster()
3828 btrfs_release_block_group(struct btrfs_block_group *cache, bool delalloc) in btrfs_release_block_group() argument
3830 if (delalloc) in btrfs_release_block_group()
3867 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered()
3902 btrfs_release_block_group(cluster_bg, ffe_ctl->delalloc); in find_free_extent_clustered()
[all …]
H A Dspace-info.c989 u64 ordered, delalloc; in need_preemptive_reclaim() local
1085 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim()
1086 if (ordered >= delalloc) in need_preemptive_reclaim()
1745 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local
1755 if (ordered < delalloc) in maybe_clamp_preempt()
H A Dblock-group.h375 u64 ram_bytes, u64 num_bytes, bool delalloc,
H A Dfile.c3399 bool delalloc; in btrfs_find_delalloc_in_range() local
3401 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range()
3405 if (!delalloc) in btrfs_find_delalloc_in_range()
3453 bool delalloc; in find_desired_extent_in_hole() local
3455 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole()
3457 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole()
3462 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
3486 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
H A Dextent_io.c1496 bool delalloc; in debug_check_writepage_fixup() local
1501 delalloc = btrfs_test_range_bit_exists(&inode->io_tree, start, in debug_check_writepage_fixup()
1504 if (unlikely(delalloc)) in debug_check_writepage_fixup()
1508 if (delalloc) in debug_check_writepage_fixup()
H A Dblock-group.c3995 u64 ram_bytes, u64 num_bytes, bool delalloc, in btrfs_add_reserved_bytes() argument
4017 if (delalloc) in btrfs_add_reserved_bytes()
/linux/fs/ntfs3/
H A Dsuper.c424 opts->delalloc = 1; in ntfs_fs_parse_param()
427 opts->delalloc = result.boolean; in ntfs_fs_parse_param()
804 if (opts->delalloc) in ntfs_show_options()
H A Dattrib.c452 bool da = !is_mft && sbi->options->delalloc && run_da && !no_da; in attr_set_size_ex()
999 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)