Searched refs:read_write (Results 1 – 5 of 5) sorted by relevance
7 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
8 obj-y := open.o read_write.o file_table.o super.o \
299 int rw_verify_area(int read_write, struct file *file, loff_t *ppos, size_t count) in rw_verify_area() argument321 read_write == READ ? FLOCK_VERIFY_READ : FLOCK_VERIFY_WRITE, in rw_verify_area()327 read_write == READ ? MAY_READ : MAY_WRITE); in rw_verify_area()
666 u8 read_write; member728 if (__copy_in_user(&tdata->read_write, &udata->read_write, 2 * sizeof(u8))) in do_i2c_smbus_ioctl()
1076 int locks_mandatory_area(int read_write, struct inode *inode, in locks_mandatory_area() argument1090 fl.fl_type = (read_write == FLOCK_VERIFY_WRITE) ? F_WRLCK : F_RDLCK; in locks_mandatory_area()