Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1091 fsinfo_disk->fsi_incore.fs_next_free = in pc_syncfat()
2685 fsp->pcfs_fsinfo.fs_next_free = FSINFO_UNKNOWN; in pc_getfat()
2691 fsp->pcfs_fsinfo.fs_next_free = in pc_getfat()
2692 LE_32(fsinfo_disk->fsi_incore.fs_next_free); in pc_getfat()
2698 if (pc_validcl(fsp, (pc_cluster32_t)fsp->pcfs_fsinfo.fs_next_free)) in pc_getfat()
2699 fsp->pcfs_nxfrecls = fsp->pcfs_fsinfo.fs_next_free; in pc_getfat()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h359 uint32_t fs_next_free; /* search next free after this cn */ member
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2885 fsinfop->fsi_incore.fs_next_free = LE_32(nextfree); in build_fat()
3120 fsinfop->fsi_incore.fs_next_free = LE_32(FSINFO_UNKNOWN); in write_fat32_bootstuff()