Home | History | Annotate | Download | only in blkid

Lines Matching refs:ros

907 	struct romfs_super_block *ros;
910 ros = (struct romfs_super_block *)buf;
912 if (strlen((char *) ros->ros_volume))
913 label = (char *) ros->ros_volume;