/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 210 struct hsfs *hs_mounttab = NULL; 217 extern void hsched_init(struct hsfs *fsp, int fsid, 220 extern void hsfs_init_kstats(struct hsfs *fsp, int fsid); 221 extern void hsfs_fini_kstats(struct hsfs *fsp); 233 static int hs_getrootvp(struct vfs *vfsp, struct hsfs *fsp, size_t pathsize); 234 static int hs_findhsvol(struct hsfs *fsp, struct vnode *vp, 236 static int hs_parsehsvol(struct hsfs *fsp, uchar_t *volp, 238 static int hs_findisovol(struct hsfs *fsp, struct vnode *vp, 243 static int hs_parseisovol(struct hsfs *fsp, uchar_t *volp, 371 struct hsfs **tspp; in hsfs_unmount() [all …]
|
H A D | hsfs_node.c | 110 static void hs_addfreeb(struct hsfs *fsp, struct hsnode *hp); 112 uint_t last_offset, char *nm, int nmlen, struct hsfs *fsp, 115 static int strip_trailing(struct hsfs *fsp, char *nm, int len); 116 static int hs_namelen(struct hsfs *fsp, char *nm, int len); 211 struct hsfs *fsp; in hs_hsnode_cache_reclaim() 255 hs_addfreeb(struct hsfs *fsp, struct hsnode *hp) in hs_addfreeb() 278 hs_getfree(struct hsfs *fsp) in hs_getfree() 351 hs_remfree(struct hsfs *fsp, struct hsnode *hp) in hs_remfree() 382 struct hsfs *fsp; in hs_findhash() 427 hs_addhash(struct hsfs *fsp, struct hsnode *hp) in hs_addhash() [all …]
|
H A D | hsfs_subr.c | 308 struct hsfs *fsp; in hs_log_bogus_disk_warning() 348 struct hsfs *fsp; in hsfs_kstats_update() 392 hsfs_setup_named_kstats(struct hsfs *fsp, int fsid, char *name, in hsfs_setup_named_kstats() 426 hsfs_init_kstats(struct hsfs *fsp, int fsid) in hsfs_init_kstats() 433 hsfs_fini_kstats(struct hsfs *fsp) in hsfs_fini_kstats()
|
H A D | hsfs_susp_subr.c | 66 static int get_cont_area(struct hsfs *, uchar_t **, cont_info_t *); 87 struct hsfs *fsp, /* filesystem pointer */ in parse_sua() 367 struct hsfs *fsp; in hs_check_root_dirent() 471 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) in get_cont_area()
|
H A D | hsfs_vnops.c | 138 static void hsched_enqueue_io(struct hsfs *fsp, struct hio *hsio, int ra); 139 int hsched_invoke_strategy(struct hsfs *fsp); 256 struct hsfs *fsp; in hsfs_getattr() 318 struct hsfs *fsp; in hsfs_inactive() 407 struct hsfs *fsp; in hsfs_readdir() 712 caddr_t addr, struct hsnode *hp, struct hsfs *fsp, int xarsiz, in hsfs_getpage_ra() 996 struct hsfs *fsp; in hsfs_getapage() 1469 struct hsfs *fsp; in hsfs_getpage() 1838 hsched_init(struct hsfs *fsp, int fsid, struct modlinkage *modlinkage) in hsched_init() 1964 hsched_invoke_strategy(struct hsfs *fsp) in hsched_invoke_strategy() [all …]
|
H A D | hsfs_rrip.c | 446 struct hsfs *fsp, /* filesystem pointer */ in rrip_namecopy()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | hsfs_node.h | 206 struct hsfs *fsp; /* The filesystem structure */ 249 struct hsfs { struct 250 struct hsfs *hsfs_next; /* ptr to next entry in linked list */ argument 324 #define VFS_TO_HSFS(VFSP) ((struct hsfs *)(VFSP)->vfs_data) 333 #define LBN_TO_SEC(lbn, vfsp) ((lbn)>>((struct hsfs *)((vfsp)->vfs_data))-> \ 336 #define SEC_TO_LBN(sec, vfsp) ((sec)<<((struct hsfs *)((vfsp)->vfs_data))-> \ 339 #define LBN_TO_BYTE(lbn, vfsp) ((lbn)<<((struct hsfs *)((vfsp)->vfs_data))-> \ 341 #define BYTE_TO_LBN(boff, vfsp) ((boff)>>((struct hsfs *)((vfsp)->vfs_data))-> \
|
H A D | hsfs_impl.h | 59 extern void hs_freenode(vnode_t *vp, struct hsfs *fsp, int nopage); 61 extern int hs_parsedir(struct hsfs *fsp, uchar_t *dirp, 78 extern void hs_log_bogus_disk_warning(struct hsfs *fsp, int errtype, 90 extern struct hsfs *hs_mounttab;
|
H A D | hsfs_susp.h | 230 struct hsfs *fsp; /* file system */ 250 struct hs_direntry *, struct hsfs *, uchar_t *, int search_num);
|
H A D | hsfs_rrip.h | 301 struct hsfs *fsp, struct hs_direntry *hdp);
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | Makefile | 27 FSTYPE= hsfs
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | Makefile | 28 FSTYPE= hsfs
|
/illumos-gate/usr/src/stand/lib/ |
H A D | Makefile | 31 SUBDIRS = fs/hsfs fs/nfs fs/ufs inet sa sock tcpstubs xdr \
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/ |
H A D | Makefile | 41 POFILE= hsfs.po
|
/illumos-gate/usr/src/uts/intel/hsfs/ |
H A D | Makefile | 38 MODULE = hsfs
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | Makefile | 27 FSTYPE= hsfs
|
/illumos-gate/usr/src/man/man4fs/ |
H A D | Makefile | 28 hsfs.4fs \
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | root_archive.ksh | 99 elif [ "$FSTYP" = hsfs ] ; then 100 /usr/sbin/mount -F hsfs -o ro $LOFIDEV $MNT
|
H A D | create_ramdisk.ksh | 107 if [ $format_set -eq 0 -a "$FORMAT" = hsfs ]; then 108 if /sbin/bootadm update-archive -R ${ALT_ROOT:-/} -f -L -F hsfs; then
|
/illumos-gate/usr/src/ |
H A D | Makefile.psm | 112 ROOT_PSM_LIB_HSFS_DIR = $(ROOT_PSM_LIB_FS_DIR)/hsfs 135 USR_PSM_LIB_HSFS_DIR = $(USR_PSM_LIB_FS_DIR)/hsfs
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man4fs.inc | 23 file path=usr/share/man/man4fs/hsfs.4fs
|
/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/allocate/ |
H A D | disk_clean.sh | 211 if [ "$FSTYPE" = hsfs -a \
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.files | 170 hsfs.o \
|
H A D | Makefile.intel | 529 FS_KMODS += autofs ctfs dcfs dev devfs fdfs fifofs hsfs lofs
|