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.c1088 fsinfo_disk->fsi_incore.fs_next_free =
2682 fsp->pcfs_fsinfo.fs_next_free = FSINFO_UNKNOWN;
2688 fsp->pcfs_fsinfo.fs_next_free =
2689 LE_32(fsinfo_disk->fsi_incore.fs_next_free);
2695 if (pc_validcl(fsp, (pc_cluster32_t)fsp->pcfs_fsinfo.fs_next_free))
2696 fsp->pcfs_nxfrecls = fsp->pcfs_fsinfo.fs_next_free;
/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 in struct:fat_fsinfo
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2767 fsinfop->fsi_incore.fs_next_free = LE_32(nextfree);
3002 fsinfop->fsi_incore.fs_next_free = LE_32(FSINFO_UNKNOWN);

Completed in 90 milliseconds