Searched refs:pcfs_ncluster (Results 1 – 3 of 3) sorted by relevance
91 if (lcn >= fsp->pcfs_ncluster) { in pc_bmap()192 if (lcn >= fsp->pcfs_ncluster) in pc_balloc()273 if (n > fsp->pcfs_ncluster) { in pc_bfree()279 n = fsp->pcfs_ncluster; in pc_bfree()511 if (count++ >= fsp->pcfs_ncluster) in pc_fileclsize()
910 sp->f_blocks = (fsblkcnt64_t)fsp->pcfs_ncluster; in pcfs_statvfs()1187 eblkno - fsp->pcfs_dosstart) >= fsp->pcfs_ncluster) || in pcfs_vget()1827 uint32_t ncl = fsp->pcfs_ncluster; in secondaryBPBChecks()2129 fsp->pcfs_ncluster = ncl; in parseBPB()
411 int pcfs_ncluster; /* number of clusters in fs */ member570 (int)(CL) < (PCFS)->pcfs_ncluster + PCF_FIRSTCLUSTER)