Lines Matching refs:mnt_fsname
372 /* ignore any mnt_fsname that is repeated and begins with a '/'
382 if (mntent->mnt_fsname != NULL &&
383 mntent->mnt_fsname[0] == '/' &&
384 g_hash_table_lookup (mounts_hash, mntent->mnt_fsname))
389 if (strcmp (mntent->mnt_fsname, "/dev/root") == 0)
392 mount_entry->device_path = g_strdup (mntent->mnt_fsname);
718 if (strcmp (mntent->mnt_fsname, "/dev/root") == 0)
721 mount_entry->device_path = g_strdup (mntent->mnt_fsname);
2153 if (stat (entp->mnt_fsname, &statbuf) == 0 &&
2156 strncpy (real_dev_root, entp->mnt_fsname, sizeof (real_dev_root) - 1);