Searched refs:delalloc (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/ |
| A D | extent-tree.h | 34 int delalloc; member 143 struct btrfs_key *ins, int is_data, int delalloc); 155 u64 start, u64 len, int delalloc);
|
| 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() 828 bool delalloc; in extent_fiemap() local 830 delalloc = btrfs_find_delalloc_in_range(inode, in extent_fiemap() 836 if (!delalloc) in extent_fiemap()
|
| A D | block-group.h | 341 u64 ram_bytes, u64 num_bytes, int delalloc, 344 u64 num_bytes, int delalloc);
|
| A D | extent-tree.c | 3587 int delalloc) in btrfs_lock_block_group() argument 3589 if (delalloc) in btrfs_lock_block_group() 3594 int delalloc) in btrfs_grab_block_group() argument 3597 if (delalloc) in btrfs_grab_block_group() 3604 int delalloc) in btrfs_lock_cluster() argument 3620 if (!delalloc) in btrfs_lock_cluster() 3642 int delalloc) in btrfs_release_block_group() argument 3644 if (delalloc) in btrfs_release_block_group() 4016 int delalloc) in release_block_group() argument 4570 ffe_ctl->delalloc, in find_free_extent() [all …]
|
| A D | Makefile | 34 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
|
| A D | space-info.c | 876 u64 ordered, delalloc; in need_preemptive_reclaim() local 973 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim() 974 if (ordered >= delalloc) in need_preemptive_reclaim() 1598 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local 1608 if (ordered < delalloc) in maybe_clamp_preempt()
|
| A D | file.c | 3386 bool delalloc; in btrfs_find_delalloc_in_range() local 3388 delalloc = find_delalloc_subrange(inode, cur_offset, end, in btrfs_find_delalloc_in_range() 3392 if (!delalloc) in btrfs_find_delalloc_in_range() 3440 bool delalloc; in find_desired_extent_in_hole() local 3442 delalloc = btrfs_find_delalloc_in_range(inode, start, end, cached_state, in find_desired_extent_in_hole() 3444 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole() 3449 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole() 3473 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole()
|
| A D | block-group.c | 3760 u64 ram_bytes, u64 num_bytes, int delalloc, in btrfs_add_reserved_bytes() argument 3786 if (delalloc) in btrfs_add_reserved_bytes() 3814 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument 3828 if (delalloc) in btrfs_free_reserved_bytes()
|
| /linux/Documentation/filesystems/iomap/ |
| A D | operations.rst | 213 caching a fresh (``IOMAP_F_NEW``) delalloc mapping. 326 delalloc reservations to avoid having delalloc reservations for
|
| /linux/fs/xfs/scrub/ |
| A D | trace.h | 843 uint64_t fdblocks, uint64_t delalloc), 844 TP_ARGS(mp, icount, ifree, fdblocks, delalloc), 853 __field(uint64_t, delalloc) 863 __entry->delalloc = delalloc; 873 __entry->delalloc)
|
| /linux/Documentation/admin-guide/ |
| A D | ext4.rst | 279 delalloc (*)
|
Completed in 42 milliseconds