Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | print-tree.c | 250 BTRFS_FILE_EXTENT_INLINE) { in btrfs_print_leaf()
|
D | file.c | 782 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 822 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 868 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 894 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents() 926 extent_type == BTRFS_FILE_EXTENT_INLINE) { in __btrfs_drop_extents()
|
D | file-item.c | 902 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map() 933 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_extent_item_to_extent_map()
|
D | send.c | 1327 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone() 1492 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink() 4804 if (type == BTRFS_FILE_EXTENT_INLINE) { in clone_range() 4880 if (type == BTRFS_FILE_EXTENT_INLINE) { in send_write_or_clone() 5115 if (type == BTRFS_FILE_EXTENT_INLINE) { in get_last_extent() 5150 if (type == BTRFS_FILE_EXTENT_INLINE) { in maybe_send_hole()
|
D | tree-log.c | 606 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 798 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 3777 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 3843 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4382 BTRFS_FILE_EXTENT_INLINE) { in btrfs_log_trailing_hole()
|
D | inode.c | 179 btrfs_set_file_extent_type(leaf, ei, BTRFS_FILE_EXTENT_INLINE); in insert_inline_extent() 1375 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 4388 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4391 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4417 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4451 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 6837 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 6874 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 9723 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
D | ioctl.c | 3340 BTRFS_FILE_EXTENT_INLINE) in clone_update_extent_map() 3453 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 3625 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 3754 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone()
|
D | backref.c | 106 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in find_extent_in_eb()
|
D | relocation.c | 1662 BTRFS_FILE_EXTENT_INLINE) 3607 BTRFS_FILE_EXTENT_INLINE)
|
D | extent-tree.c | 3219 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 6107 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents() 8165 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in account_leaf_items()
|
D | ctree.h | 897 #define BTRFS_FILE_EXTENT_INLINE 0 macro
|
D | ctree.c | 4610 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | inode-tests.c | 36 if (type == BTRFS_FILE_EXTENT_INLINE) in insert_extent() 118 insert_extent(root, offset, 1, 1, 0, 0, 0, BTRFS_FILE_EXTENT_INLINE, 0, in setup_file_extents()
|