Searched defs:hsfs (Results 1 – 1 of 1) sorted by relevance
249 struct hsfs { struct250 struct hsfs *hsfs_next; /* ptr to next entry in linked list */ argument251 long hsfs_magic; /* should be HSFS_MAGIC */ argument252 struct vfs *hsfs_vfs; /* vfs for this fs */ argument253 struct vnode *hsfs_rootvp; /* vnode for root of filesystem */ argument254 struct vnode *hsfs_devvp; /* device mounted on */ argument255 enum hs_vol_type hsfs_vol_type; /* see above */ argument256 struct hs_volume hsfs_vol; /* File Structure Volume Descriptor */ argument257 struct ptable *hsfs_ptbl; /* pointer to incore Path Table */ argument258 int hsfs_ptbl_size; /* size of incore path table */ argument[all …]