Searched defs:fs_root (Results 1 - 7 of 7) sorted by relevance

/fs/btrfs/
H A Dbackref.h28 struct btrfs_root *fs_root; member in struct:inode_fs_paths
35 int inode_item_info(u64 inum, u64 ioff, struct btrfs_root *fs_root,
60 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path,
66 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
H A Dbackref.c1252 int inode_item_info(u64 inum, u64 ioff, struct btrfs_root *fs_root, argument
1256 return btrfs_find_item(fs_root, path, inum, ioff,
1260 static int inode_ref_info(u64 inum, u64 ioff, struct btrfs_root *fs_root, argument
1264 return btrfs_find_item(fs_root, path, inum, ioff,
1350 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1377 ret = inode_ref_info(parent, 0, fs_root, path, &found_key);
1706 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
1723 ret = inode_ref_info(inum, parent ? parent+1 : 0, fs_root, path,
1753 fs_root->objectid);
1770 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
1839 iterate_irefs(u64 inum, struct btrfs_root *fs_root, struct btrfs_path *path, iterate_irefs_t *iterate, void *ctx) argument
1941 init_ipath(s32 total_bytes, struct btrfs_root *fs_root, struct btrfs_path *path) argument
[all...]
H A Dfree-space-cache.c3120 u64 btrfs_find_ino_for_alloc(struct btrfs_root *fs_root) argument
3122 struct btrfs_free_space_ctl *ctl = fs_root->free_ino_ctl;
H A Drelocation.c2527 struct btrfs_root *fs_root = NULL; local
2543 fs_root = root;
2553 if (!fs_root)
2555 return fs_root;
4324 struct btrfs_root *fs_root; local
4371 fs_root = read_fs_root(root->fs_info,
4373 if (IS_ERR(fs_root)) {
4374 ret = PTR_ERR(fs_root);
4427 fs_root = read_fs_root(root->fs_info,
4429 if (IS_ERR(fs_root)) {
[all...]
H A Dctree.c2612 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path, argument
2632 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0);
2641 ret = btrfs_next_leaf(fs_root, path);
H A Dctree.h422 __le64 fs_root; member in struct:btrfs_root_backup
1353 struct btrfs_root *fs_root; member in struct:btrfs_fs_info
2864 fs_root, 64);
3490 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
/fs/
H A Dnamespace.c3093 struct path fs_root; local
3103 get_fs_root(current->fs, &fs_root);
3105 chrooted = !path_equal(&fs_root, &ns_root);
3107 path_put(&fs_root);

Completed in 105 milliseconds