Home
last modified time | relevance | path

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

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