Home
last modified time | relevance | path

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

/titanic_50/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 */
69 struct lobucket *volatile li_hashtable; /* table of per-mount vnodes */
70 struct lfsnode *li_lfs; /* list of other vfss */
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c50 struct loinfo loinfo; in lnode_walk_init() local