taglinefilesource code
vfsmntlist50fs/super.cstatic struct vfsmount *vfsmntlist = (struct vfsmount *) NULL,
vfsmntlist61fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist68fs/super.cfor (lptr = vfsmntlist;
vfsmntlist105fs/super.cif (vfsmntlist == (struct vfsmount *)NULL) {
vfsmntlist106fs/super.cvfsmntlist = vfsmnttail = lptr;
vfsmntlist118fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist120fs/super.clptr = vfsmntlist;
vfsmntlist123fs/super.cvfsmntlist = lptr->mnt_next;
vfsmntlist125fs/super.cvfsmnttail = vfsmntlist;