Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ |
| D | btrfs_tree.h | 740 #define BTRFS_FILE_EXTENT_INLINE 0 macro
|
| /Linux-v5.4/fs/btrfs/ |
| D | print-tree.c | 247 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
| D | file-item.c | 956 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map() 988 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map()
|
| D | file.c | 841 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 882 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 937 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 963 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 995 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
|
| D | tree-checker.c | 117 if (btrfs_file_extent_type(leaf, extent) == BTRFS_FILE_EXTENT_INLINE) { in file_extent_end() 171 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
|
| D | send.c | 1334 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone() 1497 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink() 5188 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range() 5324 if (type == BTRFS_FILE_EXTENT_INLINE) { in send_write_or_clone() 5457 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5462 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5487 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5583 if (type == BTRFS_FILE_EXTENT_INLINE) { in get_last_extent() 5646 BTRFS_FILE_EXTENT_INLINE) { in range_is_hole_in_parent() 5692 if (type == BTRFS_FILE_EXTENT_INLINE) { in maybe_send_hole()
|
| D | inode.c | 209 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent() 1522 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 4718 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4725 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4750 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4784 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 7015 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 7062 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 10335 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
| D | tree-log.c | 610 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 825 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 4117 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4182 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4787 BTRFS_FILE_EXTENT_INLINE) in btrfs_log_trailing_hole()
|
| D | ioctl.c | 3413 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 3584 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 3658 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
|
| D | backref.c | 99 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
| D | relocation.c | 1663 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents() 3712 BTRFS_FILE_EXTENT_INLINE) in find_data_references()
|
| D | extent-tree.c | 2464 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 2705 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
| D | qgroup.c | 1659 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
| D | ctree.c | 4649 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
| /Linux-v5.4/fs/btrfs/tests/ |
| D | inode-tests.c | 25 if (type == BTRFS_FILE_EXTENT_INLINE) in insert_extent() 107 insert_extent(root, offset, 1, 1, 0, 0, 0, BTRFS_FILE_EXTENT_INLINE, 0, in setup_file_extents()
|
| /Linux-v5.4/include/trace/events/ |
| D | btrfs.h | 72 { BTRFS_FILE_EXTENT_INLINE, "INLINE" }, \
|