Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h398 #define BTRFS_INODE_PREALLOC (1U << 4) macro
414 BTRFS_INODE_PREALLOC | \
/openbmc/linux/fs/btrfs/
H A Dfile.c1071 if (!(inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_check_nocow_lock()
1145 !(BTRFS_I(inode)->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_write_check()
3506 !(inode->flags & BTRFS_INODE_PREALLOC) && in find_desired_extent()
H A Dinode.c2238 if (inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC)) { in should_nocow()
2657 !(inode->flags & BTRFS_INODE_PREALLOC)) { in btrfs_set_extent_delalloc()
7541 (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_dio_iomap_begin()
9694 BTRFS_I(inode)->flags |= BTRFS_INODE_PREALLOC; in __btrfs_prealloc_file_range()
H A Dfree-space-cache.c174 const u64 flags = BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC | in __create_free_space_inode()
H A Drelocation.c3766 BTRFS_INODE_PREALLOC); in __insert_orphan_inode()
H A Dtree-log.c4747 if (!(inode->flags & BTRFS_INODE_PREALLOC)) in btrfs_log_prealloc_extents()