fs_cstotal        215 fs/ufs/super.c 			 fs32_to_cpu(sb, usb1->fs_cstotal.cs_ndir));
fs_cstotal        217 fs/ufs/super.c 			 fs32_to_cpu(sb, usb1->fs_cstotal.cs_nifree));
fs_cstotal        219 fs/ufs/super.c 			 fs32_to_cpu(sb, usb1->fs_cstotal.cs_nbfree));
fs_cstotal        221 fs/ufs/super.c 			 fs32_to_cpu(sb, usb1->fs_cstotal.cs_nffree));
fs_cstotal        493 fs/ufs/super.c 		uspi->cs_total.cs_ndir = fs32_to_cpu(sb, usb1->fs_cstotal.cs_ndir);
fs_cstotal        494 fs/ufs/super.c 		uspi->cs_total.cs_nbfree = fs32_to_cpu(sb, usb1->fs_cstotal.cs_nbfree);
fs_cstotal        495 fs/ufs/super.c 		uspi->cs_total.cs_nifree = fs32_to_cpu(sb, usb1->fs_cstotal.cs_nifree);
fs_cstotal        496 fs/ufs/super.c 		uspi->cs_total.cs_nffree = fs32_to_cpu(sb, usb1->fs_cstotal.cs_nffree);
fs_cstotal        628 fs/ufs/super.c 	usb1->fs_cstotal.cs_ndir = cpu_to_fs32(sb, uspi->cs_total.cs_ndir);
fs_cstotal        629 fs/ufs/super.c 	usb1->fs_cstotal.cs_nbfree = cpu_to_fs32(sb, uspi->cs_total.cs_nbfree);
fs_cstotal        630 fs/ufs/super.c 	usb1->fs_cstotal.cs_nifree = cpu_to_fs32(sb, uspi->cs_total.cs_nifree);
fs_cstotal        631 fs/ufs/super.c 	usb1->fs_cstotal.cs_nffree = cpu_to_fs32(sb, uspi->cs_total.cs_nffree);
fs_cstotal        422 fs/ufs/ufs_fs.h 	struct ufs_csum fs_cstotal;	/* cylinder summary information */
fs_cstotal        452 fs/ufs/ufs_fs.h 			struct  ufs2_csum_total fs_cstotal;/*cylinder summary information*/
fs_cstotal        868 fs/ufs/ufs_fs.h 	struct ufs_csum fs_cstotal;