Searched defs:pc_mounttab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c133 * pcfslock: protects the list of mounted pc filesystems "pc_mounttab.
274 static struct pcfs *pc_mounttab = NULL; variable in typeref:struct:pcfs
469 for (fsp = pc_mounttab; fsp; fsp = fsp->pcfs_nxt)
793 fsp->pcfs_nxt = pc_mounttab;
794 pc_mounttab = fsp;
850 if (fsp == pc_mounttab) {
851 pc_mounttab = fsp->pcfs_nxt;
853 for (fsp1 = pc_mounttab; fsp1 != NULL; fsp1 = fsp1->pcfs_nxt)
983 fsp = pc_mounttab;
1121 for (xfsp = pc_mounttab; xfs
[all...]

Completed in 62 milliseconds