Home | History | Annotate | Download | only in linux

Lines Matching refs:WRITE

79 #define WRITE 1
84 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
184 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
359 /* Write back some dirty pages from this mapping. */
586 * an UP compile the i_size_read/write must be atomic
1051 * read, write, poll, fsync, readv, writev, unlocked_ioctl and compat_ioctl
1059 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *);
1505 * return READ, READA, or WRITE
1510 * return data direction, READ or WRITE
1904 .write = simple_attr_write, \