Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | reflink.c | 223 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()
|
| D | print-tree.c | 279 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
| D | file.c | 793 } 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()
|
| D | file-item.c | 1236 } 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()
|
| D | tree-checker.c | 120 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()
|
| D | inode.c | 276 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()
|
| D | send.c | 1338 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()
|
| D | extent-tree.c | 2431 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 2640 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
| D | tree-log.c | 645 } 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()
|
| D | backref.c | 101 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
| D | qgroup.c | 1810 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
| D | relocation.c | 1091 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
|
| D | ctree.c | 3687 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs_tree.h | 773 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
|
| /Linux-v5.15/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.15/include/trace/events/ |
| D | btrfs.h | 70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \
|