Searched defs:vol_args (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-util.c1197 struct btrfs_ioctl_vol_args vol_args = {}; local
1224 strncpy(vol_args.name, subvolume, sizeof(vol_args.name)-1);
1225 if (ioctl(fd, BTRFS_IOC_SNAP_DESTROY, &vol_args) >= 0) {
1309 if (ioctl(fd, BTRFS_IOC_SNAP_DESTROY, &vol_args) < 0)
1544 struct btrfs_ioctl_vol_args_v2 vol_args = { local
1556 strncpy(vol_args.name, subvolume, sizeof(vol_args.name)-1);
1558 if (ioctl(new_fd, BTRFS_IOC_SNAP_CREATE_V2, &vol_args) < 0)
1571 r = btrfs_subvol_get_id(new_fd, vol_args
[all...]

Completed in 17 milliseconds