Searched refs:st_mnt (Results 1 – 1 of 1) sorted by relevance
76 struct MT_STAT st_dev, st_mnt; in test_mounted() local120 if (MT_STAT (mnt->mnt_fsname, &st_mnt)) { in test_mounted()124 if (S_ISBLK (st_mnt.st_mode)) { in test_mounted()128 if (MAJOR(st_mnt.st_rdev) == MAJOR(st_dev.st_rdev) && in test_mounted()129 MINOR(st_mnt.st_rdev) >= MINOR(st_dev.st_rdev) && in test_mounted()130 MINOR(st_mnt.st_rdev) <= MINOR(st_dev.st_rdev)+15){ in test_mounted()134 MINOR(st_mnt.st_rdev) - in test_mounted()138 if(st_mnt.st_rdev != st_dev.st_rdev) { in test_mounted()