Home | History | Annotate | Download | only in blkid

Lines Matching refs:ros

905 	struct romfs_super_block *ros;
908 ros = (struct romfs_super_block *)buf;
910 if (strlen((char *) ros->ros_volume))
911 label = (char *) ros->ros_volume;