Lines Matching defs:file_operations_vfs
123 struct file_operations_vfs struct
127 int (*open)(struct file *filep);
134 int (*close)(struct file *filep);
135 ssize_t (*read)(struct file *filep, char *buffer, size_t buflen);
136 ssize_t (*write)(struct file *filep, const char *buffer, size_t buflen);
137 off_t (*seek)(struct file *filep, off_t offset, int whence);
138 int (*ioctl)(struct file *filep, int cmd, unsigned long arg);
139 int (*mmap)(struct file* filep, struct VmMapRegion *region);
142 int (*poll)(struct file *filep, poll_table *fds);
143 int (*stat)(struct file *filep, struct stat* st);
144 int (*fallocate)(struct file* filep, int mode, off_t offset, off_t len);
145 int (*fallocate64)(struct file *filep, int mode, off64_t offset, off64_t len);
146 int (*fsync)(struct file *filep);
147 ssize_t (*readpage)(struct file *filep, char *buffer, size_t buflen);
148 int (*unlink)(struct Vnode *vnode);