Lines Matching full:volume
84 * Test if this is really a FAT volume and determine the FAT type. in g_label_msdosfs_taste()
93 * at the right place, this should be a FAT12 or FAT16 volume. in g_label_msdosfs_taste()
97 "MSDOSFS: %s: FAT12/16 volume not valid.", in g_label_msdosfs_taste()
101 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT12/FAT16 volume detected.", in g_label_msdosfs_taste()
104 /* A volume with no name should have "NO NAME " as label. */ in g_label_msdosfs_taste()
108 "MSDOSFS: %s: FAT12/16 volume has no name.", in g_label_msdosfs_taste()
120 * at the right place, this should be a FAT32 volume. in g_label_msdosfs_taste()
123 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT32 volume not valid.", in g_label_msdosfs_taste()
127 G_LABEL_DEBUG(1, "MSDOSFS: %s: FAT32 volume detected.", in g_label_msdosfs_taste()
131 * If the volume label is not "NO NAME " we're done. in g_label_msdosfs_taste()
143 * If the volume label "NO NAME " is in the boot sector, the in g_label_msdosfs_taste()
175 "FAT32 volume has no name.", in g_label_msdosfs_taste()
189 * The name of the entry is the volume label if in g_label_msdosfs_taste()
206 G_LABEL_DEBUG(1, "MSDOSFS: %s: no FAT volume detected.", in g_label_msdosfs_taste()