Searched refs:btrfs_path (Results 1 – 9 of 9) sorted by relevance
| /fs/btrfs/ |
| A D | ctree.c | 47 struct btrfs_path *btrfs_alloc_path(void) in btrfs_alloc_path() 49 struct btrfs_path *path; in btrfs_alloc_path() 50 path = kzalloc(sizeof(struct btrfs_path), GFP_NOFS); in btrfs_alloc_path() 54 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path() 62 void btrfs_release_path(struct btrfs_path *p) in btrfs_release_path() 216 struct btrfs_path *path, int level) in check_block() 335 struct btrfs_path *path; in btrfs_find_item() 391 struct btrfs_path *p, int ins_len, int cow) in btrfs_search_slot() 498 struct btrfs_path *p, int find_higher, in btrfs_search_slot_for_read() 666 struct btrfs_path *path) in btrfs_next_sibling_tree_block() [all …]
|
| A D | inode.c | 24 struct btrfs_path path; in btrfs_readlink() 76 struct btrfs_path path; in lookup_root_ref() 123 struct btrfs_path path; in get_parent_inode() 220 struct btrfs_path path; in resolve_one_filename() 361 int btrfs_read_extent_inline(struct btrfs_path *path, in btrfs_read_extent_inline() 420 int btrfs_read_extent_reg(struct btrfs_path *path, in btrfs_read_extent_reg() 534 static int lookup_data_extent(struct btrfs_root *root, struct btrfs_path *path, in lookup_data_extent() 622 static int read_and_truncate_page(struct btrfs_path *path, in read_and_truncate_page() 669 struct btrfs_path path; in btrfs_file_read()
|
| A D | ctree.h | 55 struct btrfs_path { struct 1220 struct btrfs_path *path, u64 dir, 1249 struct btrfs_path *path, u64 min_objectid, 1252 struct btrfs_path *path); 1260 struct btrfs_path *path) in btrfs_next_leaf() 1267 struct btrfs_path *p) in btrfs_next_item() 1279 struct btrfs_path *p, int ins_len, int cow); 1282 struct btrfs_path *p, int find_higher, 1284 void btrfs_release_path(struct btrfs_path *p); 1285 struct btrfs_path *btrfs_alloc_path(void); [all …]
|
| A D | dir-item.c | 41 struct btrfs_path *path, in btrfs_match_dir_item_name() 81 struct btrfs_path *path, u64 dir, in btrfs_lookup_dir_item() 120 struct btrfs_path path; in btrfs_iter_dir()
|
| A D | subvolume.c | 20 struct btrfs_path path; in get_path_in_subvol() 82 struct btrfs_path path; in list_one_subvol() 162 struct btrfs_path path; in list_subvolums()
|
| A D | root-tree.c | 8 struct btrfs_path *path; in btrfs_find_last_root()
|
| A D | btrfs.c | 58 struct btrfs_path path; in show_dir() 187 struct btrfs_path path; in btrfs_size()
|
| A D | disk-io.c | 641 struct btrfs_path *path; in btrfs_read_fs_root_no_cache() 816 struct btrfs_path path; in get_default_subvolume()
|
| A D | volumes.c | 741 struct btrfs_path *path; in btrfs_read_chunk_tree()
|
Completed in 16 milliseconds