Searched defs:loinfo (Results 1 – 2 of 2) sorted by relevance
61 struct loinfo { struct62 struct vfs *li_realvfs; /* real vfs of mount */63 struct vfs *li_mountvfs; /* loopback vfs */64 struct vnode *li_rootvp; /* root vnode of this vfs */65 int li_mflag; /* mount flags to inherit */66 int li_dflag; /* mount flags to not inherit */67 uint_t li_refct; /* # outstanding vnodes */68 volatile uint_t li_htsize; /* # buckets in hashtable */69 struct lobucket *volatile li_hashtable; /* table of per-mount vnodes */70 struct lfsnode *li_lfs; /* list of other vfss */[all …]
50 struct loinfo loinfo; in lnode_walk_init() local