u-boot/fs/exfat
Marek Vasut 4d3b5c679b fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()
Make sure unused exfat_humanize_bytes() and exfat_print_info()
functions are not compiled into U-Boot code base. This also removes
CID 550300:  Integer handling issues  (INTEGER_OVERFLOW)
in exfat_humanize_bytes() , which is now surely unreachable.

Signed-off-by: Marek Vasut <marex@denx.de>
2025-05-05 14:19:20 -06:00
..
byteorder.h fs: exfat: Import libexfat from fuse-exfat 2025-04-02 20:00:59 -06:00
cluster.c fs: exfat: Import libexfat from fuse-exfat 2025-04-02 20:00:59 -06:00
compiler.h fs: exfat: Import libexfat from fuse-exfat 2025-04-02 20:00:59 -06:00
exfat.h fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info() 2025-05-05 14:19:20 -06:00
exfatfs.h fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
io.c fs: exfat: Use strncpy() and bail on too long filenames 2025-05-05 14:19:20 -06:00
Kconfig fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
lookup.c fs: exfat: Inhibit "impossible" print on write to bogus file 2025-04-21 11:07:04 -06:00
Makefile fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
mount.c fs: exfat: Demote filesystem detection failure message to debug() 2025-04-02 20:00:59 -06:00
node.c fs: exfat: Import libexfat from fuse-exfat 2025-04-02 20:00:59 -06:00
platform.h fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
repair.c fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
time.c fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
utf.c fs: exfat: Fix conversion overflow errors 2025-04-02 20:00:59 -06:00
utils.c fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info() 2025-05-05 14:19:20 -06:00