Searched refs:extent_type (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dfile.c711 int extent_type; __btrfs_drop_extents() local
773 extent_type = btrfs_file_extent_type(leaf, fi); __btrfs_drop_extents()
775 if (extent_type == BTRFS_FILE_EXTENT_REG || __btrfs_drop_extents()
776 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { __btrfs_drop_extents()
782 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { __btrfs_drop_extents()
822 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { __btrfs_drop_extents()
868 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { __btrfs_drop_extents()
894 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { __btrfs_drop_extents()
926 extent_type == BTRFS_FILE_EXTENT_INLINE) { __btrfs_drop_extents()
H A Dinode.c1234 int extent_type; run_delalloc_nocow() local
1320 extent_type = 0; run_delalloc_nocow()
1326 extent_type = btrfs_file_extent_type(leaf, fi); run_delalloc_nocow()
1329 if (extent_type == BTRFS_FILE_EXTENT_REG || run_delalloc_nocow()
1330 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { run_delalloc_nocow()
1347 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) run_delalloc_nocow()
1375 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { run_delalloc_nocow()
1413 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { run_delalloc_nocow()
2072 u16 other_encoding, int extent_type) insert_reserved_file_extent()
2116 btrfs_set_file_extent_type(leaf, fi, extent_type); insert_reserved_file_extent()
4294 int extent_type = -1; btrfs_truncate_inode_items() local
4387 extent_type = btrfs_file_extent_type(leaf, fi); btrfs_truncate_inode_items()
4388 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4391 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4417 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4451 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
2067 insert_reserved_file_extent(struct btrfs_trans_handle *trans, struct inode *inode, u64 file_pos, u64 disk_bytenr, u64 disk_num_bytes, u64 num_bytes, u64 ram_bytes, u8 compression, u8 encryption, u16 other_encoding, int extent_type) insert_reserved_file_extent() argument
H A Dbackref.c91 int extent_type; find_extent_in_eb() local
105 extent_type = btrfs_file_extent_type(eb, fi); find_extent_in_eb()
106 if (extent_type == BTRFS_FILE_EXTENT_INLINE) find_extent_in_eb()
H A Dsend.c1284 int extent_type; find_extent_clone() local
1326 extent_type = btrfs_file_extent_type(eb, fi); find_extent_clone()
1327 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { find_extent_clone()
H A Dextent-tree.c8146 int i, extent_type, ret; account_leaf_items() local
8163 extent_type = btrfs_file_extent_type(eb, fi); account_leaf_items()
8165 if (extent_type == BTRFS_FILE_EXTENT_INLINE) account_leaf_items()

Completed in 231 milliseconds