Searched refs:fs_root (Results 1 - 15 of 15) sorted by last modified time

/linux-master/fs/btrfs/
H A Dbackref.c2131 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
2157 ret = btrfs_find_item(fs_root, path, parent, 0,
2596 struct btrfs_root *fs_root = ipath->fs_root; local
2603 ret = btrfs_find_item(fs_root, path, inum,
2629 btrfs_debug(fs_root->fs_info,
2632 fs_root->root_key.objectid);
2655 struct btrfs_root *fs_root = ipath->fs_root; local
2664 ret = btrfs_find_one_extref(fs_root, inu
2797 init_ipath(s32 total_bytes, struct btrfs_root *fs_root, struct btrfs_path *path) argument
[all...]
H A Dqgroup.c3732 trans = btrfs_start_transaction(fs_info->fs_root, 0);
3923 trans = btrfs_attach_transaction_barrier(fs_info->fs_root);
H A Dsuper.c753 struct btrfs_root *fs_root = NULL; local
810 fs_root = btrfs_get_fs_root(fs_info, subvol_objectid, true);
811 if (IS_ERR(fs_root)) {
812 ret = PTR_ERR(fs_root);
813 fs_root = NULL;
826 ret = btrfs_search_backwards(fs_root, &key, path);
851 btrfs_put_root(fs_root);
852 fs_root = NULL;
865 btrfs_put_root(fs_root);
944 inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root);
[all...]
H A Drelocation.c1773 * corresponding fs_root, which means it's been added to the
2282 struct btrfs_root *fs_root = NULL; local
2304 fs_root = root;
2314 if (!fs_root)
2316 return fs_root;
4255 struct btrfs_root *fs_root; local
4303 fs_root = btrfs_get_fs_root(fs_info,
4305 if (IS_ERR(fs_root)) {
4306 ret = PTR_ERR(fs_root);
4317 btrfs_put_root(fs_root);
[all...]
H A Dfs.h411 struct btrfs_root *fs_root; member in struct:btrfs_fs_info
H A Ddisk-io.c1284 btrfs_put_root(fs_info->fs_root);
1704 * the fs_root. Make sure it is valid before we fill it in.
1706 if (info->fs_root && info->fs_root->node) {
1708 info->fs_root->node->start);
1710 btrfs_header_generation(info->fs_root->node));
1712 btrfs_header_level(info->fs_root->node));
1839 free_root_extent_buffers(info->fs_root);
3030 if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) ||
3535 fs_info->fs_root
[all...]
H A Dctree.h575 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
H A Dctree.c1663 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1678 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0);
1684 ret = btrfs_next_leaf(fs_root, path);
H A Dbackref.h152 struct btrfs_root *fs_root; member in struct:inode_fs_paths
237 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path,
243 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
H A Daccessors.h785 fs_root, 64);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h813 struct dentry *fs_root; member in struct:mlx5_mkey_cache
H A Dmr.c787 debugfs_remove_recursive(dev->cache.fs_root);
788 dev->cache.fs_root = NULL;
804 dir = debugfs_create_dir(ent->name, dev->cache.fs_root);
819 cache->fs_root = debugfs_create_dir("mr_cache", dbg_root);
/linux-master/fs/
H A Dnamespace.c5252 struct path fs_root; local
5262 get_fs_root(current->fs, &fs_root);
5264 chrooted = !path_equal(&fs_root, &ns_root);
5266 path_put(&fs_root);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h519 __le64 fs_root; member in struct:btrfs_root_backup
/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c527 root->fs_info->fs_root = tmp_root;

Completed in 313 milliseconds