Home
last modified time | relevance | path

Searched refs:btrfs_path (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.15/fs/btrfs/
H A Dctree.h58 struct btrfs_path { struct
434 struct btrfs_path *path;
558 struct btrfs_path *path,
590 struct btrfs_path *path,
595 struct btrfs_path *path,
617 struct btrfs_path *path) in btrfs_del_item()
650 struct btrfs_path *path,
657 struct btrfs_path *path,
662 struct btrfs_path *path, in btrfs_insert_empty_item()
680 struct btrfs_path *path);
[all …]
H A Ddir-item.h12 struct btrfs_path;
24 struct btrfs_path *path, u64 dir,
29 struct btrfs_path *path, u64 dir,
32 struct btrfs_path *path, u64 dirid,
36 struct btrfs_path *path,
40 struct btrfs_path *path, u64 objectid,
45 struct btrfs_path *path, u64 dir,
48 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path,
H A Dfree-space-tree.h13 struct btrfs_path;
43 struct btrfs_path *path, int cow);
46 struct btrfs_path *path, u64 start, u64 size);
49 struct btrfs_path *path, u64 start, u64 size);
52 struct btrfs_path *path);
55 struct btrfs_path *path);
57 struct btrfs_path *path, u64 offset);
H A Dfile-item.h15 struct btrfs_path;
20 struct btrfs_path;
62 struct btrfs_path *path, u64 objectid,
74 int btrfs_lookup_csums_bitmap(struct btrfs_root *root, struct btrfs_path *path,
78 const struct btrfs_path *path,
85 u64 btrfs_file_extent_end(const struct btrfs_path *path);
H A Dbackref.h151 struct btrfs_path *btrfs_path; member
217 struct btrfs_path *path, struct btrfs_key *found_key,
229 struct btrfs_path *path, void *ctx,
237 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path,
244 struct btrfs_path *path);
248 u64 start_off, struct btrfs_path *path,
276 struct btrfs_path *path;
457 struct btrfs_path *path,
H A Dinode-item.h13 struct btrfs_path;
99 struct btrfs_path *path, u64 objectid);
101 struct btrfs_root *root, struct btrfs_path *path,
107 struct btrfs_path *path,
H A Ddir-item.c24 struct btrfs_path *path, in insert_with_overflow()
57 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item()
114 struct btrfs_path *path; in btrfs_insert_dir_item()
176 struct btrfs_root *root, struct btrfs_path *path, in btrfs_lookup_match_dir()
211 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item()
301 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_index_item()
320 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, in btrfs_search_dir_index_item()
348 struct btrfs_path *path, u64 dir, in btrfs_lookup_xattr()
371 struct btrfs_dir_item *btrfs_match_dir_item_name(const struct btrfs_path *path, in btrfs_match_dir_item_name()
408 struct btrfs_path *path, in btrfs_delete_one_dir_name()
H A Dfree-space-cache.h19 struct btrfs_path;
115 struct btrfs_path *path);
118 struct btrfs_path *path);
129 struct btrfs_path *path);
132 struct btrfs_path *path);
H A Dtree-log.c394 struct btrfs_path *path, in overwrite_item()
1027 struct btrfs_path *path; in backref_in_log()
1601 struct btrfs_path *path; in fixup_inode_link_count()
2395 struct btrfs_path *path; in replay_one_buffer()
2713 struct btrfs_path *path; in walk_log_tree()
3464 struct btrfs_path *path; in btrfs_del_dir_entries_in_log()
5443 struct btrfs_path *path; in log_new_dir_dentries()
6393 struct btrfs_path *path; in btrfs_log_inode()
6727 struct btrfs_path *path; in btrfs_log_all_parents()
6948 struct btrfs_path *path; in log_all_new_ancestors()
[all …]
H A Dfree-space-tree.c22 struct btrfs_path *path);
71 struct btrfs_path *path) in add_new_free_space_info()
103 struct btrfs_path *path, int cow) in search_free_space_info()
206 struct btrfs_path *path) in convert_free_space_to_bitmaps()
342 struct btrfs_path *path) in convert_free_space_to_extents()
473 struct btrfs_path *path, in update_free_space_extent_count()
832 struct btrfs_path *path; in remove_from_free_space_tree()
866 struct btrfs_path *path, in add_free_space_extent()
1025 struct btrfs_path *path; in add_to_free_space_tree()
1363 struct btrfs_path *path) in __add_block_group_free_space()
[all …]
H A Dprops.h13 struct btrfs_path;
25 int btrfs_load_inode_props(struct btrfs_inode *inode, struct btrfs_path *path);
H A Dctree.c1271 struct btrfs_path *path, in reada_for_search()
1679 struct btrfs_path *p, in btrfs_search_slot_get_root()
2490 struct btrfs_path *path) in btrfs_search_backwards()
3510 struct btrfs_path *path, in copy_for_split()
3580 struct btrfs_path *path, in push_for_double_split()
3974 struct btrfs_path *path, in btrfs_split_item()
4255 struct btrfs_path *path, in btrfs_setup_item_for_insert()
4279 struct btrfs_path *path, in btrfs_insert_empty_items()
4336 struct btrfs_path *path, in btrfs_duplicate_item()
4427 struct btrfs_path *path, in btrfs_del_leaf()
[all …]
H A Droot-tree.h13 struct btrfs_path;
34 struct btrfs_path *path, struct btrfs_root_item *root_item,
H A Droot-tree.c68 struct btrfs_path *path, struct btrfs_root_item *root_item, in btrfs_find_root()
133 struct btrfs_path *path; in btrfs_update_root()
219 struct btrfs_path *path; in btrfs_find_orphan_roots()
321 struct btrfs_path *path; in btrfs_del_root()
347 struct btrfs_path *path; in btrfs_del_root_ref()
421 struct btrfs_path *path; in btrfs_add_root_ref()
H A Dfile.h19 struct btrfs_path;
30 struct btrfs_path *path, const u64 start,
H A Dinode-item.c84 struct btrfs_path *path, in btrfs_lookup_inode_extref()
112 struct btrfs_path *path; in btrfs_del_inode_extref()
181 struct btrfs_path *path; in btrfs_del_inode_ref()
263 struct btrfs_path *path; in btrfs_insert_inode_extref()
312 struct btrfs_path *path; in btrfs_insert_inode_ref()
383 struct btrfs_path *path, u64 objectid) in btrfs_insert_empty_inode()
397 *root, struct btrfs_path *path, in btrfs_lookup_inode()
459 struct btrfs_path *path; in btrfs_truncate_inode_items()
H A Duuid-tree.c30 struct btrfs_path *path = NULL; in btrfs_uuid_tree_lookup()
92 struct btrfs_path *path = NULL; in btrfs_uuid_tree_add()
154 struct btrfs_path *path = NULL; in btrfs_uuid_tree_remove()
296 struct btrfs_path *path; in btrfs_uuid_tree_iterate()
399 struct btrfs_path *path = NULL; in btrfs_uuid_scan_kthread()
H A Dfile-item.c201 struct btrfs_path *path, in btrfs_lookup_csum()
254 struct btrfs_path *path, u64 objectid, in btrfs_lookup_file_extent()
278 struct btrfs_path *path, u64 disk_bytenr, in search_csum_tree()
467 struct btrfs_path *path; in btrfs_lookup_csums_list()
606 int btrfs_lookup_csums_bitmap(struct btrfs_root *root, struct btrfs_path *path, in btrfs_lookup_csums_bitmap()
821 struct btrfs_path *path, in truncate_one_csum()
1014 struct btrfs_path *path, in find_next_csum_offset()
1051 struct btrfs_path *path; in btrfs_csum_file_blocks()
1267 const struct btrfs_path *path, in btrfs_extent_item_to_extent_map()
1334 u64 btrfs_file_extent_end(const struct btrfs_path *path) in btrfs_file_extent_end()
H A Dlocking.h16 struct btrfs_path;
211 void btrfs_unlock_up_safe(struct btrfs_path *path, int level);
H A Draid-stripe-tree.c17 struct btrfs_path *path, in btrfs_partially_delete_raid_extent()
70 struct btrfs_path *path; in btrfs_delete_raid_extent()
272 struct btrfs_path *path; in update_raid_extent_item()
376 struct btrfs_path *path; in btrfs_get_raid_extent_offset()
H A Dsend.c628 struct btrfs_path *path; in alloc_path_for_send()
923 struct btrfs_path *path; in get_inode_info()
1238 struct btrfs_path *p; in get_inode_path()
1738 struct btrfs_path *path; in read_symlink()
1810 struct btrfs_path *path; in gen_unique_name()
1982 struct btrfs_path *path; in lookup_dir_item_inode()
2016 struct btrfs_path *path; in get_first_ref()
2508 struct btrfs_path *path; in send_subvol_begin()
3226 struct btrfs_path *path; in can_rmdir()
3791 struct btrfs_path *path; in wait_for_dest_dir_move()
[all …]
H A Dextent-tree.h14 struct btrfs_path;
119 struct btrfs_path *path);
H A Dbackref.c591 struct btrfs_path *path, in resolve_indirect_ref()
732 struct btrfs_path *path, in resolve_indirect_refs()
1007 struct btrfs_path *path, in add_inline_refs()
1141 struct btrfs_path *path, in add_keyed_refs()
1383 struct btrfs_path *path; in find_parent_nodes()
2551 struct btrfs_path *path, in iterate_inodes_from_logical()
2591 struct btrfs_path *path = ipath->btrfs_path; in iterate_inode_refs()
2650 struct btrfs_path *path = ipath->btrfs_path; in iterate_inode_extrefs()
2792 struct btrfs_path *path) in init_ipath()
2807 ifp->btrfs_path = path; in init_ipath()
[all …]
/linux-6.15/fs/btrfs/tests/
H A Dfree-space-tree-tests.c23 struct btrfs_path *path, in __check_free_space_extents()
110 struct btrfs_path *path, in check_free_space_extents()
153 struct btrfs_path *path, in test_empty_block_group()
167 struct btrfs_path *path, in test_remove_all()
188 struct btrfs_path *path, in test_remove_beginning()
211 struct btrfs_path *path, in test_remove_end()
258 struct btrfs_path *path, in test_merge_left()
295 struct btrfs_path *path, in test_merge_right()
333 struct btrfs_path *path, in test_merge_both()
376 struct btrfs_path *path, in test_merge_none()
[all …]
H A Dqgroup-tests.c23 struct btrfs_path *path; in insert_normal_tree_ref()
73 struct btrfs_path *path; in add_tree_ref()
124 struct btrfs_path *path; in remove_extent_item()
155 struct btrfs_path *path; in remove_extent_ref()

123