HomeSort by relevance Sort by last modified time
    Searched full:pcfs (Results 1 - 25 of 58) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/uts/common/sys/fs/
pc_fs.h 75 * Most of the FAT32 changes to pcfs are under 'if it's FAT32' to minimize the
109 * by the PCFS kernel driver anymore.
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 */
452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12)
453 #define IS_FAT16(PCFS) ((PCFS)->pcfs_fattype == FAT16
    [all...]
pc_node.h 121 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 *);
pc_dir.h 247 * 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
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/
Makefile 27 # /usr/src/cmd/lib/fs/pcfs is the directory of all pcfs specific commands
44 POFILE= pcfs.po
  /onnv/onnv-gate/usr/src/cmd/boot/installgrub/
Makefile 26 PCFS_SRC= $(SRC)/common/fs/pcfs.c
31 OBJS= installgrub.o pcfs_glue.o pcfs.o bblk_einfo.o boot_utils.o mboot_extra.o
66 # pick pcfs from usr/src/common/fs
67 pcfs.o: $(PCFS_SRC)
message.h 56 #define MOUNT_FAIL_PCFS gettext("floppy: cannot mount pcfs\n")
68 #define OPEN_FAIL_PCFS gettext("cannot open /boot/grub/stage2 on pcfs\n")
101 #define WRITE_STAGE2_PCFS gettext("stage2 written to pcfs\n")
107 gettext("cannot install stage2 on pcfs, too many fragments.\n")
pcfs_glue.c 37 * This file is glue layer to pcfs module in usr/src/common/fs/pcfs.c.
52 /* diskread_callback is set in filesytem module (pcfs.c) */
installgrub.c 310 /* We do not support versioning on PCFS. */
386 "PCFS\n"));
484 "supported on PCFS\n"));
641 /* Detect if the target device is a pcfs partition. */
1067 /* In the PCFS case we only need to read in stage2. */
1120 /* If PCFS add the BIOS Parameter Block. */
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/pcfs/
pc_vfsops.c 84 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_template, &pcfs_fvnodeops)
    [all...]
pc_alloc.c 44 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 *fsp, /* file sys to allocate in *
    [all...]
pc_node.c 86 struct pcfs *fsp, /* filsystem for node */
219 struct pcfs *fsp;
279 * was never set anywhere in PCFS. Now it is, and we _have_ to drop
306 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp)
328 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp)
363 struct pcfs *fsp;
450 * This is the only place in PCFS code where pc_mark_mod() is called
463 struct pcfs *fsp;
493 struct pcfs *fsp;
532 struct pcfs *fsp
    [all...]
pc_vnops.c 223 struct pcfs *fsp;
257 struct pcfs *fsp;
301 struct pcfs *fsp;
569 struct pcfs *fsp;
706 struct pcfs *fsp;
849 struct pcfs *fsp;
880 struct pcfs *fsp;
910 struct pcfs *fsp;
983 struct pcfs *fsp;
1043 struct pcfs *fsp
    [all...]
pc_dir.c 135 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
275 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
396 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
568 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
847 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
903 struct pcfs *fsp;
993 struct pcfs *fsp;
1109 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
1149 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp);
1201 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
Makefile 27 # cmd/fs.d/pcfs/fsck/Makefile
29 FSTYPE= pcfs
fsck.c 205 gettext("pcfs Usage: fsck -F pcfs [-o v|p|w] special-file\n"));
297 gettext("pcfs fsck: sanity check: %s okay\n"), printName);
301 gettext("pcfs fsck: sanity check: %s needs checking\n"),
312 gettext("pcfs fsck: sanity check failed: "));
361 if (strcmp(string, "pcfs") != 0)
368 (void) printf(gettext("fsck -F pcfs "));
pcfs_common.h 33 * Common routines for the pcfs user-level utilities
  /onnv/onnv-gate/usr/src/uts/intel/pcfs/
Makefile 22 # uts/intel/pcfs/Makefile
43 MODULE = pcfs
  /onnv/onnv-gate/usr/src/uts/sparc/pcfs/
Makefile 22 # uts/sparc/pcfs/Makefile
42 MODULE = pcfs
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mkfs/
Makefile 29 FSTYPE= pcfs
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/mount/
Makefile 29 FSTYPE= pcfs
  /onnv/onnv-gate/usr/src/uts/common/os/
vfs_conf.c 75 { "pcfs" }, /* PCFS */
  /onnv/onnv-gate/usr/src/pkg/manifests/
system-extended-system-utilities.mf 41 dir path=usr/lib/fs/pcfs group=sys
140 file path=usr/lib/fs/pcfs/fsck mode=0555
141 file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
142 file path=usr/lib/fs/pcfs/mkfs mode=0555
143 file path=usr/lib/fs/pcfs/mount mode=0555
182 hardlink path=usr/lib/fs/pcfs/fstyp target=../../../sbin/fstyp
  /onnv/onnv-gate/usr/src/cmd/fs.d/pcfs/fstyp/
Makefile 29 FSTYPE= pcfs
  /onnv/onnv-gate/usr/src/stand/lib/
Makefile 28 i386_SUBDIRS = fs/pcfs fs/compfs
  /onnv/onnv-gate/usr/src/cmd/boot/scripts/
update_grub.ksh 48 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs \
124 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs | \

Completed in 1372 milliseconds

1 2 3