cs_ndir           107 fs/ufs/ialloc.c 			fs32_sub(sb, &ucg->cg_cs.cs_ndir, 1);
cs_ndir           108 fs/ufs/ialloc.c 			uspi->cs_total.cs_ndir--;
cs_ndir           109 fs/ufs/ialloc.c 			fs32_sub(sb, &UFS_SB(sb)->fs_cs(cg).cs_ndir, 1);
cs_ndir           281 fs/ufs/ialloc.c 		fs32_add(sb, &ucg->cg_cs.cs_ndir, 1);
cs_ndir           282 fs/ufs/ialloc.c 		uspi->cs_total.cs_ndir++;
cs_ndir           283 fs/ufs/ialloc.c 		fs32_add(sb, &sbi->fs_cs(cg).cs_ndir, 1);
cs_ndir           172 fs/ufs/super.c 			 fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_ndir));
cs_ndir           215 fs/ufs/super.c 			 fs32_to_cpu(sb, usb1->fs_cstotal.cs_ndir));
cs_ndir           240 fs/ufs/super.c 	pr_debug("  cs_ndir:      %u\n", fs32_to_cpu(sb, cg->cg_cs.cs_ndir));
cs_ndir           488 fs/ufs/super.c 		uspi->cs_total.cs_ndir = fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_ndir);
cs_ndir           493 fs/ufs/super.c 		uspi->cs_total.cs_ndir = fs32_to_cpu(sb, usb1->fs_cstotal.cs_ndir);
cs_ndir           605 fs/ufs/super.c 		usb2->fs_un.fs_u2.cs_ndir =
cs_ndir           606 fs/ufs/super.c 			cpu_to_fs64(sb, uspi->cs_total.cs_ndir);
cs_ndir           619 fs/ufs/super.c 		usb2->fs_un.fs_u2.cs_ndir =
cs_ndir           620 fs/ufs/super.c 			cpu_to_fs64(sb, uspi->cs_total.cs_ndir);
cs_ndir           628 fs/ufs/super.c 	usb1->fs_cstotal.cs_ndir = cpu_to_fs32(sb, uspi->cs_total.cs_ndir);
cs_ndir           305 fs/ufs/ufs_fs.h 	__fs32	cs_ndir;	/* number of directories */
cs_ndir           311 fs/ufs/ufs_fs.h 	__fs64	cs_ndir;	/* number of directories */
cs_ndir           320 fs/ufs/ufs_fs.h 	__u64	cs_ndir;	/* number of directories */
cs_ndir           902 fs/ufs/ufs_fs.h 			__fs64	cs_ndir;