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