Home
last modified time | relevance | path

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

/fs/btrfs/
Dfile.c699 int extent_type; in __btrfs_drop_extents() local
760 extent_type = btrfs_file_extent_type(leaf, fi); in __btrfs_drop_extents()
762 if (extent_type == BTRFS_FILE_EXTENT_REG || in __btrfs_drop_extents()
763 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in __btrfs_drop_extents()
769 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
810 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
865 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
891 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
923 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
Dinode.c1486 int extent_type; in run_delalloc_nocow() local
1550 extent_type = 0; in run_delalloc_nocow()
1560 extent_type = btrfs_file_extent_type(leaf, fi); in run_delalloc_nocow()
1563 if (extent_type == BTRFS_FILE_EXTENT_REG || in run_delalloc_nocow()
1564 extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
1598 if (extent_type == BTRFS_FILE_EXTENT_REG && !force) in run_delalloc_nocow()
1652 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow()
1695 if (extent_type == BTRFS_FILE_EXTENT_PREALLOC) { in run_delalloc_nocow()
4232 int extent_type = -1; in btrfs_truncate_inode_items() local
4328 extent_type = btrfs_file_extent_type(leaf, fi); in btrfs_truncate_inode_items()
[all …]
Dbackref.c85 int extent_type; in find_extent_in_eb() local
99 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_in_eb()
100 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Dqgroup.c1853 int i, extent_type, ret; in btrfs_qgroup_trace_leaf_items() local
1870 extent_type = btrfs_file_extent_type(eb, fi); in btrfs_qgroup_trace_leaf_items()
1872 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
Dsend.c1305 int extent_type; in find_extent_clone() local
1346 extent_type = btrfs_file_extent_type(eb, fi); in find_extent_clone()
1347 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()