Searched refs:MNTTYPE_DEV (Results 1 – 3 of 3) sorted by relevance
56 #define MNTTYPE_DEV "dev" /* /dev file system */ macro
50 static char fstype[] = MNTTYPE_DEV;
1315 if (strcmp(fsptr->zone_fs_type, MNTTYPE_DEV) != 0) in mount_one()