Searched defs:fops (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | anon_inodes.c | 71 const struct file_operations *fops, in anon_inode_getfile() 139 int anon_inode_getfd(const char *name, const struct file_operations *fops, in anon_inode_getfd()
|
D | char_dev.c | 248 const struct file_operations *fops) in __register_chrdev() 353 const struct file_operations *fops; in chrdev_open() local 543 void cdev_init(struct cdev *cdev, const struct file_operations *fops) in cdev_init()
|
/fs/debugfs/ |
D | inode.c | 362 const struct file_operations *fops) in debugfs_create_file() 401 const struct file_operations *fops) in debugfs_create_file_unsafe() 440 const struct file_operations *fops, in debugfs_create_file_size()
|
D | file.c | 315 const struct file_operations *fops, in debugfs_create_mode_unsafe()
|
/fs/ext4/ |
D | sysfs.c | 380 const struct file_operations *fops; member
|
/fs/tracefs/ |
D | inode.c | 394 const struct file_operations *fops) in tracefs_create_file()
|
/fs/proc/ |
D | base.c | 126 #define DIR(NAME, MODE, iops, fops) \ argument 132 #define REG(NAME, MODE, fops) \ argument
|