Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c210 struct hsfs *hs_mounttab = NULL;
371 struct hsfs **tspp; in hsfs_unmount()
372 struct hsfs *fsp; in hsfs_unmount()
446 struct hsfs *fsp; in hsfs_statvfs()
485 struct hsfs *fsp; in hsfs_vget()
578 struct hsfs *tsp; in hs_mountfs()
579 struct hsfs *fsp = NULL; in hs_mountfs()
694 struct hsfs *, fsp, in hs_mountfs()
767 struct hsfs *, fsp, in hs_mountfs()
956 struct hsfs *fsp, in hs_getrootvp()
[all …]
H A Dhsfs_node.c211 struct hsfs *fsp; in hs_hsnode_cache_reclaim()
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()
445 struct hsfs *fsp; in hs_synchash()
520 struct hsfs *fsp; in hs_makenode()
716 struct hsfs *fsp; in hs_remakenode()
768 struct hsfs *fsp; in hs_dirlook()
924 struct hsfs *fsp, in hs_parsedir()
1401 struct hsfs *fsp; in hs_filldirent()
[all …]
H A Dhsfs_subr.c308 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 Dhsfs_susp_subr.c66 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 Dhsfs_vnops.c138 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()
1964 hsched_invoke_strategy(struct hsfs *fsp) in hsched_invoke_strategy()
2219 hsched_enqueue_io(struct hsfs *fsp, struct hio *hsio, int ra) in hsched_enqueue_io()
[all …]
H A Dhsfs_rrip.c446 struct hsfs *fsp, /* filesystem pointer */ in rrip_namecopy()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h206 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 Dhsfs_impl.h59 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 Dhsfs_susp.h230 struct hsfs *fsp; /* file system */
250 struct hs_direntry *, struct hsfs *, uchar_t *, int search_num);
H A Dhsfs_rrip.h301 struct hsfs *fsp, struct hs_direntry *hdp);
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A DMakefile27 FSTYPE= hsfs
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A DMakefile28 FSTYPE= hsfs
/illumos-gate/usr/src/stand/lib/
H A DMakefile31 SUBDIRS = fs/hsfs fs/nfs fs/ufs inet sa sock tcpstubs xdr \
/illumos-gate/usr/src/cmd/fs.d/hsfs/
H A DMakefile41 POFILE= hsfs.po
/illumos-gate/usr/src/uts/intel/hsfs/
H A DMakefile38 MODULE = hsfs
/illumos-gate/usr/src/man/man4fs/
H A DMakefile28 hsfs.4fs \
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A DMakefile27 FSTYPE= hsfs
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh99 elif [ "$FSTYP" = hsfs ] ; then
100 /usr/sbin/mount -F hsfs -o ro $LOFIDEV $MNT
H A Dcreate_ramdisk.ksh107 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 DMakefile.psm112 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 Dsystem-kernel.man4fs.inc23 file path=usr/share/man/man4fs/hsfs.4fs
/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/allocate/
H A Ddisk_clean.sh211 if [ "$FSTYPE" = hsfs -a \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.files169 hsfs.o \
H A DMakefile.intel530 FS_KMODS += autofs ctfs dcfs dev devfs fdfs fifofs hsfs lofs

12