Home
last modified time | relevance | path

Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dreflink.c223 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent()
425 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
497 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
Dprint-tree.c279 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
Dfile.c793 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents()
834 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents()
889 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents()
915 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents()
947 extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents()
2585 ASSERT(btrfs_file_extent_type(leaf, extent) != BTRFS_FILE_EXTENT_INLINE); in btrfs_insert_replace_extent()
Dfile-item.c1236 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map()
1275 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in btrfs_file_extent_end()
Dtree-checker.c120 if (btrfs_file_extent_type(leaf, extent) == BTRFS_FILE_EXTENT_INLINE) { in file_extent_end()
264 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
Dinode.c276 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent()
1788 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow()
4758 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4764 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4792 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4832 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
7133 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent()
7172 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent()
10126 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
Dsend.c1338 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()
1501 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink()
5389 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range()
5651 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5656 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5681 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
Dextent-tree.c2431 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref()
2640 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dtree-log.c645 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
866 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
Dbackref.c101 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Dqgroup.c1810 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
Drelocation.c1091 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
Dctree.c3687 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h773 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
/Linux-v5.15/fs/btrfs/tests/
Dinode-tests.c25 if (type == BTRFS_FILE_EXTENT_INLINE) in insert_extent()
105 insert_extent(root, offset, 1, 1, 0, 0, 0, BTRFS_FILE_EXTENT_INLINE, 0, in setup_file_extents()
/Linux-v5.15/include/trace/events/
Dbtrfs.h70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \