Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1224 int extent_type; in run_delalloc_nocow() local
1310 extent_type = 0; in run_delalloc_nocow()
1316 extent_type = btrfs_file_extent_type(leaf, fi); in run_delalloc_nocow()
1319 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()
1320 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1337 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()
1365 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow()
1403 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
2056 u16 other_encoding, int extent_type) in insert_reserved_file_extent() argument
2100 btrfs_set_file_extent_type(leaf, fi, extent_type); in insert_reserved_file_extent()
[all …]
Dsend.c1280 int extent_type; in find_extent_clone() local
1322 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_clone()
1323 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()
Dextent-tree.c7769 int i, extent_type, ret; in account_leaf_items() local
7782 extent_type = btrfs_file_extent_type(eb, fi); in account_leaf_items()
7784 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in account_leaf_items()