Lines Matching defs:loinfo
61 struct loinfo { struct
62 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 */
71 kmutex_t li_lfslock; /* lock protecting li_lfs */
72 kmutex_t li_htlock; /* protect hashtable, htsize, retired */
73 struct lo_retired_ht *li_retired; /* list of retired hashtables */
74 int li_flag; /* filesystem behavior flags */