Searched refs:io_flags (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iocore.c96 io->io_flags = 0;
98 io->io_flags |= XFS_IOCORE_RT;
H A Dxfs_rw.h69 return (((io)->io_flags & XFS_IOCORE_RT) ? \
H A Dxfs_iomap.c153 if (io->io_flags & XFS_IOCORE_RT) {
233 iomapp->iomap_target = io->io_flags & XFS_IOCORE_RT ?
327 if (io->io_flags & XFS_IOCORE_RT)
558 if (unlikely(!imap.br_startblock && !(io->io_flags & XFS_IOCORE_RT))) {
727 if (unlikely(!imap[0].br_startblock && !(io->io_flags & XFS_IOCORE_RT)))
856 !(io->io_flags & XFS_IOCORE_RT)))
956 !(io->io_flags & XFS_IOCORE_RT)))
H A Dxfs_inode.h145 unsigned int io_flags; /* IO related flags */ member in struct:xfs_iocore
H A Dxfs_iget.c487 ((ip->i_iocore.io_flags & XFS_IOCORE_RT) != 0));
H A Dxfs_vnodeops.c822 ip->i_iocore.io_flags |= XFS_IOCORE_RT;
824 ip->i_iocore.io_flags &= ~XFS_IOCORE_RT;
H A Dxfs_inode.c1212 ip->i_iocore.io_flags |= XFS_IOCORE_RT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c220 * @io_flags: extra parameters for the io function
226 int io_flags)
235 desc->pg_ioflags = io_flags;
222 nfs_pageio_init(struct nfs_pageio_descriptor *desc, struct inode *inode, int (*doio)(struct inode *, struct list_head *, unsigned int, size_t, int), size_t bsize, int io_flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_lrw.c984 ((ip->i_iocore.io_flags & XFS_IOCORE_RT) != 0));

Completed in 71 milliseconds