Searched defs:dfs_file_ops (Results 1 – 2 of 2) sorted by relevance
23 struct dfs_file_ops struct25 int (*open) (struct dfs_file *fd);26 int (*close) (struct dfs_file *fd);50 const struct dfs_file_ops *fops; argument
38 struct dfs_file_ops struct40 int (*open)(struct dfs_file *file);41 int (*close)(struct dfs_file *file);42 int (*ioctl)(struct dfs_file *file, int cmd, void *arg);43 ssize_t (*read)(struct dfs_file *file, void *buf, size_t count, off_t *pos);44 ssize_t (*write)(struct dfs_file *file, const void *buf, size_t count, off_t *pos);45 int (*flush)(struct dfs_file *file);69 const struct dfs_file_ops *fops; argument
Completed in 10 milliseconds