Searched refs:mtdesc (Results 1 – 1 of 1) sorted by relevance
589 struct mnttagdesc mtdesc; in mountfs() local595 mtdesc.mtd_major = major(statb.st_dev); in mountfs()596 mtdesc.mtd_minor = minor(statb.st_dev); in mountfs()597 mtdesc.mtd_mntpt = mnt->mnt_mountp; in mountfs()598 mtdesc.mtd_tag = MNTOPT_LOGGING; in mountfs()601 if (ioctl(fd, MNTIOC_SETTAG, &mtdesc) != 0) { in mountfs()