taglinefilesource code
vfsmntlist55fs/super.cstatic struct vfsmount *vfsmntlist = (struct vfsmount *) NULL,
vfsmntlist66fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist73fs/super.cfor (lptr = vfsmntlist;
vfsmntlist110fs/super.cif (vfsmntlist == (struct vfsmount *)NULL) {
vfsmntlist111fs/super.cvfsmntlist = vfsmnttail = lptr;
vfsmntlist123fs/super.cif (vfsmntlist == (struct vfsmount *)NULL)
vfsmntlist125fs/super.clptr = vfsmntlist;
vfsmntlist128fs/super.cvfsmntlist = lptr->mnt_next;
vfsmntlist130fs/super.cvfsmnttail = vfsmntlist;