zephyr/tests/subsys/fs/common
RAJAGOPALAN GANGADHARAN 65c4ca1f05 fs: open: Add Truncate flag to zfs open
This commit has added new flag FS_O_TRUNC to support truncation
during file open. Modified fs_open to handle truncation based on
provided flags. Included unit tests for flag behavior with common
filesystems.

Signed-off-by: RAJAGOPALAN GANGADHARAN <g.raju2000@gmail.com>
2024-05-31 08:06:05 +02:00
..
test_fs_basic.c
test_fs_dirops.c
test_fs_mkfs.c
test_fs_mount_flags.c
test_fs_open_flags.c fs: open: Add Truncate flag to zfs open 2024-05-31 08:06:05 +02:00
test_fs_util.c
test_fs_util.h