Lines Matching defs:ncleansegs
24 * @ncleansegs: number of clean segments
30 unsigned long ncleansegs;/* number of clean segments */
125 return NILFS_SUI(sufile)->ncleansegs;
375 sui->ncleansegs--;
421 NILFS_SUI(sufile)->ncleansegs--;
452 NILFS_SUI(sufile)->ncleansegs -= clean;
483 NILFS_SUI(sufile)->ncleansegs++;
650 NILFS_SUI(sufile)->ncleansegs--;
752 NILFS_SUI(sufile)->ncleansegs += ncleaned;
795 if (newnsegs < nsegs && nsegs - newnsegs + nrsvsegs > sui->ncleansegs)
803 sui->ncleansegs += newnsegs - nsegs;
809 sui->ncleansegs -= nsegs - newnsegs;
823 header->sh_ncleansegs = cpu_to_le64(sui->ncleansegs);
1033 NILFS_SUI(sufile)->ncleansegs += ncleaned;
1246 sui->ncleansegs = le64_to_cpu(header->sh_ncleansegs);