Searched refs:vfs_file_operations_t (Results 1 – 4 of 4) sorted by relevance
32 extern struct vfs_file_operations_t ps2_keyboard_fops;
11 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
16 extern void ps2_keyboard_register(struct vfs_file_operations_t *);128 struct vfs_file_operations_t ps2_keyboard_fops =
79 struct vfs_file_operations_t *file_ops;107 struct vfs_file_operations_t *file_ops;183 struct vfs_file_operations_t struct