Searched refs:truncate (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access_bottom.h | 36 int (*truncate)(const char *path, off_t size); member
|
D | fs.c | 170 CHECKIF(mp->fs->truncate == NULL) { in fs_open() 190 rc = mp->fs->truncate(zfp, 0); in fs_open() 312 CHECKIF(zfp->mp->fs->truncate == NULL) { in fs_truncate() 316 rc = zfp->mp->fs->truncate(zfp, length); in fs_truncate()
|
D | fuse_fs_access_bottom.c | 63 #define OP_TRUNCATE offsetof(struct ffa_op_callbacks, truncate) 122 op_queue.ret = op_callbacks->truncate(args->path, args->size); in ffa_run_pending_op() 544 .truncate = fuse_fs_access_truncate,
|
D | fuse_fs_access.c | 228 .truncate = ffa_truncate_top,
|
D | fat_fs.c | 543 .truncate = fatfs_truncate,
|
D | littlefs_fs.c | 1044 .truncate = littlefs_truncate,
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 79 int (*truncate)(struct fs_file_t *filp, off_t length); member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 39 control client will truncate the name when reading it. 48 client will truncate the name when reading it. 57 the media control client will truncate the title when reading it. 66 longer, the media control client will truncate the name when reading
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 91 f.truncate()
|
/Zephyr-latest/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 342 .truncate = temp_truncate,
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 203 memory to trusted users; a rogue user with improper access can easily truncate 204 the memory size to zero, for example by using :command:`truncate`, and make QEMU
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 633 .truncate = ext2_truncate,
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 346 hugef.truncate(HUGEPAGESZ)
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 257 truncate(),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 194 * ``ZEP-622`` - Add FS API to truncate/shrink a file
|
D | release-notes-3.7.rst | 1804 * FS: It is now possible to truncate a file while opening using :c:func:`fs_open`
|
D | release-notes-3.3.rst | 3037 * :github:`53612` - file system (LFS?): failure to expand file with truncate
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 45 arbitrary 4 byte arguments. Tracing backends may truncate the provided event
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2898 # larger than this value, Doxygen will truncate the graph, which is visualized
|