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