sh_ncleansegs     112 fs/nilfs2/sufile.c 	le64_add_cpu(&header->sh_ncleansegs, ncleanadd);
sh_ncleansegs     371 fs/nilfs2/sufile.c 			le64_add_cpu(&header->sh_ncleansegs, -1);
sh_ncleansegs     582 fs/nilfs2/sufile.c 	sustat->ss_ncleansegs = le64_to_cpu(header->sh_ncleansegs);
sh_ncleansegs     781 fs/nilfs2/sufile.c 	header->sh_ncleansegs = cpu_to_le64(sui->ncleansegs);
sh_ncleansegs    1204 fs/nilfs2/sufile.c 	sui->ncleansegs = le64_to_cpu(header->sh_ncleansegs);
sh_ncleansegs     640 include/uapi/linux/nilfs2_ondisk.h 	__le64 sh_ncleansegs;