Changeset 644 for GPL/branches/uniaud32-next/include/linux/fs.h
- Timestamp:
- Jan 16, 2021, 10:20:04 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/fs.h
r625 r644 231 231 int (*readdir) (struct file *, void *, filldir_t); 232 232 unsigned int (*poll) (struct file *, struct poll_table_struct *); 233 int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); 233 long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long); 234 long (*compat_ioctl) (struct file *, unsigned int, unsigned long); 234 235 int (*mmap) (struct file *, struct vm_area_struct *); 235 236 int (*open) (struct inode *, struct file *);
Note:
See TracChangeset
for help on using the changeset viewer.