Home
last modified time | relevance | path

Searched refs:pc_getcluster (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c45 static pc_cluster32_t pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn);
132 ncn = pc_getcluster(fsp, cn); in pc_bmap()
151 ncn = pc_getcluster(fsp, ncn); in pc_bmap()
221 ncn = pc_getcluster(fsp, cn); in pc_balloc()
303 ncn = pc_getcluster(fsp, cn); in pc_bfree()
345 if (pc_getcluster(fsp, cn) == PCF_FREECLUSTER) { in pc_freeclusters()
367 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster() function
471 if (pc_getcluster(fsp, cn) == PCF_FREECLUSTER) { in pc_alloccluster()
517 startcl = pc_getcluster(fsp, startcl)) { in pc_fileclsize()