allocation       1641 source4/client/client.c 			 (unsigned long) fsinfo.allocation.out.fs_id);
allocation       1643 source4/client/client.c 			 (unsigned long) fsinfo.allocation.out.sectors_per_unit);
allocation       1645 source4/client/client.c 			 (unsigned long) fsinfo.allocation.out.total_alloc_units);
allocation       1647 source4/client/client.c 			 (unsigned long) fsinfo.allocation.out.avail_alloc_units);
allocation       1649 source4/client/client.c 			 (unsigned short) fsinfo.allocation.out.bytes_per_sector);
allocation       1210 source4/libcli/raw/interfaces.h 	} allocation;
allocation        268 source4/libcli/raw/rawfsinfo.c 		fsinfo->allocation.out.fs_id =             IVAL(blob.data,  0);
allocation        269 source4/libcli/raw/rawfsinfo.c 		fsinfo->allocation.out.sectors_per_unit =  IVAL(blob.data,  4);
allocation        270 source4/libcli/raw/rawfsinfo.c 		fsinfo->allocation.out.total_alloc_units = IVAL(blob.data,  8);
allocation        271 source4/libcli/raw/rawfsinfo.c 		fsinfo->allocation.out.avail_alloc_units = IVAL(blob.data, 12);
allocation        272 source4/libcli/raw/rawfsinfo.c 		fsinfo->allocation.out.bytes_per_sector =  SVAL(blob.data, 16); 
allocation        625 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.fs_id = fs2->generic.out.fs_id;
allocation        626 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.total_alloc_units = fs2->generic.out.blocks_total;
allocation        627 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.avail_alloc_units = fs2->generic.out.blocks_free;
allocation        628 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.sectors_per_unit = 1;
allocation        629 source4/ntvfs/ntvfs_generic.c 		fs->allocation.out.bytes_per_sector = fs2->generic.out.block_size;
allocation        139 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->allocation.out.fs_id = st.st_dev;
allocation        140 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->allocation.out.total_alloc_units = blocks_total;
allocation        141 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->allocation.out.avail_alloc_units = blocks_free;
allocation        142 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->allocation.out.sectors_per_unit = 1;
allocation        143 source4/ntvfs/posix/pvfs_fsinfo.c 		fs->allocation.out.bytes_per_sector = block_size;
allocation         95 source4/smb_server/smb/trans2.c 		SIVAL(blob->data,  0, fsinfo->allocation.out.fs_id);
allocation         96 source4/smb_server/smb/trans2.c 		SIVAL(blob->data,  4, fsinfo->allocation.out.sectors_per_unit);
allocation         97 source4/smb_server/smb/trans2.c 		SIVAL(blob->data,  8, fsinfo->allocation.out.total_alloc_units);
allocation         98 source4/smb_server/smb/trans2.c 		SIVAL(blob->data, 12, fsinfo->allocation.out.avail_alloc_units);
allocation         99 source4/smb_server/smb/trans2.c 		SSVAL(blob->data, 16, fsinfo->allocation.out.bytes_per_sector);
allocation        206 source4/torture/raw/qfsinfo.c 			s2->allocation.out.sectors_per_unit *
allocation        207 source4/torture/raw/qfsinfo.c 			s2->allocation.out.total_alloc_units *
allocation        208 source4/torture/raw/qfsinfo.c 			s2->allocation.out.bytes_per_sector / scale;
allocation        228 source4/torture/raw/qfsinfo.c 			s2->allocation.out.sectors_per_unit *
allocation        229 source4/torture/raw/qfsinfo.c 			s2->allocation.out.avail_alloc_units *
allocation        230 source4/torture/raw/qfsinfo.c 			s2->allocation.out.bytes_per_sector / scale;