Searched refs:parent_root (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| A D | send.c | 398 (sctx->parent_root ? btrfs_root_id(sctx->parent_root) : 0)); in inconsistent_snapshot_error() 1914 if (!sctx->parent_root) { in get_cur_inode_state() 2142 if (!sctx->parent_root) in will_overwrite_ref() 2205 if (!sctx->parent_root) in did_overwrite_ref() 2273 if (!sctx->parent_root) in did_overwrite_first_ref() 2518 struct btrfs_root *parent_root = sctx->parent_root; in send_subvol_begin() local 2561 if (parent_root) { in send_subvol_begin() 2582 if (parent_root) { in send_subvol_begin() 8014 if (sctx->parent_root) { in send_subvol() 8318 if (arg->parent_root) { in btrfs_ioctl_send() [all …]
|
| A D | transaction.c | 1637 struct btrfs_root *parent_root; in create_pending_snapshot() local 1703 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1704 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1719 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1820 btrfs_root_id(parent_root), in create_pending_snapshot() 1850 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1854 btrfs_root_id(parent_root), pending->inherit); in create_pending_snapshot()
|
| A D | ioctl.c | 91 __u64 parent_root; /* in */ member 4492 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
| /linux/security/landlock/ |
| A D | ruleset.c | 412 struct rb_root *parent_root; in inherit_tree() local 419 parent_root = get_root(parent, key_type); in inherit_tree() 420 if (IS_ERR(parent_root)) in inherit_tree() 421 return PTR_ERR(parent_root); in inherit_tree() 425 parent_root, node) { in inherit_tree()
|
| /linux/include/uapi/linux/ |
| A D | btrfs.h | 842 __u64 parent_root; /* in */ member
|
Completed in 37 milliseconds