Searched refs:XFS_IO_ISDIRECT (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
H A Dxfs_inode.h449 #define XFS_IO_ISDIRECT 0x00001 /* bypass page cache */ macro
453 { XFS_IO_ISDIRECT, "DIRECT" }, \
H A Dxfs_file.c283 ioflags |= XFS_IO_ISDIRECT; xfs_file_read_iter()
287 if (unlikely(ioflags & XFS_IO_ISDIRECT)) { xfs_file_read_iter()
320 if ((ioflags & XFS_IO_ISDIRECT) && inode->i_mapping->nrpages) { xfs_file_read_iter()

Completed in 89 milliseconds