Home
last modified time | relevance | path

Searched defs:hsfs (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h251 struct hsfs { struct
252 struct hsfs *hsfs_next; /* ptr to next entry in linked list */ argument
253 long hsfs_magic; /* should be HSFS_MAGIC */ argument
254 struct vfs *hsfs_vfs; /* vfs for this fs */ argument
255 struct vnode *hsfs_rootvp; /* vnode for root of filesystem */ argument
256 struct vnode *hsfs_devvp; /* device mounted on */ argument
257 enum hs_vol_type hsfs_vol_type; /* see above */ argument
258 struct hs_volume hsfs_vol; /* File Structure Volume Descriptor */ argument
259 struct ptable *hsfs_ptbl; /* pointer to incore Path Table */ argument
260 int hsfs_ptbl_size; /* size of incore path table */ argument
[all …]