/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | 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 *);
|
H A D | pc_fs.h | 388 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 D | pc_dir.h | 308 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 D | pc_vfsops.c | 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() [all …]
|
H A D | pc_alloc.c | 45 static pc_cluster32_t pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn); 61 struct pcfs *fsp; /* pcfs that file is in */ in pc_bmap() 169 struct pcfs *fsp; /* pcfs that file is in */ in pc_balloc() 258 struct pcfs *fsp; in pc_bfree() 332 pc_freeclusters(struct pcfs *fsp) in pc_freeclusters() 367 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster() 409 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn) in pc_setcluster() 461 struct pcfs *fsp, /* file sys to allocate in */ in pc_alloccluster() 510 struct pcfs *fsp, in pc_fileclsize()
|
H A D | pc_node.c | 86 struct pcfs *fsp, /* filsystem for node */ in pc_getnode() 218 struct pcfs *fsp; in pc_rele() 305 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_mod() 327 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_acc() 362 struct pcfs *fsp; in pc_truncate() 462 struct pcfs *fsp; in pc_getentryblock() 492 struct pcfs *fsp; in pc_nodesync() 531 struct pcfs *fsp; in pc_nodeupdate() 575 pc_verify(struct pcfs *fsp) in pc_verify() 649 pc_mark_irrecov(struct pcfs *fsp) in pc_mark_irrecov() [all …]
|
H A D | pc_vnops.c | 227 struct pcfs *fsp; in pcfs_read() 261 struct pcfs *fsp; in pcfs_write() 305 struct pcfs *fsp; in rwpcp() 573 struct pcfs *fsp; in pcfs_getattr() 710 struct pcfs *fsp; in pcfs_setattr() 857 struct pcfs *fsp; in pcfs_access() 888 struct pcfs *fsp; in pcfs_fsync() 918 struct pcfs *fsp; in pcfs_inactive() 991 struct pcfs *fsp; in pcfs_lookup() 1051 struct pcfs *fsp; in pcfs_create() [all …]
|
H A D | pc_dir.c | 137 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter() 277 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry() 398 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove() 570 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename() 853 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirfixdotdot() 909 struct pcfs *fsp; in pc_findentry() 999 struct pcfs *fsp; in pc_blkatoff() 1115 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_long_fn() 1155 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_short_fn() 1207 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_remove_long_fn() [all …]
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | Makefile | 27 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 D | update_grub.ksh | 49 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 D | Makefile | 27 FSTYPE= pcfs
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/ |
H A D | Makefile | 41 POFILE= pcfs.po
|
/illumos-gate/usr/src/uts/intel/pcfs/ |
H A D | Makefile | 44 MODULE = pcfs
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | Makefile | 27 FSTYPE= pcfs
|
/illumos-gate/usr/src/man/man4fs/ |
H A D | Makefile | 31 pcfs.4fs \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man4fs.inc | 14 file path=usr/share/man/man4fs/pcfs.4fs
|
H A D | system-extended-system-utilities.p5m | 147 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 D | SUNWcs.p5m | 807 file path=usr/kernel/fs/$(ARCH64)/pcfs group=sys mode=0755
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | Makefile | 28 FSTYPE= pcfs
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | Makefile | 27 FSTYPE= pcfs
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | Makefile | 44 SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs \
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 324 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 D | exception_list.open | 78 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.intel | 531 FS_KMODS += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.rules | 322 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/pcfs/%.c
|