Lines Matching refs:pcfs

88 static int pc_syncfsnodes(struct pcfs *);
94 static int pc_readfat(struct pcfs *fsp, uchar_t *fatp);
95 static int pc_writefat(struct pcfs *fsp, daddr_t start);
97 static int pc_getfattype(struct pcfs *fsp);
98 static void pcfs_parse_mntopts(struct pcfs *fsp);
280 static struct pcfs *pc_mounttab = NULL;
459 struct pcfs *fsp; in pcfs_device_ismounted()
553 pcfs_parse_mntopts(struct pcfs *fsp) in pcfs_parse_mntopts()
638 struct pcfs *fsp; in pcfs_mount()
822 struct pcfs *fsp, *fsp1; in pcfs_unmount()
883 struct pcfs *fsp; in pcfs_root()
906 struct pcfs *fsp; in pcfs_statvfs()
933 pc_syncfsnodes(struct pcfs *fsp) in pc_syncfsnodes()
969 struct pcfs *fsp; in pcfs_sync()
1007 struct pcfs *fsp; in pcfs_syncfs()
1027 pc_lockfs(struct pcfs *fsp, int diskchanged, int releasing) in pc_lockfs()
1060 pc_unlockfs(struct pcfs *fsp) in pc_unlockfs()
1075 pc_syncfat(struct pcfs *fsp) in pc_syncfat()
1128 pc_invalfat(struct pcfs *fsp) in pc_invalfat()
1130 struct pcfs *xfsp; in pc_invalfat()
1161 pc_badfs(struct pcfs *fsp) in pc_badfs()
1184 struct pcfs *fsp; in pcfs_vget()
1305 pc_readfat(struct pcfs *fsp, uchar_t *fatp) in pc_readfat()
1347 pc_writefat(struct pcfs *fsp, daddr_t start) in pc_writefat()
1386 pc_mark_fat_updated(struct pcfs *fsp, pc_cluster32_t cn) in pc_mark_fat_updated()
1421 pc_fat_is_changed(struct pcfs *fsp, pc_cluster32_t bn) in pc_fat_is_changed()
1435 struct pcfs *fsp = VFSTOPCFS(vfsp); in pcfs_freevfs()
1543 findTheDrive(struct pcfs *fsp, buf_t **bp) in findTheDrive()
1626 DTRACE_PROBE4(primarypart, struct pcfs *, fsp, in findTheDrive()
1726 struct pcfs *, fsp, in findTheDrive()
1853 secondaryBPBChecks(struct pcfs *fsp, uchar_t *bpb, size_t secsize) in secondaryBPBChecks()
1948 parseBPB(struct pcfs *fsp, uchar_t *bpb, int *valid) in parseBPB()
2188 struct pcfs *, fsp, unsigned char *, bpb, in parseBPB()
2296 struct pcfs *, fsp, unsigned char *, bpb, in parseBPB()
2324 pcfs_device_getinfo(struct pcfs *fsp) in pcfs_device_getinfo()
2486 pc_getfattype(struct pcfs *fsp) in pc_getfattype()
2566 pc_getfat(struct pcfs *fsp) in pc_getfat()