Lines Matching refs:exfat_error
125 exfat_error("failed to open /dev/null"); in exfat_open()
133 exfat_error("failed to allocate memory for device structure"); in exfat_open()
144 exfat_error("failed to open '%s' in read-only mode: %s", spec, in exfat_open()
155 exfat_error("failed to open '%s' in read-write mode: %s", spec, in exfat_open()
176 exfat_error("failed to open '%s': %s", spec, strerror(errno)); in exfat_open()
184 exfat_error("failed to fstat '%s'", spec); in exfat_open()
193 exfat_error("'%s' is neither a device, nor a regular file", spec); in exfat_open()
207 exfat_error("failed to get block size"); in exfat_open()
214 exfat_error("failed to get blocks count"); in exfat_open()
231 exfat_error("failed to get disklabel"); in exfat_open()
255 exfat_error("failed to get media size"); in exfat_open()
269 exfat_error("failed to get size of '%s'", spec); in exfat_open()
276 exfat_error("failed to seek to the beginning of '%s'", spec); in exfat_open()
294 exfat_error("failed to initialize ublio"); in exfat_open()
309 exfat_error("failed to close ublio"); in exfat_close()
315 exfat_error("failed to close device: %s", strerror(errno)); in exfat_close()
329 exfat_error("ublio fsync failed"); in exfat_fsync()
335 exfat_error("fsync failed: %s", strerror(errno)); in exfat_fsync()
411 exfat_error("failed to allocate memory for device structure"); in exfat_open()
510 exfat_error("invalid cluster 0x%x while reading", cluster); in exfat_generic_pread()
520 exfat_error("invalid cluster 0x%x while reading", cluster); in exfat_generic_pread()
527 exfat_error("failed to read cluster %#x", cluster); in exfat_generic_pread()
566 exfat_error("invalid cluster 0x%x while writing", cluster); in exfat_generic_pwrite()
576 exfat_error("invalid cluster 0x%x while writing", cluster); in exfat_generic_pwrite()
583 exfat_error("failed to write cluster %#x", cluster); in exfat_generic_pwrite()