Searched refs:ino_args (Results 1 – 1 of 1) sorted by relevance
1127 struct btrfs_ioctl_ino_lookup_args ino_args = { in subvol_remove_children() local1132 if (ioctl(fd, BTRFS_IOC_INO_LOOKUP, &ino_args) < 0) in subvol_remove_children()1143 if (isempty(ino_args.name)) in subvol_remove_children()1154 … child_fd = openat(subvol_fd, ino_args.name, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY|O_NOFOLLOW); in subvol_remove_children()1489 struct btrfs_ioctl_ino_lookup_args ino_args = { in subvol_snapshot_children() local1494 if (ioctl(old_fd, BTRFS_IOC_INO_LOOKUP, &ino_args) < 0) in subvol_snapshot_children()1497 c = path_join(ino_args.name, p); in subvol_snapshot_children()1505 np = path_join(subvolume, ino_args.name); in subvol_snapshot_children()