Searched refs:parent_root (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | send.c | 95 struct btrfs_root *parent_root; member 285 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1543 if (!sctx->parent_root) { in gen_unique_name() 1549 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1595 if (!sctx->parent_root) { in get_cur_inode_state() 1598 ret = get_inode_info(sctx->parent_root, ino, NULL, &right_gen, in get_cur_inode_state() 1824 if (!sctx->parent_root) in will_overwrite_ref() 1836 if (sctx->parent_root) { in will_overwrite_ref() 1837 ret = get_inode_info(sctx->parent_root, dir, NULL, &gen, NULL, in will_overwrite_ref() 1849 ret = lookup_dir_item_inode(sctx->parent_root, dir, name, name_len, in will_overwrite_ref() [all …]
|
D | props.h | 40 struct btrfs_root *parent_root);
|
D | props.c | 350 struct btrfs_root *parent_root) in btrfs_subvol_inherit_props() argument 360 parent_inode = btrfs_iget(parent_root->fs_info->sb, &key, in btrfs_subvol_inherit_props() 361 parent_root, NULL); in btrfs_subvol_inherit_props()
|
D | transaction.c | 1306 struct btrfs_root *parent_root; in create_pending_snapshot() local 1365 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1366 record_root_in_trans(trans, parent_root); in create_pending_snapshot() 1375 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1469 parent_root->root_key.objectid, in create_pending_snapshot() 1497 ret = btrfs_insert_dir_item(trans, parent_root, in create_pending_snapshot() 1511 ret = btrfs_update_inode_fallback(trans, parent_root, parent_inode); in create_pending_snapshot()
|
D | ctree.h | 3969 struct btrfs_root *parent_root,
|
D | inode.c | 8997 struct btrfs_root *parent_root, in btrfs_create_subvol_root() argument 9017 err = btrfs_subvol_inherit_props(trans, new_root, parent_root); in btrfs_create_subvol_root()
|
/linux-4.4.14/include/uapi/linux/ |
D | btrfs.h | 516 __u64 parent_root; /* in */ member
|