Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.h20 int devfs_register_device(uint16_t device_type, uint16_t sub_type, struct vfs_file_operations_t *fi…
Ddevfs-types.h44 struct vfs_file_operations_t *f_ops;
Ddevfs.c12 struct vfs_file_operations_t devfs_file_ops;
117 struct vfs_file_operations_t devfs_file_ops =
223 int devfs_register_device(uint16_t device_type, uint16_t sub_type, struct vfs_file_operations_t *fi… in devfs_register_device()
Dinternal.h8 extern struct vfs_file_operations_t devfs_file_ops;
/DragonOS-0.1.2/kernel/src/driver/keyboard/
Dps2_keyboard.h34 extern struct vfs_file_operations_t ps2_keyboard_fops;
Dps2_keyboard.c129 struct vfs_file_operations_t ps2_keyboard_fops =
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h80 struct vfs_file_operations_t *file_ops;
108 struct vfs_file_operations_t *file_ops;
184 struct vfs_file_operations_t struct
/DragonOS-0.1.2/kernel/src/driver/tty/
Dtty.c81 struct vfs_file_operations_t tty_fops={
/DragonOS-0.1.2/kernel/src/ipc/
Dpipe.c102 struct vfs_file_operations_t g_pipe_file_ops = {
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c11 struct vfs_file_operations_t procfs_file_ops;
302 struct vfs_file_operations_t procfs_file_ops = {
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c97 struct vfs_file_operations_t rootfs_file_ops = {
/DragonOS-0.1.2/docs/kernel/filesystem/vfs/
Doverview.md157 struct vfs_file_operations_t *file_ops;
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c15 struct vfs_file_operations_t fat32_file_ops;
832 struct vfs_file_operations_t fat32_file_ops = {