Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h417 int pcfs_fat_changemapsize; /* size of FAT changemap */ member
518 bzero((PCFS)->pcfs_fat_changemap, (PCFS)->pcfs_fat_changemapsize)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1118 kmem_free(fsp->pcfs_fat_changemap, fsp->pcfs_fat_changemapsize); in pc_invalfat()
2586 fsp->pcfs_fat_changemapsize = fat_changemapsize; in pc_getfat()