Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h735 #define BTRFS_FILE_EXTENT_INLINE 0 macro
/Linux-v4.19/fs/btrfs/
Dprint-tree.c247 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
Dfile-item.c943 } 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()
Dsend.c1337 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()
Dfile.c831 } 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()
Dtree-checker.c149 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
Dtree-log.c595 } 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()
Dinode.c204 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()
Dioctl.c3707 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()
Dbackref.c99 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
Drelocation.c1639 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
3621 BTRFS_FILE_EXTENT_INLINE) in find_data_references()
Dqgroup.c1636 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
Dextent-tree.c3221 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref()
6320 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
Dctree.c4597 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
/Linux-v4.19/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-v4.19/include/trace/events/
Dbtrfs.h70 { BTRFS_FILE_EXTENT_INLINE, "INLINE" }, \