fs2               570 source4/ntvfs/ntvfs_generic.c 	union smb_fsinfo *fs2;
fs2               572 source4/ntvfs/ntvfs_generic.c 	fs2 = talloc(req, union smb_fsinfo);
fs2               573 source4/ntvfs/ntvfs_generic.c 	if (fs2 == NULL) {
fs2               585 source4/ntvfs/ntvfs_generic.c 	fs2->generic.level = RAW_QFS_GENERIC;
fs2               587 source4/ntvfs/ntvfs_generic.c 	status = ntvfs->ops->fsinfo(ntvfs, req, fs2);
fs2               603 source4/ntvfs/ntvfs_generic.c 			if (fs2->generic.out.blocks_total * (double)fs2->generic.out.block_size < bpunit * 512 * 65535.0) {
fs2               611 source4/ntvfs/ntvfs_generic.c 			(fs2->generic.out.blocks_total * (double)fs2->generic.out.block_size) / (bpunit * 512);
fs2               613 source4/ntvfs/ntvfs_generic.c 			(fs2->generic.out.blocks_free  * (double)fs2->generic.out.block_size) / (bpunit * 512);
fs2               625 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.fs_id = fs2->generic.out.fs_id;
fs2               626 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.total_alloc_units = fs2->generic.out.blocks_total;
fs2               627 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.avail_alloc_units = fs2->generic.out.blocks_free;
fs2               629 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.bytes_per_sector = fs2->generic.out.block_size;
fs2               633 source4/ntvfs/ntvfs_generic.c 		fs->volume.out.serial_number = fs2->generic.out.serial_number;
fs2               634 source4/ntvfs/ntvfs_generic.c 		fs->volume.out.volume_name.s = fs2->generic.out.volume_name;
fs2               639 source4/ntvfs/ntvfs_generic.c 		fs->volume_info.out.create_time = fs2->generic.out.create_time;
fs2               640 source4/ntvfs/ntvfs_generic.c 		fs->volume_info.out.serial_number = fs2->generic.out.serial_number;
fs2               641 source4/ntvfs/ntvfs_generic.c 		fs->volume_info.out.volume_name.s = fs2->generic.out.volume_name;
fs2               646 source4/ntvfs/ntvfs_generic.c 		fs->size_info.out.total_alloc_units = fs2->generic.out.blocks_total;
fs2               647 source4/ntvfs/ntvfs_generic.c 		fs->size_info.out.avail_alloc_units = fs2->generic.out.blocks_free;
fs2               649 source4/ntvfs/ntvfs_generic.c 		fs->size_info.out.bytes_per_sector = fs2->generic.out.block_size;
fs2               654 source4/ntvfs/ntvfs_generic.c 		fs->device_info.out.device_type = fs2->generic.out.device_type;
fs2               655 source4/ntvfs/ntvfs_generic.c 		fs->device_info.out.characteristics = fs2->generic.out.device_characteristics;
fs2               660 source4/ntvfs/ntvfs_generic.c 		fs->attribute_info.out.fs_attr = fs2->generic.out.fs_attr;
fs2               661 source4/ntvfs/ntvfs_generic.c 		fs->attribute_info.out.max_file_component_length = fs2->generic.out.max_file_component_length;
fs2               662 source4/ntvfs/ntvfs_generic.c 		fs->attribute_info.out.fs_type.s = fs2->generic.out.fs_type;
fs2               667 source4/ntvfs/ntvfs_generic.c 		fs->quota_information.out.quota_soft = fs2->generic.out.quota_soft;
fs2               668 source4/ntvfs/ntvfs_generic.c 		fs->quota_information.out.quota_hard = fs2->generic.out.quota_hard;
fs2               669 source4/ntvfs/ntvfs_generic.c 		fs->quota_information.out.quota_flags = fs2->generic.out.quota_flags;
fs2               673 source4/ntvfs/ntvfs_generic.c 		fs->full_size_information.out.total_alloc_units = fs2->generic.out.blocks_total;
fs2               674 source4/ntvfs/ntvfs_generic.c 		fs->full_size_information.out.call_avail_alloc_units = fs2->generic.out.blocks_free;
fs2               675 source4/ntvfs/ntvfs_generic.c 		fs->full_size_information.out.actual_avail_alloc_units = fs2->generic.out.blocks_free;
fs2               677 source4/ntvfs/ntvfs_generic.c 		fs->full_size_information.out.bytes_per_sector = fs2->generic.out.block_size;
fs2               681 source4/ntvfs/ntvfs_generic.c 		fs->objectid_information.out.guid = fs2->generic.out.guid;