Searched refs:pcfs_ncluster (Results 1 – 3 of 3) sorted by relevance
93 if (lcn >= fsp->pcfs_ncluster) { in pc_bmap()194 if (lcn >= fsp->pcfs_ncluster) in pc_balloc()275 if (n > fsp->pcfs_ncluster) { in pc_bfree()281 n = fsp->pcfs_ncluster; in pc_bfree()518 if (count++ >= fsp->pcfs_ncluster) in pc_fileclsize()
916 sp->f_blocks = (fsblkcnt64_t)fsp->pcfs_ncluster; in pcfs_statvfs()1212 eblkno - fsp->pcfs_dosstart) >= fsp->pcfs_ncluster) || in pcfs_vget()1855 uint32_t ncl = fsp->pcfs_ncluster; in secondaryBPBChecks()2157 fsp->pcfs_ncluster = ncl; in parseBPB()
411 int pcfs_ncluster; /* number of clusters in fs */ member570 (int)(CL) < (PCFS)->pcfs_ncluster + PCF_FIRSTCLUSTER)