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

/linux-4.1.27/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.c1224 int extent_type; run_delalloc_nocow() local
1310 extent_type = 0; run_delalloc_nocow()
1316 extent_type = btrfs_file_extent_type(leaf, fi); run_delalloc_nocow()
1319 if (extent_type == BTRFS_FILE_EXTENT_REG || run_delalloc_nocow()
1320 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { run_delalloc_nocow()
1337 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) run_delalloc_nocow()
1365 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { run_delalloc_nocow()
1403 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { run_delalloc_nocow()
2056 u16 other_encoding, int extent_type) insert_reserved_file_extent()
2100 btrfs_set_file_extent_type(leaf, fi, extent_type); insert_reserved_file_extent()
4255 int extent_type = -1; btrfs_truncate_inode_items() local
4348 extent_type = btrfs_file_extent_type(leaf, fi); btrfs_truncate_inode_items()
4349 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4352 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4378 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
4412 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { btrfs_truncate_inode_items()
2051 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.c1280 int extent_type; find_extent_clone() local
1322 extent_type = btrfs_file_extent_type(eb, fi); find_extent_clone()
1323 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { find_extent_clone()
H A Dextent-tree.c7769 int i, extent_type, ret; account_leaf_items() local
7782 extent_type = btrfs_file_extent_type(eb, fi); account_leaf_items()
7784 if (extent_type == BTRFS_FILE_EXTENT_INLINE) account_leaf_items()

Completed in 273 milliseconds