Searched refs:delalloc (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/btrfs/ |
| D | block-group.h | 216 u64 ram_bytes, u64 num_bytes, int delalloc); 218 u64 num_bytes, int delalloc);
|
| D | extent-tree.c | 3353 int delalloc) in btrfs_lock_block_group() argument 3355 if (delalloc) in btrfs_lock_block_group() 3361 int delalloc) in btrfs_grab_block_group() argument 3364 if (delalloc) in btrfs_grab_block_group() 3371 int delalloc) in btrfs_lock_cluster() argument 3386 if (!delalloc) in btrfs_lock_cluster() 3408 int delalloc) in btrfs_release_block_group() argument 3410 if (delalloc) in btrfs_release_block_group() 3425 int delalloc; member 3488 cluster_bg = btrfs_lock_cluster(bg, last_ptr, ffe_ctl->delalloc); in find_free_extent_clustered() [all …]
|
| D | Makefile | 14 block-rsv.o delalloc-space.o block-group.o
|
| D | block-group.c | 2750 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument 2766 if (delalloc) in btrfs_add_reserved_bytes() 2786 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument 2798 if (delalloc) in btrfs_free_reserved_bytes()
|
| D | ctree.h | 2436 struct btrfs_key *ins, int is_data, int delalloc); 2447 u64 start, u64 len, int delalloc);
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | trace.h | 598 uint64_t fdblocks, uint64_t delalloc), 599 TP_ARGS(mp, icount, ifree, fdblocks, delalloc), 608 __field(uint64_t, delalloc) 618 __entry->delalloc = delalloc; 628 __entry->delalloc)
|
| /Linux-v5.4/fs/ext4/ |
| D | inode.c | 3416 bool delalloc = false; in ext4_iomap_begin() local 3466 delalloc = true; in ext4_iomap_begin() 3535 iomap->type = delalloc ? IOMAP_DELALLOC : IOMAP_HOLE; in ext4_iomap_begin()
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ext4.rst | 284 delalloc (*)
|