Home
last modified time | relevance | path

Searched refs:parent_root (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dsend.c95 struct btrfs_root *parent_root; member
284 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole()
1536 if (!sctx->parent_root) { in gen_unique_name()
1542 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name()
1588 if (!sctx->parent_root) { in get_cur_inode_state()
1591 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state()
1817 if (!sctx->parent_root) in will_overwrite_ref()
1829 if (sctx->parent_root) { in will_overwrite_ref()
1830 ret = get_inode_info(sctx->parent_root, dir, NULL, &gen, NULL, in will_overwrite_ref()
1842 ret = lookup_dir_item_inode(sctx->parent_root, dir, name, name_len, in will_overwrite_ref()
[all …]
Dprops.h40 struct btrfs_root *parent_root);
Dprops.c351 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() argument
361 parent_inode = btrfs_iget(parent_root->fs_info->sb, &key, in btrfs_subvol_inherit_props()
362 parent_root, NULL); in btrfs_subvol_inherit_props()
Dtransaction.c1261 struct btrfs_root *parent_root; in create_pending_snapshot() local
1314 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot()
1315 record_root_in_trans(trans, parent_root); in create_pending_snapshot()
1324 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot()
1437 parent_root->root_key.objectid, in create_pending_snapshot()
1465 ret = btrfs_insert_dir_item(trans, parent_root, in create_pending_snapshot()
1479 ret = btrfs_update_inode_fallback(trans, parent_root, parent_inode); in create_pending_snapshot()
Dctree.h3911 struct btrfs_root *parent_root,
Dinode.c8855 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument
8875 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
/linux-4.1.27/include/uapi/linux/
Dbtrfs.h491 __u64 parent_root; /* in */ member