Searched defs:fops (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | anon_inodes.c | 75 const struct file_operations *fops, in anon_inode_getfile() 125 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd()
|
D | char_dev.c | 270 const struct file_operations *fops) in __register_chrdev() 375 const struct file_operations *fops; in chrdev_open() local 648 void cdev_init(struct cdev *cdev, const struct file_operations *fops) in cdev_init()
|
D | file_table.c | 216 const struct file_operations *fops) in alloc_file_pseudo() 242 const struct file_operations *fops) in alloc_file_clone()
|
/fs/debugfs/ |
D | inode.c | 438 const struct file_operations *fops) in debugfs_create_file() 477 const struct file_operations *fops) in debugfs_create_file_unsafe() 517 const struct file_operations *fops, in debugfs_create_file_size()
|
D | file.c | 383 const struct file_operations *fops, in debugfs_create_mode_unsafe()
|
/fs/tracefs/ |
D | inode.c | 389 const struct file_operations *fops) in tracefs_create_file()
|
/fs/proc/ |
D | base.c | 135 #define DIR(NAME, MODE, iops, fops) \ argument 141 #define REG(NAME, MODE, fops) \ argument
|