Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1088 fsinfo_disk->fsi_incore.fs_next_free = in pc_syncfat()
2682 fsp->pcfs_fsinfo.fs_next_free = FSINFO_UNKNOWN; in pc_getfat()
2688 fsp->pcfs_fsinfo.fs_next_free = in pc_getfat()
2689 LE_32(fsinfo_disk->fsi_incore.fs_next_free); in pc_getfat()
2695 if (pc_validcl(fsp, (pc_cluster32_t)fsp->pcfs_fsinfo.fs_next_free)) in pc_getfat()
2696 fsp->pcfs_nxfrecls = fsp->pcfs_fsinfo.fs_next_free; in pc_getfat()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dpc_fs.h359 uint32_t fs_next_free; /* search next free after this cn */ member
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2767 fsinfop->fsi_incore.fs_next_free = LE_32(nextfree); in build_fat()
3002 fsinfop->fsi_incore.fs_next_free = LE_32(FSINFO_UNKNOWN); in write_fat32_bootstuff()