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
251 long hsfs_magic; /* should be HSFS_MAGIC */ argument
252 struct vfs *hsfs_vfs; /* vfs for this fs */ argument
254 struct vnode *hsfs_devvp; /* device mounted on */ argument
255 enum hs_vol_type hsfs_vol_type; /* see above */ argument
258 int hsfs_ptbl_size; /* size of incore path table */ argument
261 ulong_t hsfs_ext_impl; /* ext. information bits */ argument
262 ushort_t hsfs_sua_off; /* the SUA offset */ argument
266 char *hsfs_fsmnt; /* name mounted on */ argument
271 kmutex_t hsfs_free_lock; /* protects free list */ argument
[all …]