Searched refs:truncate (Results 1 – 9 of 9) sorted by relevance
| /subsys/fs/ |
| A D | fuse_fs_access_bottom.h | 36 int (*truncate)(const char *path, off_t size); member
|
| A D | fs.c | 168 CHECKIF(mp->fs->truncate == NULL) { in fs_open() 188 rc = mp->fs->truncate(zfp, 0); in fs_open() 310 CHECKIF(zfp->mp->fs->truncate == NULL) { in fs_truncate() 314 rc = zfp->mp->fs->truncate(zfp, length); in fs_truncate()
|
| A D | fuse_fs_access_bottom.c | 64 #define OP_TRUNCATE offsetof(struct ffa_op_callbacks, truncate) 123 op_queue.ret = op_callbacks->truncate(args->path, args->size); in ffa_run_pending_op() 545 .truncate = fuse_fs_access_truncate,
|
| A D | fuse_fs_access.c | 228 .truncate = ffa_truncate_top,
|
| A D | fat_fs.c | 543 .truncate = fatfs_truncate,
|
| A D | littlefs_fs.c | 1047 .truncate = littlefs_truncate,
|
| /subsys/bluetooth/audio/ |
| A 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
|
| /subsys/fs/virtiofs/ |
| A D | virtiofs_zfs.c | 650 .truncate = virtiofs_zfs_truncate,
|
| /subsys/fs/ext2/ |
| A D | ext2_ops.c | 632 .truncate = ext2_truncate,
|
Completed in 21 milliseconds