Searched refs:parent_root (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c152 struct btrfs_root *parent_root; member in struct:send_ctx
396 (sctx->parent_root ?
397 sctx->parent_root->root_key.objectid : 0));
420 return (sctx->parent_root && !sctx->cur_inode_new &&
1817 * send_root and parent_root. This is used to generate names for orphan inodes.
1857 if (!sctx->parent_root) {
1863 di = btrfs_lookup_dir_item(NULL, sctx->parent_root,
1913 if (!sctx->parent_root) {
1916 ret = get_inode_info(sctx->parent_root, ino, &info);
2141 if (!sctx->parent_root)
2517 struct btrfs_root *parent_root = sctx->parent_root; local
[all...]
H A Dtransaction.c1642 struct btrfs_root *parent_root; local
1708 parent_root = BTRFS_I(parent_inode)->root;
1709 ret = record_root_in_trans(trans, parent_root, 0);
1724 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path,
1825 parent_root->root_key.objectid,
1855 ret = qgroup_account_snapshot(trans, root, parent_root,
1859 parent_root->root_key.objectid, pending->inherit);
H A Dioctl.c91 __u64 parent_root; /* in */ member in struct:btrfs_ioctl_send_args_32
4423 arg->parent_root = args32.parent_root;
/linux-master/security/landlock/
H A Druleset.c413 struct rb_root *parent_root; local
420 parent_root = get_root(parent, key_type);
421 if (IS_ERR(parent_root))
422 return PTR_ERR(parent_root);
426 parent_root, node) {
/linux-master/include/uapi/linux/
H A Dbtrfs.h842 __u64 parent_root; /* in */ member in struct:btrfs_ioctl_send_args

Completed in 182 milliseconds