Searched refs:XFS_IOCORE_RT (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iocore.c98 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.h162 #define XFS_IOCORE_RT 0x1 macro
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/xfs/linux-2.6/
H A Dxfs_lrw.c984 ((ip->i_iocore.io_flags & XFS_IOCORE_RT) != 0));

Completed in 68 milliseconds