Home
last modified time | relevance | path

Searched refs:xfs_iflags_test (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_iget.c138 if (xfs_iflags_test(ip, (XFS_INEW|XFS_IRECLAIM))) { in xfs_iget_cache_hit()
144 if (xfs_iflags_test(ip, XFS_IRECLAIMABLE)) { in xfs_iget_cache_hit()
185 } else if (xfs_iflags_test(ip, XFS_INEW)) { in xfs_iget_cache_hit()
378 if (xfs_iflags_test(ip, XFS_INEW) && ip->i_d.di_mode != 0) in xfs_iget()
447 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE)); in xfs_iput_new()
Dxfs_filestream.h130 xfs_iflags_test(ip, XFS_IFILESTREAM) || in xfs_inode_is_filestream()
Dxfs_inode.h360 xfs_iflags_test(xfs_inode_t *ip, unsigned short flags) in xfs_iflags_test() function
Dxfs_inode.c2015 if (!ip || xfs_iflags_test(ip, XFS_ISTALE)) { in xfs_ifree_cluster()
/fs/xfs/linux-2.6/
Dxfs_sync.c122 xfs_iflags_test(ip, XFS_INEW)) { in xfs_sync_inodes_ag()
715 if (xfs_iflags_test(ip, XFS_IRECLAIM)) { in xfs_reclaim_inodes_ag()
/fs/xfs/quota/
Dxfs_qm_syscalls.c1084 if (xfs_iflags_test(ip, XFS_INEW)) { in xfs_qm_dqrele_inodes_ag()