Searched refs:args64 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dioctl.c5221 struct btrfs_ioctl_received_subvol_args *args64 = NULL; btrfs_ioctl_set_received_subvol_32() local
5231 args64 = kmalloc(sizeof(*args64), GFP_NOFS); btrfs_ioctl_set_received_subvol_32()
5232 if (!args64) { btrfs_ioctl_set_received_subvol_32()
5237 memcpy(args64->uuid, args32->uuid, BTRFS_UUID_SIZE); btrfs_ioctl_set_received_subvol_32()
5238 args64->stransid = args32->stransid; btrfs_ioctl_set_received_subvol_32()
5239 args64->rtransid = args32->rtransid; btrfs_ioctl_set_received_subvol_32()
5240 args64->stime.sec = args32->stime.sec; btrfs_ioctl_set_received_subvol_32()
5241 args64->stime.nsec = args32->stime.nsec; btrfs_ioctl_set_received_subvol_32()
5242 args64->rtime.sec = args32->rtime.sec; btrfs_ioctl_set_received_subvol_32()
5243 args64->rtime.nsec = args32->rtime.nsec; btrfs_ioctl_set_received_subvol_32()
5244 args64->flags = args32->flags; btrfs_ioctl_set_received_subvol_32()
5246 ret = _btrfs_ioctl_set_received_subvol(file, args64); btrfs_ioctl_set_received_subvol_32()
5250 memcpy(args32->uuid, args64->uuid, BTRFS_UUID_SIZE); btrfs_ioctl_set_received_subvol_32()
5251 args32->stransid = args64->stransid; btrfs_ioctl_set_received_subvol_32()
5252 args32->rtransid = args64->rtransid; btrfs_ioctl_set_received_subvol_32()
5253 args32->stime.sec = args64->stime.sec; btrfs_ioctl_set_received_subvol_32()
5254 args32->stime.nsec = args64->stime.nsec; btrfs_ioctl_set_received_subvol_32()
5255 args32->rtime.sec = args64->rtime.sec; btrfs_ioctl_set_received_subvol_32()
5256 args32->rtime.nsec = args64->rtime.nsec; btrfs_ioctl_set_received_subvol_32()
5257 args32->flags = args64->flags; btrfs_ioctl_set_received_subvol_32()
5265 kfree(args64); btrfs_ioctl_set_received_subvol_32()

Completed in 79 milliseconds