Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dfile.c711 int extent_type; in __btrfs_drop_extents() local
773 extent_type = btrfs_file_extent_type(leaf, fi); in __btrfs_drop_extents()
775 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents()
776 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
782 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
822 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
868 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
894 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
926 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
Dbackref.c91 int extent_type; in find_extent_in_eb() local
105 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_in_eb()
106 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Dinode.c1234 int extent_type; in run_delalloc_nocow() local
1320 extent_type = 0; in run_delalloc_nocow()
1326 extent_type = btrfs_file_extent_type(leaf, fi); in run_delalloc_nocow()
1329 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()
1330 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1347 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()
1375 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow()
1413 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
2072 u16 other_encoding, int extent_type) in insert_reserved_file_extent() argument
2116 btrfs_set_file_extent_type(leaf, fi, extent_type); in insert_reserved_file_extent()
[all …]
Dsend.c1284 int extent_type; in find_extent_clone() local
1326 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_clone()
1327 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()
Dextent-tree.c8146 int i, extent_type, ret; in account_leaf_items() local
8163 extent_type = btrfs_file_extent_type(eb, fi); in account_leaf_items()
8165 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in account_leaf_items()