Searched refs:pc_setcluster (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_alloc.c | 233 pc_setcluster(fsp, cn, ncn); in pc_balloc() 305 pc_setcluster(fsp, cn, PCF_FREECLUSTER); in pc_bfree() 310 pc_setcluster(fsp, cn, in pc_bfree() 313 pc_setcluster(fsp, cn, in pc_bfree() 409 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn) in pc_setcluster() function 475 pc_setcluster(fsp, cn, PCF_LASTCLUSTERMARK32); in pc_alloccluster() 480 pc_setcluster(fsp, cn, PCF_LASTCLUSTERMARK); in pc_alloccluster()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 582 extern void pc_setcluster(struct pcfs *, pc_cluster32_t, pc_cluster32_t);
|