Searched defs:file_operations (Results 1 – 4 of 4) sorted by relevance
434 struct file_operations { struct435 struct module *owner;436 unused_func_t llseek;437 unused_func_t read;438 unused_func_t write;439 unused_func_t aio_read;440 unused_func_t aio_write;441 unused_func_t readdir;442 unused_func_t poll;443 unused_func_t unlocked_ioctl;[all …]
54 #define file_operations file_operations_vfs macro
651 static const struct file_operations file_operations = { variable
653 static const struct file_operations file_operations = { variable