Searched refs:pcfs (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A DMakefile27 FSTYPE= pcfs
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h121 extern struct pcnode *pc_getnode(struct pcfs *, daddr_t, int, struct pcdir *);
123 extern void pc_mark_mod(struct pcfs *, struct pcnode *);
124 extern void pc_mark_acc(struct pcfs *, struct pcnode *);
131 extern int pc_verify(struct pcfs *);
132 extern void pc_diskchanged(struct pcfs *);
133 extern void pc_mark_irrecov(struct pcfs *);
145 extern int pc_fileclsize(struct pcfs *, pc_cluster32_t, pc_cluster32_t *);
148 extern void pc_badfs(struct pcfs *);
H A Dpc_fs.h75 * Most of the FAT32 changes to pcfs are under 'if it's FAT32' to minimize the
388 struct pcfs { struct
421 kthread_id_t pcfs_owner; /* id of thread locking pcfs */
422 int pcfs_count; /* # of pcfs locks for pcfs_owner */
424 struct pcfs *pcfs_nxt; /* linked list of all mounts */
469 * pcfs mount options.
489 #define VFSTOPCFS(VFSP) ((struct pcfs *)((VFSP)->vfs_data))
575 extern int pc_lockfs(struct pcfs *, int, int); /* lock fs and get fat */
576 extern void pc_unlockfs(struct pcfs *); /* ulock the fs */
577 extern int pc_getfat(struct pcfs *); /* ge
[all...]
H A Dpc_dir.h247 * A pcfs directory entry. Directory entries are actually variable
310 extern pc_cluster32_t pc_getstartcluster(struct pcfs *, struct pcdir *);
311 extern void pc_setstartcluster(struct pcfs *, struct pcdir *, pc_cluster32_t);
318 * Use long filenames (Windows 95). Disabling this causes pcfs
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A DMakefile27 FSTYPE= pcfs
/illumos-gate/usr/src/cmd/boot/installgrub/
H A DMakefile27 PCFS_SRC= $(SRC)/common/fs/pcfs.c
32 OBJS= installgrub.o pcfs_glue.o pcfs.o bblk_einfo.o boot_utils.o mboot_extra.o \
69 # pick pcfs from usr/src/common/fs
70 pcfs.o: $(PCFS_SRC)
/illumos-gate/usr/src/cmd/fs.d/pcfs/
H A DMakefile27 # /usr/src/cmd/lib/fs/pcfs is the directory of all pcfs specific commands
44 POFILE= pcfs.po
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A DMakefile26 FSTYPE= pcfs
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile29 FSTYPE= pcfs
/illumos-gate/usr/src/man/man7fs/
H A DMakefile31 pcfs.7fs \
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c44 static pc_cluster32_t pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn);
59 struct pcfs *fsp; /* pcfs that file is in */
167 struct pcfs *fsp; /* pcfs that file is in */
256 struct pcfs *fsp;
330 pc_freeclusters(struct pcfs *fsp)
365 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn)
406 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn)
454 struct pcfs *fs
[all...]
H A Dpc_vfsops.c84 static int pc_syncfsnodes(struct pcfs *);
89 static int pc_readfat(struct pcfs *fsp, uchar_t *fatp);
90 static int pc_writefat(struct pcfs *fsp, daddr_t start);
92 static int pc_getfattype(struct pcfs *fsp);
93 static void pcfs_parse_mntopts(struct pcfs *fsp);
97 * pcfs mount options table
134 * pcfs_lock: (inside per filesystem structure "pcfs")
142 * pcfs state from a former mount hanging around. With
157 "pcfs",
253 error = vn_make_ops("pcfs", pcfs_fvnodeops_templat
[all...]
H A Dpc_node.c84 struct pcfs *fsp, /* filsystem for node */
216 struct pcfs *fsp;
303 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp)
325 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp)
360 struct pcfs *fsp;
460 struct pcfs *fsp;
490 struct pcfs *fsp;
529 struct pcfs *fsp;
573 pc_verify(struct pcfs *fsp)
647 pc_mark_irrecov(struct pcfs *fs
[all...]
H A Dpc_dir.c136 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
276 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
397 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
569 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
852 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
908 struct pcfs *fsp;
998 struct pcfs *fsp;
1114 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
1154 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
1206 struct pcfs *fs
[all...]
H A Dpc_vnops.c228 struct pcfs *fsp;
262 struct pcfs *fsp;
306 struct pcfs *fsp;
574 struct pcfs *fsp;
711 struct pcfs *fsp;
858 struct pcfs *fsp;
889 struct pcfs *fsp;
919 struct pcfs *fsp;
992 struct pcfs *fsp;
1052 struct pcfs *fs
[all...]
/illumos-gate/usr/src/uts/intel/pcfs/
H A DMakefile22 # uts/intel/pcfs/Makefile
43 MODULE = pcfs
/illumos-gate/usr/src/uts/sparc/pcfs/
H A DMakefile22 # uts/sparc/pcfs/Makefile
42 MODULE = pcfs
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh48 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs \
124 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs | \
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile43 SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs \
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h353 #include <pcfs/pc_dir.h> /* for toupper() */

Completed in 97 milliseconds