Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c46 static long rootfs_read(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { re… in rootfs_read() function
100 .read = &rootfs_read,