Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.10/fs/btrfs/ |
| D | reflink.c | 213 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()
|
| D | print-tree.c | 287 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
| D | file.c | 770 } 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()
|
| D | file-item.c | 1077 } 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()
|
| D | tree-checker.c | 118 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()
|
| D | inode.c | 203 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()
|
| D | send.c | 1346 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()
|
| D | extent-tree.c | 2472 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 2713 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
| D | tree-log.c | 603 } 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()
|
| D | backref.c | 100 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
| D | qgroup.c | 1781 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
| D | relocation.c | 1064 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
|
| D | ctree.c | 4668 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | btrfs_tree.h | 749 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
|
| /Linux-v5.10/fs/btrfs/tests/ |
| D | inode-tests.c | 25 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/ |
| D | btrfs.h | 70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \
|