Home
last modified time | relevance | path

Searched defs:loinfo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h61 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 */
70 struct lfsnode *li_lfs; /* list of other vfss */
71 kmutex_t li_lfslock; /* lock protecting li_lfs */
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c48 struct loinfo loinfo; in lnode_walk_init() local