Searched refs:delalloc (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/fs/btrfs/ |
D | block-group.h | 261 u64 ram_bytes, u64 num_bytes, int delalloc); 263 u64 num_bytes, int delalloc);
|
D | extent-tree.c | 3494 int delalloc) in btrfs_lock_block_group() argument 3496 if (delalloc) in btrfs_lock_block_group() 3501 int delalloc) in btrfs_grab_block_group() argument 3504 if (delalloc) in btrfs_grab_block_group() 3511 int delalloc) in btrfs_lock_cluster() argument 3527 if (!delalloc) in btrfs_lock_cluster() 3549 int delalloc) in btrfs_release_block_group() argument 3551 if (delalloc) in btrfs_release_block_group() 3569 int delalloc; member 3640 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 discard.o reflink.o
|
D | block-group.c | 2960 u64 ram_bytes, u64 num_bytes, int delalloc) in btrfs_add_reserved_bytes() argument 2976 if (delalloc) in btrfs_add_reserved_bytes() 3003 u64 num_bytes, int delalloc) in btrfs_free_reserved_bytes() argument 3015 if (delalloc) in btrfs_free_reserved_bytes()
|
D | ctree.h | 2582 struct btrfs_key *ins, int is_data, int delalloc); 2593 u64 start, u64 len, int delalloc);
|
/Linux-v5.10/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.10/fs/ext4/ |
D | inode.c | 3551 bool delalloc = false; in ext4_iomap_begin_report() local 3593 delalloc = ext4_iomap_is_delalloc(inode, &map); in ext4_iomap_begin_report() 3597 if (delalloc && iomap->type == IOMAP_HOLE) in ext4_iomap_begin_report()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | ext4.rst | 289 delalloc (*)
|