taglinefilesource code
vfsmntlist56fs/super.cstatic struct vfsmount *vfsmntlist = (struct vfsmount *) NULL,
vfsmntlist67fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist74fs/super.cfor (lptr = vfsmntlist;
vfsmntlist111fs/super.cif (vfsmntlist == (struct vfsmount *)NULL) {
vfsmntlist112fs/super.cvfsmntlist = vfsmnttail = lptr;
vfsmntlist124fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist126fs/super.clptr = vfsmntlist;
vfsmntlist129fs/super.cvfsmntlist = lptr->mnt_next;
vfsmntlist131fs/super.cvfsmnttail = vfsmntlist;
vfsmntlist268fs/super.cstruct vfsmount *tmp = vfsmntlist;