Home
last modified time | relevance | path

Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h740 #define BTRFS_FILE_EXTENT_INLINE 0 macro
/Linux-v5.4/fs/btrfs/
Dprint-tree.c247 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
Dfile-item.c956 } 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()
Dfile.c841 } 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()
Dtree-checker.c117 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()
Dsend.c1334 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()
Dinode.c209 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()
Dtree-log.c610 } 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()
Dioctl.c3413 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()
Dbackref.c99 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Drelocation.c1663 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
3712 BTRFS_FILE_EXTENT_INLINE) in find_data_references()
Dextent-tree.c2464 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref()
2705 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dqgroup.c1659 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
Dctree.c4649 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
/Linux-v5.4/fs/btrfs/tests/
Dinode-tests.c25 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/
Dbtrfs.h72 { BTRFS_FILE_EXTENT_INLINE, "INLINE" }, \