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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c1884 struct btrfs_ioctl_space_args space_args; local
1894 if (copy_from_user(&space_args,
1896 sizeof(space_args)))
1906 if (space_args.space_slots == 0) {
1907 space_args.total_spaces = slot_count;
1917 space_args.total_spaces = 0;
1934 if (space_args.total_spaces >= space_args.space_slots)
1942 space_args.total_spaces++;
1954 if (ret == 0 && copy_to_user(arg, &space_args, sizeo
[all...]

Completed in 36 milliseconds