Home
last modified time | relevance | path

Searched refs:btrfs_free_path (Results 1 – 22 of 22) sorted by relevance

/linux/fs/btrfs/
H A Dctree.h86 struct btrfs_path *path_name __free(btrfs_free_path) = NULL
606 void btrfs_free_path(struct btrfs_path *p);
607 DEFINE_FREE(btrfs_free_path, struct btrfs_path *, btrfs_free_path(_T))
H A Dexport.c213 btrfs_free_path(path); in btrfs_get_parent()
226 btrfs_free_path(path); in btrfs_get_parent()
H A Duuid-tree.c515 btrfs_free_path(path); in btrfs_uuid_scan_kthread()
H A Dinode.c679 btrfs_free_path(path); in __cow_file_range_inline()
1871 btrfs_free_path(path); in can_nocow_file_extent()
1902 btrfs_free_path(path); in can_nocow_file_extent()
2202 btrfs_free_path(path); in run_delalloc_nocow()
2287 btrfs_free_path(path); in run_delalloc_nocow()
4434 btrfs_free_path(path); in __btrfs_unlink_inode()
4442 btrfs_free_path(path); in __btrfs_unlink_inode()
6001 btrfs_free_path(path); in btrfs_iget()
6805 btrfs_free_path(path); in btrfs_create_new_inode()
6885 btrfs_free_path(path); in btrfs_create_new_inode()
[all …]
H A Dfile-item.c647 btrfs_free_path(path); in btrfs_lookup_csums_list()
796 btrfs_free_path(path); in btrfs_lookup_csums_bitmap()
H A Ddelayed-inode.c1185 btrfs_free_path(path); in __btrfs_run_delayed_items()
1287 btrfs_free_path(path); in btrfs_commit_inode_delayed_inode()
1374 btrfs_free_path(path); in btrfs_async_run_delayed_root()
H A Dfiemap.c864 btrfs_free_path(path); in extent_fiemap()
H A Dtree-log.c2923 btrfs_free_path(wc->subvol_path); in replay_one_buffer()
3794 btrfs_free_path(path); in inode_logged()
6013 btrfs_free_path(path); in log_new_dir_dentries()
7241 btrfs_free_path(path); in btrfs_log_inode()
7242 btrfs_free_path(dst_path); in btrfs_log_inode()
7901 btrfs_free_path(path); in btrfs_recover_log_trees()
7916 btrfs_free_path(path); in btrfs_recover_log_trees()
8140 btrfs_free_path(path); in btrfs_log_new_name()
8172 btrfs_free_path(path); in btrfs_log_new_name()
H A Dioctl.c856 btrfs_free_path(pending_snapshot->path); in create_snapshot()
2055 btrfs_free_path(path); in _btrfs_ioctl_get_subvol_info()
2146 btrfs_free_path(path); in btrfs_ioctl_get_subvol_rootref()
2201 btrfs_free_path(path); in btrfs_ioctl_get_subvol_rootref()
2855 btrfs_free_path(path); in btrfs_ioctl_default_subvol()
3251 btrfs_free_path(path); in btrfs_ioctl_ino_to_path()
3261 btrfs_free_path(path); in btrfs_ioctl_ino_to_path()
H A Drelocation.c557 btrfs_free_path(iter.path); in build_backref_tree()
558 btrfs_free_path(path); in build_backref_tree()
1654 btrfs_free_path(path); in merge_reloc_root()
1760 btrfs_free_path(path); in merge_reloc_root()
2782 btrfs_free_path(path); in relocate_tree_blocks()
5566 btrfs_free_path(path); in btrfs_relocate_block_group()
5787 btrfs_free_path(path); in btrfs_recover_relocation()
H A Dqgroup.c611 btrfs_free_path(path); in btrfs_read_qgroup_config()
1289 btrfs_free_path(path); in btrfs_quota_enable()
2610 btrfs_free_path(dst_path); in qgroup_trace_subtree_swap()
3894 btrfs_free_path(path); in btrfs_qgroup_rescan_worker()
H A Dfile.c484 btrfs_free_path(path); in btrfs_drop_extents()
2740 btrfs_free_path(path); in btrfs_punch_hole()
3743 btrfs_free_path(path); in find_desired_extent()
H A Dextent-tree.c5033 btrfs_free_path(path); in alloc_reserved_file_extent()
5068 btrfs_free_path(path); in alloc_reserved_file_extent()
5121 btrfs_free_path(path); in alloc_reserved_tree_block()
5152 btrfs_free_path(path); in alloc_reserved_tree_block()
6497 btrfs_free_path(path); in btrfs_drop_snapshot()
H A Dvolumes.c3906 btrfs_free_path(path); in insert_balance_item()
3932 btrfs_free_path(path); in insert_balance_item()
3955 btrfs_free_path(path); in del_balance_item()
3973 btrfs_free_path(path); in del_balance_item()
5311 btrfs_free_path(path); in btrfs_shrink_device()
5465 btrfs_free_path(path); in btrfs_shrink_device()
H A Ddefrag.c531 btrfs_free_path(path); in btrfs_defrag_leaves()
H A Dfree-space-cache.c995 btrfs_free_path(path); in load_free_space_cache()
1003 btrfs_free_path(path); in load_free_space_cache()
1018 btrfs_free_path(path); in load_free_space_cache()
H A Dbackref.c1673 btrfs_free_path(path); in find_parent_nodes()
2565 btrfs_free_path(path); in iterate_inodes_from_logical()
H A Dblock-group.c2771 btrfs_free_path(path); in btrfs_read_block_groups()
H A Ddisk-io.c1348 btrfs_free_path(path); in btrfs_get_root_ref()
H A Dctree.c147 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path() function
H A Dsend.c3232 btrfs_free_path(path); in can_rmdir()
/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c213 btrfs_free_path(path); in test_btrfs_split_item()