Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dreflink.c213 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent()
398 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
471 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
Dprint-tree.c287 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
Dfile.c770 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
811 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
866 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
892 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
924 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
2546 ASSERT(btrfs_file_extent_type(leaf, extent) != BTRFS_FILE_EXTENT_INLINE); in btrfs_insert_replace_extent()
Dfile-item.c1077 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map()
1116 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in btrfs_file_extent_end()
Dtree-checker.c118 if (btrfs_file_extent_type(leaf, extent) == BTRFS_FILE_EXTENT_INLINE) { in file_extent_end()
260 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
Dinode.c203 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent()
1653 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow()
4313 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4320 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4345 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
4383 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
6672 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent()
6711 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent()
9591 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
Dsend.c1346 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone()
1523 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink()
5395 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range()
5642 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5647 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
5672 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
Dextent-tree.c2472 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref()
2713 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dtree-log.c603 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
819 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
Dbackref.c100 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Dqgroup.c1781 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
Drelocation.c1064 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
Dctree.c4668 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h749 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
/Linux-v5.10/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.10/include/trace/events/
Dbtrfs.h70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \