Home
last modified time | relevance | path

Searched refs:HSFS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h313 #define hs_blksize(HSFS, HSP, OFF) /* file system block size */ \ argument
316 ((HSFS)->hsfs_rdirsec & ~((HSFS)->hsfs_spcl - 1))*HS_SECSIZE ?\
317 ((HSFS)->hsfs_rdirsec & ((HSFS)->hsfs_spcl - 1))*HS_SECSIZE :\
318 (HSFS)->hsfs_clsize): \
319 (HSFS)->hsfs_clsize)
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/
H A Dhsfs.fth27 purpose: HSFS file system support package for NewBoot
39 \ HSFS variables
48 \ HSFS volume descriptor routines
95 \ HSFS directory routines
282 \ HSFS high-level routines
390 \ HSFS installation routines
412 \ HSFS file interface
479 \ the inode (on UFS) or directory entry (from HSFS).
H A Dboot-hsfs.fth26 purpose: HSFS file system support package for NewBoot