Searched defs:chfs_mount (Results 1 – 2 of 2) sorted by relevance
332 struct chfs_mount { struct333 struct mount *chm_fsmp; /* general mount descriptor */334 struct chfs_ebh *chm_ebh; /* eraseblock handler */335 int chm_fs_version; /* version of the FS */336 uint64_t chm_gbl_version; /* */337 ino_t chm_max_vno; /* maximum of vnode numbers */338 ino_t chm_checked_vno; /* vnode number of the last checked node */339 unsigned int chm_flags; /* filesystem flags */345 kmutex_t chm_lock_mountfields;347 struct chfs_vnode_cache **chm_vnocache_hash; /* hash table [all …]
111 chfs_mount(struct mount *mp, in chfs_mount() function