Searched refs:delalloc (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | fiemap.c | 461 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 D | extent-tree.c | 3774 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 D | space-info.c | 989 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 D | block-group.h | 375 u64 ram_bytes, u64 num_bytes, bool delalloc,
|
| H A D | file.c | 3399 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 D | extent_io.c | 1496 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 D | block-group.c | 3995 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 D | super.c | 424 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 D | attrib.c | 452 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 D | ntfs_fs.h | 112 unsigned delalloc : 1; /* delay allocation. */ member
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 260 caching a fresh (``IOMAP_F_NEW``) delalloc mapping. 360 delalloc reservations to avoid having delalloc reservations for
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 855 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)
|