Home
last modified time | relevance | path

Searched refs:rootfs_write (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c47 static long rootfs_write(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { r… in rootfs_write() function
101 .write = &rootfs_write,