walnux/fs
Jukka Laitinen 41e9df2f3e Add ftruncate into file operation calls
- Add truncate into file_operations
- Move truncate to be common for mountpt_operations and file_operations
- Modify all drivers to initialize the operations struct accordingly

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
2023-01-02 11:23:20 -03:00
..
aio use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
binfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
cromfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
driver Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fat Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
hostfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
inode fs: Correct the comment of file_allocate 2022-10-28 10:12:08 +02:00
littlefs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
mmap Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mount compiler.h: Add _ between format|printf|syslog|scanf|strftime and like 2022-12-21 01:05:19 +02:00
mqueue Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
nfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
nxffs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
partition Fixes for GPT partition parsing 2022-09-27 09:42:39 +08:00
procfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
romfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
rpmsgfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
semaphore sched: Remove the unnecessary (FAR sem_t *) cast 2022-10-29 21:12:40 +02:00
shm Kconfig: Remove EXPERIMENTAL for features which is been around a long time 2022-09-19 11:39:22 -03:00
smartfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
socket Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
spiffs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
tmpfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
unionfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
userfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
vfs Add ftruncate into file operation calls 2023-01-02 11:23:20 -03:00
fs_initialize.c fs/rpmsg: Move the server initialization to fs_initialize 2022-08-11 02:08:42 +03:00
Kconfig FS Disable FS_LARGEFILE by default 2022-08-04 22:31:57 +08:00
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00