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.c44 static pc_cluster32_t pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn);
130 ncn = pc_getcluster(fsp, cn); in pc_bmap()
149 ncn = pc_getcluster(fsp, ncn); in pc_bmap()
219 ncn = pc_getcluster(fsp, cn); in pc_balloc()
301 ncn = pc_getcluster(fsp, cn); in pc_bfree()
343 if (pc_getcluster(fsp, cn) == PCF_FREECLUSTER) { in pc_freeclusters()
365 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster() function
464 if (pc_getcluster(fsp, cn) == PCF_FREECLUSTER) { in pc_alloccluster()
510 startcl = pc_getcluster(fsp, startcl)) { in pc_fileclsize()