Searched refs:delalloc (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/btrfs/ |
| A D | block-group.h | 289 u64 ram_bytes, u64 num_bytes, int delalloc); 291 u64 num_bytes, int delalloc);
|
| A D | extent-tree.c | 3403 int delalloc) in btrfs_lock_block_group() argument 3405 if (delalloc) in btrfs_lock_block_group() 3410 int delalloc) in btrfs_grab_block_group() argument 3413 if (delalloc) in btrfs_grab_block_group() 3420 int delalloc) in btrfs_lock_cluster() argument 3436 if (!delalloc) in btrfs_lock_cluster() 3458 int delalloc) in btrfs_release_block_group() argument 3460 if (delalloc) in btrfs_release_block_group() 3481 int delalloc; member 3904 int delalloc) in release_block_group() argument [all …]
|
| A D | space-info.c | 736 u64 ordered, delalloc; in need_preemptive_reclaim() local 829 delalloc = percpu_counter_read_positive(&fs_info->delalloc_bytes); in need_preemptive_reclaim() 830 if (ordered >= delalloc) in need_preemptive_reclaim() 1427 u64 delalloc = percpu_counter_sum_positive(&fs_info->delalloc_bytes); in maybe_clamp_preempt() local 1437 if (ordered < delalloc) in maybe_clamp_preempt()
|
| A D | Makefile | 32 block-rsv.o delalloc-space.o block-group.o discard.o reflink.o \
|
| A D | block-group.c | 3302 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument 3318 if (delalloc) in btrfs_add_reserved_bytes() 3345 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument 3357 if (delalloc) in btrfs_free_reserved_bytes()
|
| A D | ctree.h | 2739 struct btrfs_key *ins, int is_data, int delalloc); 2750 u64 start, u64 len, int delalloc);
|
| /linux/fs/xfs/scrub/ |
| A D | trace.h | 604 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/fs/ext4/ |
| A D | inode.c | 3498 bool delalloc = false; in ext4_iomap_begin_report() local 3540 delalloc = ext4_iomap_is_delalloc(inode, &map); in ext4_iomap_begin_report() 3544 if (delalloc && iomap->type == IOMAP_HOLE) in ext4_iomap_begin_report()
|
| /linux/Documentation/admin-guide/ |
| A D | ext4.rst | 289 delalloc (*)
|
Completed in 45 milliseconds