Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | btrfs_tree.h | 735 #define BTRFS_FILE_EXTENT_INLINE 0 macro
|
/Linux-v4.19/fs/btrfs/ |
D | print-tree.c | 247 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
D | file-item.c | 943 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map() 975 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map()
|
D | send.c | 1337 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone() 1500 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink() 5172 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range() 5248 if (type == BTRFS_FILE_EXTENT_INLINE) { in send_write_or_clone() 5381 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5386 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5411 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5507 if (type == BTRFS_FILE_EXTENT_INLINE) { in get_last_extent() 5570 BTRFS_FILE_EXTENT_INLINE) { in range_is_hole_in_parent() 5616 if (type == BTRFS_FILE_EXTENT_INLINE) { in maybe_send_hole()
|
D | file.c | 831 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 872 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 924 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 950 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 982 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
|
D | tree-checker.c | 149 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
|
D | tree-log.c | 595 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 805 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 3984 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4049 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4634 BTRFS_FILE_EXTENT_INLINE) { in btrfs_log_trailing_hole()
|
D | inode.c | 204 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent() 1431 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 4602 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4609 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4634 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4668 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 6878 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 6922 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 10181 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
D | ioctl.c | 3707 BTRFS_FILE_EXTENT_INLINE) in clone_update_extent_map() 3819 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 3992 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 4119 } 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 | 1639 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents() 3621 BTRFS_FILE_EXTENT_INLINE) in find_data_references()
|
D | qgroup.c | 1636 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
D | extent-tree.c | 3221 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 6320 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
D | ctree.c | 4597 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
/Linux-v4.19/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-v4.19/include/trace/events/ |
D | btrfs.h | 70 { BTRFS_FILE_EXTENT_INLINE, "INLINE" }, \
|