Home
last modified time | relevance | path

Searched refs:btrfs_alloc_path (Results 1 – 25 of 38) sorted by relevance

12

/linux/fs/btrfs/
H A Dorphan.c19 path = btrfs_alloc_path(); in btrfs_insert_orphan_item()
37 path = btrfs_alloc_path(); in btrfs_del_orphan_item()
H A Duuid-tree.c42 path = btrfs_alloc_path(); in btrfs_uuid_tree_lookup()
110 path = btrfs_alloc_path(); in btrfs_uuid_tree_add()
171 path = btrfs_alloc_path(); in btrfs_uuid_tree_remove()
303 path = btrfs_alloc_path(); in btrfs_uuid_tree_iterate()
408 path = btrfs_alloc_path(); in btrfs_uuid_scan_kthread()
H A Droot-tree.c140 path = btrfs_alloc_path(); in btrfs_update_root()
223 path = btrfs_alloc_path(); in btrfs_find_orphan_roots()
321 path = btrfs_alloc_path(); in btrfs_del_root()
346 path = btrfs_alloc_path(); in btrfs_del_root_ref()
414 path = btrfs_alloc_path(); in btrfs_add_root_ref()
H A Dinode-item.c123 path = btrfs_alloc_path(); in btrfs_del_inode_extref()
186 path = btrfs_alloc_path(); in btrfs_del_inode_ref()
260 path = btrfs_alloc_path(); in btrfs_insert_inode_extref()
311 path = btrfs_alloc_path(); in btrfs_insert_inode_ref()
478 path = btrfs_alloc_path(); in btrfs_truncate_inode_items()
H A Draid-stripe-tree.c95 path = btrfs_alloc_path(); in btrfs_delete_raid_extent()
276 path = btrfs_alloc_path(); in update_raid_extent_item()
392 path = btrfs_alloc_path(); in btrfs_get_raid_extent_offset()
H A Dxattr.c37 path = btrfs_alloc_path(); in btrfs_getxattr()
97 path = btrfs_alloc_path(); in btrfs_setxattr()
295 path = btrfs_alloc_path(); in btrfs_listxattr()
H A Dverity.c117 path = btrfs_alloc_path(); in drop_verity_items()
229 path = btrfs_alloc_path(); in write_key_bytes()
313 path = btrfs_alloc_path(); in read_key_bytes()
H A Dexport.c165 path = btrfs_alloc_path(); in btrfs_get_parent()
252 path = btrfs_alloc_path(); in btrfs_get_name()
H A Dfree-space-tree.c850 path = btrfs_alloc_path(); in btrfs_remove_from_free_space_tree()
1032 path = btrfs_alloc_path(); in btrfs_add_to_free_space_tree()
1074 path = btrfs_alloc_path(); in populate_free_space_tree()
1078 path2 = btrfs_alloc_path(); in populate_free_space_tree()
1236 path = btrfs_alloc_path(); in clear_free_space_tree()
1425 path = btrfs_alloc_path(); in __add_block_group_free_space()
1484 path = btrfs_alloc_path(); in btrfs_remove_block_group_free_space()
1697 path = btrfs_alloc_path(); in btrfs_load_free_space_tree()
H A Dfile-item.c169 path = btrfs_alloc_path(); in btrfs_insert_hole_extent()
370 path = btrfs_alloc_path(); in btrfs_lookup_bio_sums()
509 path = btrfs_alloc_path(); in btrfs_lookup_csums_list()
654 path = btrfs_alloc_path(); in btrfs_lookup_csums_bitmap()
904 path = btrfs_alloc_path(); in btrfs_del_csums()
1083 path = btrfs_alloc_path(); in btrfs_csum_file_blocks()
H A Dqgroup.c400 path = btrfs_alloc_path(); in btrfs_read_qgroup_config()
666 path = btrfs_alloc_path(); in add_qgroup_relation_item()
687 path = btrfs_alloc_path(); in del_qgroup_relation_item()
723 path = btrfs_alloc_path(); in add_qgroup_item()
781 path = btrfs_alloc_path(); in del_qgroup_item()
835 path = btrfs_alloc_path(); in update_qgroup_limit_item()
878 path = btrfs_alloc_path(); in update_qgroup_info_item()
917 path = btrfs_alloc_path(); in update_qgroup_status_item()
953 path = btrfs_alloc_path(); in btrfs_clean_quota_tree()
1071 path = btrfs_alloc_path(); in btrfs_quota_enable()
[all …]
H A Ddir-item.c126 path = btrfs_alloc_path(); in btrfs_insert_dir_item()
241 path = btrfs_alloc_path(); in btrfs_check_dir_item_collision()
H A Drelocation.c421 path = btrfs_alloc_path(); in build_backref_tree()
829 path = btrfs_alloc_path(); in get_new_location()
1529 path = btrfs_alloc_path(); in merge_reloc_root()
2609 path = btrfs_alloc_path(); in relocate_tree_blocks()
3165 path = btrfs_alloc_path(); in __add_tree_block()
3509 path = btrfs_alloc_path(); in relocate_block_group()
3682 path = btrfs_alloc_path(); in __insert_orphan_inode()
3708 path = btrfs_alloc_path(); in delete_orphan_inode()
3943 path = btrfs_alloc_path(); in btrfs_relocate_block_group()
4076 path = btrfs_alloc_path(); in btrfs_recover_relocation()
H A Dvolumes.c1701 path = btrfs_alloc_path(); in find_free_dev_extent()
1835 path = btrfs_alloc_path(); in btrfs_free_dev_extent()
1902 path = btrfs_alloc_path(); in find_next_devid()
1951 path = btrfs_alloc_path(); in btrfs_add_dev_item()
2023 path = btrfs_alloc_path(); in btrfs_rm_dev_item()
2638 path = btrfs_alloc_path(); in btrfs_finish_sprout()
2955 path = btrfs_alloc_path(); in btrfs_update_device()
3041 path = btrfs_alloc_path(); in btrfs_free_chunk()
3514 path = btrfs_alloc_path(); in btrfs_relocate_sys_chunks()
3679 path = btrfs_alloc_path(); in insert_balance_item()
[all …]
H A Dtree-log.c1182 path = btrfs_alloc_path(); in backref_in_log()
2516 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2655 log_path = btrfs_alloc_path(); in replay_dir_deletes()
2793 wc->subvol_path = btrfs_alloc_path(); in replay_one_buffer()
3130 path = btrfs_alloc_path(); in walk_log_tree()
3803 path = btrfs_alloc_path(); in inode_logged()
3913 path = btrfs_alloc_path(); in btrfs_del_dir_entries_in_log()
5314 dst_path = btrfs_alloc_path(); in btrfs_log_prealloc_extents()
5705 search_path = btrfs_alloc_path(); in btrfs_check_ref_name_override()
5883 path = btrfs_alloc_path(); in log_new_dir_dentries()
[all …]
H A Ddev-replace.c87 path = btrfs_alloc_path(); in btrfs_init_dev_replace()
359 path = btrfs_alloc_path(); in btrfs_run_dev_replace()
485 path = btrfs_alloc_path(); in mark_block_group_to_copy()
H A Dblock-group.c609 path = btrfs_alloc_path(); in sample_block_group_extent_item()
725 path = btrfs_alloc_path(); in load_extent_tree_free()
1116 path = btrfs_alloc_path(); in btrfs_remove_block_group()
2565 path = btrfs_alloc_path(); in btrfs_read_block_groups()
2703 path = btrfs_alloc_path(); in insert_dev_extent()
3369 path = btrfs_alloc_path(); in btrfs_setup_space_cache()
3420 path = btrfs_alloc_path(); in btrfs_start_dirty_block_groups()
3570 path = btrfs_alloc_path(); in btrfs_write_dirty_block_groups()
H A Dinode.c619 path = btrfs_alloc_path(); in __cow_file_range_inline()
2037 path = btrfs_alloc_path(); in run_delalloc_nocow()
2947 path = btrfs_alloc_path(); in insert_reserved_file_extent()
3577 path = btrfs_alloc_path(); in btrfs_orphan_cleanup()
4154 path = btrfs_alloc_path(); in btrfs_update_inode_item()
4254 path = btrfs_alloc_path(); in __btrfs_unlink_inode()
4441 path = btrfs_alloc_path(); in btrfs_unlink_subvol()
4527 path = btrfs_alloc_path(); in may_destroy_subvol()
5606 path = btrfs_alloc_path(); in btrfs_inode_by_name()
5668 path = btrfs_alloc_path(); in fixup_tree_root_location()
[all …]
H A Ddelayed-inode.c1165 path = btrfs_alloc_path(); in __btrfs_run_delayed_items()
1243 path = btrfs_alloc_path(); in btrfs_commit_inode_delayed_items()
1288 path = btrfs_alloc_path(); in btrfs_commit_inode_delayed_inode()
1350 path = btrfs_alloc_path(); in btrfs_async_run_delayed_root()
H A Dextent-tree.c76 path = btrfs_alloc_path(); in btrfs_lookup_data_extent()
119 path = btrfs_alloc_path(); in btrfs_lookup_extent_info()
1498 path = btrfs_alloc_path(); in __btrfs_inc_extent_ref()
1644 path = btrfs_alloc_path(); in run_delayed_extent_op()
3112 path = btrfs_alloc_path(); in __btrfs_free_extent()
4833 path = btrfs_alloc_path(); in alloc_reserved_file_extent()
4910 path = btrfs_alloc_path(); in alloc_reserved_tree_block()
5518 path = btrfs_alloc_path(); in check_ref_exists()
6074 path = btrfs_alloc_path(); in btrfs_drop_snapshot()
6344 path = btrfs_alloc_path(); in btrfs_drop_subtree()
H A Dctree.h603 struct btrfs_path *btrfs_alloc_path(void);
H A Dioctl.c741 pending_snapshot->path = btrfs_alloc_path(); in create_snapshot()
1619 path = btrfs_alloc_path(); in search_ioctl()
1756 path = btrfs_alloc_path(); in btrfs_search_path_in_tree()
1836 path = btrfs_alloc_path(); in btrfs_search_path_in_tree_user()
2076 path = btrfs_alloc_path(); in btrfs_ioctl_get_subvol_info()
2194 path = btrfs_alloc_path(); in btrfs_ioctl_get_subvol_rootref()
2900 path = btrfs_alloc_path(); in btrfs_ioctl_default_subvol()
3307 path = btrfs_alloc_path(); in btrfs_ioctl_ino_to_path()
/linux/fs/btrfs/tests/
H A Dqgroup-tests.c35 path = btrfs_alloc_path(); in insert_normal_tree_ref()
84 path = btrfs_alloc_path(); in add_tree_ref()
133 path = btrfs_alloc_path(); in remove_extent_item()
166 path = btrfs_alloc_path(); in remove_extent_ref()
H A Dextent-buffer-tests.c44 path = btrfs_alloc_path(); in test_btrfs_split_item()
H A Dfree-space-tree-tests.c476 path = btrfs_alloc_path(); in run_test()

12