Home
last modified time | relevance | path

Searched refs:pcfs (Results 1 – 25 of 25) sorted by relevance

/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.h388 struct pcfs { struct
424 struct pcfs *pcfs_nxt; /* linked list of all mounts */ argument
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 *); /* get fat from disk */
578 extern void pc_invalfat(struct pcfs *); /* invalidate incore fat */
579 extern int pc_syncfat(struct pcfs *); /* sync fat to disk */
581 extern pc_cluster32_t pc_alloccluster(struct pcfs *, int);
583 extern void pc_mark_fat_updated(struct pcfs *fsp, pc_cluster32_t cn);
[all …]
H A Dpc_dir.h308 extern pc_cluster32_t pc_getstartcluster(struct pcfs *, struct pcdir *);
309 extern void pc_setstartcluster(struct pcfs *, struct pcdir *, pc_cluster32_t);
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c456 struct pcfs *fsp; in pcfs_device_ismounted()
635 struct pcfs *fsp; in pcfs_mount()
819 struct pcfs *fsp, *fsp1; in pcfs_unmount()
880 struct pcfs *fsp; in pcfs_root()
903 struct pcfs *fsp; in pcfs_statvfs()
970 struct pcfs *fsp; in pcfs_sync()
1053 pc_syncfat(struct pcfs *fsp) in pc_syncfat()
1108 struct pcfs *xfsp; in pc_invalfat()
1139 pc_badfs(struct pcfs *fsp) in pc_badfs()
1162 struct pcfs *fsp; in pcfs_vget()
[all …]
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 */ in pc_bmap()
167 struct pcfs *fsp; /* pcfs that file is in */ in pc_balloc()
256 struct pcfs *fsp; in pc_bfree()
330 pc_freeclusters(struct pcfs *fsp) in pc_freeclusters()
365 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster()
406 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn) in pc_setcluster()
454 struct pcfs *fsp, /* file sys to allocate in */ in pc_alloccluster()
503 struct pcfs *fsp, in pc_fileclsize()
H A Dpc_node.c87 struct pcfs *fsp, /* filsystem for node */ in pc_getnode()
219 struct pcfs *fsp; in pc_rele()
306 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_mod()
328 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_acc()
363 struct pcfs *fsp; in pc_truncate()
463 struct pcfs *fsp; in pc_getentryblock()
493 struct pcfs *fsp; in pc_nodesync()
532 struct pcfs *fsp; in pc_nodeupdate()
576 pc_verify(struct pcfs *fsp) in pc_verify()
650 pc_mark_irrecov(struct pcfs *fsp) in pc_mark_irrecov()
[all …]
H A Dpc_vnops.c229 struct pcfs *fsp; in pcfs_read()
263 struct pcfs *fsp; in pcfs_write()
307 struct pcfs *fsp; in rwpcp()
575 struct pcfs *fsp; in pcfs_getattr()
712 struct pcfs *fsp; in pcfs_setattr()
859 struct pcfs *fsp; in pcfs_access()
890 struct pcfs *fsp; in pcfs_fsync()
920 struct pcfs *fsp; in pcfs_inactive()
993 struct pcfs *fsp; in pcfs_lookup()
1053 struct pcfs *fsp; in pcfs_create()
[all …]
H A Dpc_dir.c136 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter()
276 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry()
397 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove()
569 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename()
852 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirfixdotdot()
908 struct pcfs *fsp; in pc_findentry()
998 struct pcfs *fsp; in pc_blkatoff()
1114 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_long_fn()
1154 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_short_fn()
1206 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_remove_long_fn()
[all …]
/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 \
63 pcfs.o: $(PCFS_SRC)
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh49 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs \
121 bootdev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | grep pcfs | \
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A DMakefile27 FSTYPE= pcfs
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A DMakefile27 FSTYPE= pcfs
/illumos-gate/usr/src/cmd/fs.d/pcfs/
H A DMakefile41 POFILE= pcfs.po
/illumos-gate/usr/src/uts/intel/pcfs/
H A DMakefile44 MODULE = pcfs
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A DMakefile26 FSTYPE= pcfs
/illumos-gate/usr/src/man/man4fs/
H A DMakefile31 pcfs.4fs \
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile27 FSTYPE= pcfs
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man4fs.inc14 file path=usr/share/man/man4fs/pcfs.4fs
H A Dsystem-extended-system-utilities.p5m147 dir path=usr/lib/fs/pcfs group=sys
148 file path=usr/lib/fs/pcfs/fsck mode=0555
149 hardlink path=usr/lib/fs/pcfs/fstyp target=../../../sbin/fstyp
150 file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
151 file path=usr/lib/fs/pcfs/mkfs mode=0555
152 file path=usr/lib/fs/pcfs/mount mode=0555
H A DSUNWcs.p5m805 file path=usr/kernel/fs/$(ARCH64)/pcfs group=sys mode=0755
/illumos-gate/usr/src/cmd/fs.d/
H A DMakefile44 SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs \
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c324 bool pcfs; in install_esp_cb() local
339 pcfs = false; in install_esp_cb()
342 pcfs = true; in install_esp_cb()
347 if (!pcfs) { in install_esp_cb()
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open78 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel532 FS_KMODS += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules319 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/pcfs/%.c