Searched refs:pcfs_nxfrecls (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c440 fsp->pcfs_nxfrecls = PCF_FIRSTCLUSTER;
463 for (cn = fsp->pcfs_nxfrecls; pc_validcl(fsp, cn); cn++) {
491 fsp->pcfs_nxfrecls = cn + 1;
H A Dpc_vfsops.c2696 fsp->pcfs_nxfrecls = fsp->pcfs_fsinfo.fs_next_free;
2698 fsp->pcfs_nxfrecls = PCF_FIRSTCLUSTER;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h414 int pcfs_nxfrecls; /* next free cluster */ member in struct:pcfs

Completed in 51 milliseconds