Searched refs:o_direct (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dfile.c97 int o_direct = iocb->ki_flags & IOCB_DIRECT; ext4_file_write_iter() local
105 if (o_direct && ext4_file_write_iter()
135 if (o_direct) { ext4_file_write_iter()
180 if (o_direct) ext4_file_write_iter()
/linux-4.1.27/fs/ceph/
H A Dfile.c350 int *checkeof, bool o_direct, striped_read()
374 if (o_direct) striped_read()
396 int zoff = (o_direct ? buf_align : io_align) + striped_read()
347 striped_read(struct inode *inode, u64 off, u64 len, struct page **pages, int num_pages, int *checkeof, bool o_direct, unsigned long buf_align) striped_read() argument
/linux-4.1.27/fs/ocfs2/
H A Dfile.c2410 * function pointer which is called when o_direct io completes so that ocfs2_file_write_iter()

Completed in 134 milliseconds