u-boot/fs/exfat
Marek Vasut e5cbc3d287 fs: exfat: Implement trivial 'rename' support
Implement exfat_fs_rename() to rename or move files. This is used
by the 'mv' generic FS interface command. The rename implementation
for other filesystems was added recently and was not part of exfat
porting layer due to merge issue, which made 'mv' command crash,
fix this by adding the missing implementation.

Fixes: b86a651b64 ("fs: exfat: Add U-Boot porting layer")
Signed-off-by: Marek Vasut <marex@denx.de>
2025-04-21 11:07:04 -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: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
exfatfs.h fs: exfat: Add U-Boot porting layer 2025-04-02 20:00:59 -06:00
io.c fs: exfat: Implement trivial 'rename' support 2025-04-21 11:07:04 -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: Import libexfat from fuse-exfat 2025-04-02 20:00:59 -06:00