Home
last modified time | relevance | path

Searched refs:BTRFS_INODE_PREALLOC (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dctree.h1490 #define BTRFS_INODE_PREALLOC (1U << 4) macro
1506 BTRFS_INODE_PREALLOC | \
Drelocation.c3773 u64 flags = BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC; in __insert_orphan_inode()
3777 flags &= ~BTRFS_INODE_PREALLOC; in __insert_orphan_inode()
Dinode.c1929 if (inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC)) { in should_nocow()
2625 !(inode->flags & BTRFS_INODE_PREALLOC)) { in btrfs_set_extent_delalloc()
10341 BTRFS_I(inode)->flags |= BTRFS_INODE_PREALLOC; in __btrfs_prealloc_file_range()
Dfile.c1493 if (!(inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in check_can_nocow()
Dfree-space-cache.c147 const u64 flags = BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC | in __create_free_space_inode()
Dtree-log.c4445 if (!(inode->flags & BTRFS_INODE_PREALLOC)) in btrfs_log_prealloc_extents()