Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dbtrfs_tree.h419 #define BTRFS_INODE_PREALLOC (1U << 4) macro
435 BTRFS_INODE_PREALLOC | \
/linux/fs/btrfs/
H A Ddirect-io.c443 (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_dio_iomap_begin()
H A Dfile.c996 if (!(inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_check_nocow_lock()
1050 !(BTRFS_I(inode)->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC))) in btrfs_write_check()
3385 !(inode->flags & BTRFS_INODE_PREALLOC) && in find_desired_extent()
H A Dinode.c2309 if (inode->flags & (BTRFS_INODE_NODATACOW | BTRFS_INODE_PREALLOC)) { in should_nocow()
2707 !(inode->flags & BTRFS_INODE_PREALLOC)) { in btrfs_set_extent_delalloc()
8906 BTRFS_I(inode)->flags |= BTRFS_INODE_PREALLOC; in __btrfs_prealloc_file_range()
H A Drelocation.c3724 BTRFS_INODE_PREALLOC); in __insert_orphan_inode()
H A Dfree-space-cache.c177 const u64 flags = BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC | in __create_free_space_inode()
H A Dtree-log.c4808 if (!(inode->flags & BTRFS_INODE_PREALLOC)) in btrfs_log_prealloc_extents()