Searched refs:read_write (Results 1 – 3 of 3) sorted by relevance
8 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
11 obj-y := open.o read_write.o file_table.o super.o \
366 int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t count) in rw_verify_area() argument394 read_write == READ ? F_RDLCK : F_WRLCK); in rw_verify_area()401 read_write == READ ? MAY_READ : MAY_WRITE); in rw_verify_area()