Lines Matching defs:ino_args
1251 struct btrfs_ioctl_ino_lookup_args ino_args;
1266 zero(ino_args);
1267 ino_args.treeid = subvol_id;
1268 ino_args.objectid = htole64(ref->dirid);
1270 if (ioctl(fd, BTRFS_IOC_INO_LOOKUP, &ino_args) < 0)
1281 if (isempty(ino_args.name))
1292 child_fd = openat(subvol_fd, ino_args.name, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1601 struct btrfs_ioctl_ino_lookup_args ino_args;
1625 zero(ino_args);
1626 ino_args.treeid = old_subvol_id;
1627 ino_args.objectid = htole64(ref->dirid);
1629 if (ioctl(old_fd, BTRFS_IOC_INO_LOOKUP, &ino_args) < 0)
1637 c = strappend(ino_args.name, p);
1645 np = strjoin(subvolume, "/", ino_args.name, NULL);