Searched defs:fops (Results 1 – 4 of 4) sorted by relevance
/fs/debugfs/ |
D | inode.c | 38 void *data, const struct file_operations *fops) in debugfs_get_inode() 75 const struct file_operations *fops) in debugfs_mknod() 113 void *data, const struct file_operations *fops) in debugfs_create() 307 const struct file_operations *fops) in __create_file() 385 const struct file_operations *fops) in debugfs_create_file()
|
/fs/ |
D | anon_inodes.c | 128 const struct file_operations *fops, in anon_inode_getfile() 196 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd()
|
D | char_dev.c | 266 const struct file_operations *fops) in __register_chrdev() 558 void cdev_init(struct cdev *cdev, const struct file_operations *fops) in cdev_init()
|
/fs/proc/ |
D | base.c | 125 #define DIR(NAME, MODE, iops, fops) \ argument 131 #define REG(NAME, MODE, fops) \ argument
|