Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c288 pcp->pc_scluster = PCF_LASTCLUSTERMARK; in pc_bfree()
312 PCF_LASTCLUSTERMARK); in pc_bfree()
473 pc_setcluster(fsp, cn, PCF_LASTCLUSTERMARK); in pc_alloccluster()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h504 #define PCF_LASTCLUSTERMARK 0xFFFF /* value used to mark last cluster */ macro