Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 18 of 18) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | inode-item.c | 434 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_trace_truncate() 548 if (extent_type != BTRFS_FILE_EXTENT_INLINE) in btrfs_truncate_inode_items() 551 else if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_truncate_inode_items() 576 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 607 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items()
|
| D | reflink.c | 228 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 430 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 511 ASSERT(type == BTRFS_FILE_EXTENT_INLINE); in btrfs_clone() 522 if (WARN_ON(type != BTRFS_FILE_EXTENT_INLINE) || in btrfs_clone()
|
| D | print-tree.c | 283 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
| D | file.c | 301 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 342 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 401 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 427 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 459 extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 2271 ASSERT(btrfs_file_extent_type(leaf, extent) != BTRFS_FILE_EXTENT_INLINE); in btrfs_insert_replace_extent()
|
| D | file-item.c | 1307 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map() 1345 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in btrfs_file_extent_end()
|
| D | tree-checker.c | 124 if (btrfs_file_extent_type(leaf, extent) == BTRFS_FILE_EXTENT_INLINE) { in file_extent_end() 268 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
|
| D | send.c | 1600 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_clone() 1777 if (unlikely(type != BTRFS_FILE_EXTENT_INLINE)) { in read_symlink() 5709 BTRFS_FILE_EXTENT_INLINE); in send_extent_data() 5975 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range() 6261 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 6266 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 6291 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
|
| D | extent_io.c | 2784 if (btrfs_file_extent_type(leaf, ei) == BTRFS_FILE_EXTENT_INLINE) { in fiemap_find_last_extent_offset() 2922 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in extent_fiemap() 2931 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in extent_fiemap()
|
| D | backref.c | 128 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb() 544 if (type == BTRFS_FILE_EXTENT_INLINE) in add_all_parents()
|
| D | inode.c | 544 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent() 1869 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in can_nocow_file_extent() 6828 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 6867 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 9441 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
| D | extent-tree.c | 2444 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 2636 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
| D | tree-log.c | 655 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 879 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
|
| D | qgroup.c | 1916 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
| D | relocation.c | 1103 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
|
| D | ctree.c | 4191 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
| /Linux-v6.6/fs/btrfs/tests/ |
| D | inode-tests.c | 26 if (type == BTRFS_FILE_EXTENT_INLINE) in insert_extent() 99 insert_extent(root, offset, 6, 6, 0, 0, 0, BTRFS_FILE_EXTENT_INLINE, 0, in setup_file_extents()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | btrfs_tree.h | 1017 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
|
| /Linux-v6.6/include/trace/events/ |
| D | btrfs.h | 73 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \
|