Lines Matching refs:MSG
60 MSG(1, "\tError: Malloc Failed for trim_stat_buf!!!\n"); in trim_device()
65 MSG(1, "\tError: Failed to get the device stat!!!\n"); in trim_device()
74 MSG(0, "Info: [%s] Discarding device\n", dev->path); in trim_device()
79 MSG(0, "Info: fallocate(PUNCH_HOLE|KEEP_SIZE) is failed\n"); in trim_device()
91 MSG(0, "Info: This device doesn't support BLKSECDISCARD\n"); in trim_device()
93 MSG(0, "Info: Secure Discarded %lu MB\n", in trim_device()
100 MSG(0, "Info: This device doesn't support BLKDISCARD\n"); in trim_device()
102 MSG(0, "Info: Discarded %llu MB\n", range[1] >> 20); in trim_device()
126 MSG(1, "\tError: Malloc Failed for buf!!!\n"); in is_wiped_device()
131 MSG(1, "\tError: Calloc Failed for zero buf!!!\n"); in is_wiped_device()
154 MSG(0, "Info: Found all zeros in first %d blocks\n", nblocks); in is_wiped_device()