Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/keyboard/
Dps2_keyboard.h32 extern struct vfs_file_operations_t ps2_keyboard_fops;
Dps2_keyboard.rs11 include::bindings::bindings::{vfs_file_operations_t, vfs_file_t, vfs_index_node_t},
42 f_ops: vfs_file_operations_t,
46 pub fn new(f_ops: &vfs_file_operations_t) -> Arc<Self> { in new()
87 pub extern "C" fn ps2_keyboard_register(f_ops: &vfs_file_operations_t) { in ps2_keyboard_register() argument
Dps2_keyboard.c16 extern void ps2_keyboard_register(struct vfs_file_operations_t *);
128 struct vfs_file_operations_t ps2_keyboard_fops =
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h79 struct vfs_file_operations_t *file_ops;
107 struct vfs_file_operations_t *file_ops;
183 struct vfs_file_operations_t struct