Searched refs:BTRFS_FILE_EXTENT_INLINE (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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 | tree-log.c | 613 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 751 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in replay_one_extent() 3669 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 3735 BTRFS_FILE_EXTENT_INLINE) { in copy_items() 4280 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() 1365 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in run_delalloc_nocow() 4349 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4352 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4378 if (extent_type != BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 4412 } else if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_inode_items() 6769 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 6806 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_get_extent() 9582 BTRFS_FILE_EXTENT_INLINE); in btrfs_symlink()
|
D | send.c | 1323 if (extent_type == BTRFS_FILE_EXTENT_INLINE) { in find_extent_clone() 1485 BUG_ON(type != BTRFS_FILE_EXTENT_INLINE); in read_symlink() 4624 if (type == BTRFS_FILE_EXTENT_INLINE) { in send_write_or_clone() 4866 if (type == BTRFS_FILE_EXTENT_INLINE) { in get_last_extent() 4901 if (type == BTRFS_FILE_EXTENT_INLINE) { in maybe_send_hole()
|
D | ioctl.c | 3141 BTRFS_FILE_EXTENT_INLINE) in clone_update_extent_map() 3254 BTRFS_FILE_EXTENT_INLINE) in clone_copy_inline_extent() 3429 } else if (type == BTRFS_FILE_EXTENT_INLINE) { in btrfs_clone() 3580 } 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) 3601 BTRFS_FILE_EXTENT_INLINE)
|
D | extent-tree.c | 3120 BTRFS_FILE_EXTENT_INLINE) in __btrfs_mod_ref() 5872 if (found_type == BTRFS_FILE_EXTENT_INLINE) in btrfs_exclude_logged_extents() 7784 if (extent_type == BTRFS_FILE_EXTENT_INLINE) in account_leaf_items()
|
D | ctree.h | 870 #define BTRFS_FILE_EXTENT_INLINE 0 macro
|
D | ctree.c | 4604 BTRFS_FILE_EXTENT_INLINE) { in btrfs_truncate_item()
|
/linux-4.1.27/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()
|