Searched refs:parent_root (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | send.c | 153 struct btrfs_root *parent_root; member 397 (sctx->parent_root ? in inconsistent_snapshot_error() 398 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error() 421 return (sctx->parent_root && !sctx->cur_inode_new && in need_send_hole() 1845 if (!sctx->parent_root) { in gen_unique_name() 1851 di = btrfs_lookup_dir_item(NULL, sctx->parent_root, in gen_unique_name() 1901 if (!sctx->parent_root) { in get_cur_inode_state() 1904 ret = get_inode_info(sctx->parent_root, ino, &info); in get_cur_inode_state() 2129 if (!sctx->parent_root) in will_overwrite_ref() 2144 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID && in will_overwrite_ref() [all …]
|
| D | transaction.c | 1640 struct btrfs_root *parent_root; in create_pending_snapshot() local 1706 parent_root = BTRFS_I(parent_inode)->root; in create_pending_snapshot() 1707 ret = record_root_in_trans(trans, parent_root, 0); in create_pending_snapshot() 1722 dir_item = btrfs_lookup_dir_item(NULL, parent_root, path, in create_pending_snapshot() 1817 parent_root->root_key.objectid, in create_pending_snapshot() 1846 ret = qgroup_account_snapshot(trans, root, parent_root, in create_pending_snapshot() 1864 ret = btrfs_update_inode_fallback(trans, parent_root, BTRFS_I(parent_inode)); in create_pending_snapshot()
|
| D | ioctl.c | 95 __u64 parent_root; /* in */ member 4352 arg->parent_root = args32.parent_root; in _btrfs_ioctl_send()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | btrfs.h | 835 __u64 parent_root; /* in */ member
|