Home
last modified time | relevance | path

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

12

/titanic_50/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 */
580 extern int pc_freeclusters(struct pcfs *); /* num free clusters in fs */
581 extern pc_cluster32_t pc_alloccluster(struct pcfs *, int);
[all …]
H A Dpc_dir.h310 extern pc_cluster32_t pc_getstartcluster(struct pcfs *, struct pcdir *);
311 extern void pc_setstartcluster(struct pcfs *, struct pcdir *, pc_cluster32_t);
/titanic_50/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 */ 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_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);
274 static struct pcfs *pc_mounttab = NULL;
453 struct pcfs *fsp; in pcfs_device_ismounted()
547 pcfs_parse_mntopts(struct pcfs *fsp) in pcfs_parse_mntopts()
632 struct pcfs *fsp; in pcfs_mount()
816 struct pcfs *fsp, *fsp1; in pcfs_unmount()
[all …]
H A Dpc_node.c84 struct pcfs *fsp, /* filsystem for node */ in pc_getnode()
216 struct pcfs *fsp; in pc_rele()
303 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_mod()
325 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_acc()
360 struct pcfs *fsp; in pc_truncate()
460 struct pcfs *fsp; in pc_getentryblock()
490 struct pcfs *fsp; in pc_nodesync()
529 struct pcfs *fsp; in pc_nodeupdate()
573 pc_verify(struct pcfs *fsp) in pc_verify()
647 pc_mark_irrecov(struct pcfs *fsp) in pc_mark_irrecov()
[all …]
H A Dpc_vnops.c228 struct pcfs *fsp; in pcfs_read()
262 struct pcfs *fsp; in pcfs_write()
306 struct pcfs *fsp; in rwpcp()
574 struct pcfs *fsp; in pcfs_getattr()
711 struct pcfs *fsp; in pcfs_setattr()
858 struct pcfs *fsp; in pcfs_access()
889 struct pcfs *fsp; in pcfs_fsync()
919 struct pcfs *fsp; in pcfs_inactive()
992 struct pcfs *fsp; in pcfs_lookup()
1052 struct pcfs *fsp; in pcfs_create()
[all …]
H A Dpc_dir.c135 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter()
275 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry()
396 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove()
568 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename()
847 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirfixdotdot()
903 struct pcfs *fsp; in pc_findentry()
993 struct pcfs *fsp; in pc_blkatoff()
1109 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_long_fn()
1149 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_short_fn()
1201 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_remove_long_fn()
[all …]
/titanic_50/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 \
73 pcfs.o: $(PCFS_SRC)
/titanic_50/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 | \
/titanic_50/usr/src/cmd/fs.d/pcfs/mount/
H A DMakefile27 FSTYPE= pcfs
/titanic_50/usr/src/cmd/fs.d/pcfs/mkfs/
H A DMakefile27 FSTYPE= pcfs
/titanic_50/usr/src/cmd/fs.d/pcfs/
H A DMakefile44 POFILE= pcfs.po
/titanic_50/usr/src/man/man7fs/
H A DMakefile31 pcfs.7fs \
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A DMakefile26 FSTYPE= pcfs
/titanic_50/usr/src/pkg/manifests/
H A DSUNWcs.man7fs.inc14 file path=usr/share/man/man7fs/pcfs.7fs
H A Dsystem-extended-system-utilities.mf43 dir path=usr/lib/fs/pcfs group=sys
145 file path=usr/lib/fs/pcfs/fsck mode=0555
146 file path=usr/lib/fs/pcfs/fstyp.so.1 mode=0555
147 file path=usr/lib/fs/pcfs/mkfs mode=0555
148 file path=usr/lib/fs/pcfs/mount mode=0555
241 hardlink path=usr/lib/fs/pcfs/fstyp target=../../../sbin/fstyp
/titanic_50/usr/src/cmd/fs.d/pcfs/fstyp/
H A DMakefile29 FSTYPE= pcfs
/titanic_50/usr/src/uts/sparc/pcfs/
H A DMakefile42 MODULE = pcfs
/titanic_50/usr/src/uts/intel/pcfs/
H A DMakefile43 MODULE = pcfs
/titanic_50/usr/src/cmd/fs.d/
H A DMakefile43 SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs \
/titanic_50/usr/src/uts/sparc/
H A DMakefile.sparc353 FS_KMODS += dev devfs fdfs fifofs hsfs lofs namefs nfs pcfs tmpfs zfs
/titanic_50/usr/src/uts/intel/
H A DMakefile.intel523 FS_KMODS += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
/titanic_50/usr/src/
H A DMakefile.lint143 cmd/fs.d/pcfs/mount \
/titanic_50/usr/src/tools/findunref/
H A Dexception_list.open139 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c

12