Home
last modified time | relevance | path

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; in pc_setcluster()
463 for (cn = fsp->pcfs_nxfrecls; pc_validcl(fsp, cn); cn++) { in pc_alloccluster()
491 fsp->pcfs_nxfrecls = cn + 1; in pc_alloccluster()
H A Dpc_vfsops.c2699 fsp->pcfs_nxfrecls = fsp->pcfs_fsinfo.fs_next_free; in pc_getfat()
2701 fsp->pcfs_nxfrecls = PCF_FIRSTCLUSTER; in pc_getfat()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h414 int pcfs_nxfrecls; /* next free cluster */ member