Home
last modified time | relevance | path

Searched refs:read_write (Results 1 – 3 of 3) sorted by relevance

/fs/ecryptfs/
DMakefile8 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/fs/
DMakefile11 obj-y := open.o read_write.o file_table.o super.o \
Dread_write.c366 int rw_verify_area(int read_write, struct file *file, const loff_t *ppos, size_t count) in rw_verify_area() argument
394 read_write == READ ? F_RDLCK : F_WRLCK); in rw_verify_area()
401 read_write == READ ? MAY_READ : MAY_WRITE); in rw_verify_area()