Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/btrfs/ |
| A D | reflink.c | 223 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 425 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 497 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
|
| A D | print-tree.c | 279 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
| A D | file.c | 800 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 841 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 897 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 923 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 955 extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_drop_extents() 2652 ASSERT(btrfs_file_extent_type(leaf, extent) != BTRFS_FILE_EXTENT_INLINE); in btrfs_insert_replace_extent()
|
| A D | file-item.c | 1235 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map() 1274 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in btrfs_file_extent_end()
|
| A D | tree-checker.c | 120 if (btrfs_file_extent_type(leaf, extent) == BTRFS_FILE_EXTENT_INLINE) { in file_extent_end() 264 if (btrfs_file_extent_type(leaf, fi) == BTRFS_FILE_EXTENT_INLINE) { in check_extent_data_item()
|
| A D | inode.c | 277 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent() 1839 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 4768 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4774 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4802 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4842 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 7148 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 7187 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 10140 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
| A D | send.c | 1350 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone() 1513 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink() 5394 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range() 5656 right_type != BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5661 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged() 5686 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
|
| A D | extent-tree.c | 2430 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 2637 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents()
|
| A D | tree-log.c | 673 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 894 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent()
|
| A D | backref.c | 101 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
| A D | qgroup.c | 1811 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_qgroup_trace_leaf_items()
|
| A D | ctree.c | 3655 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
| A D | relocation.c | 1092 BTRFS_FILE_EXTENT_INLINE) in replace_file_extents()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 773 BTRFS_FILE_EXTENT_INLINE = 0, enumerator
|
| /linux/fs/btrfs/tests/ |
| A D | inode-tests.c | 25 if (type == BTRFS_FILE_EXTENT_INLINE) in insert_extent() 105 insert_extent(root, offset, 1, 1, 0, 0, 0, BTRFS_FILE_EXTENT_INLINE, 0, in setup_file_extents()
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 70 EM( BTRFS_FILE_EXTENT_INLINE, "INLINE") \
|
Completed in 88 milliseconds