Symbol: xfs_iflags_test
fs/xfs/libxfs/xfs_trans_inode.c
41
ASSERT(!xfs_iflags_test(ip, XFS_ISTALE));
fs/xfs/libxfs/xfs_trans_inode.c
96
ASSERT(!xfs_iflags_test(ip, XFS_ISTALE));
fs/xfs/xfs_file.c
1807
if (!xfs_iflags_test(ip, XFS_EOFBLOCKS_RELEASED) &&
fs/xfs/xfs_file.c
1942
if (xfs_iflags_test(ip, XFS_IREMAPPING)) {
fs/xfs/xfs_file.c
219
xfs_iflags_test(ip, XFS_IREMAPPING)) {
fs/xfs/xfs_health.c
323
if (xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIM) ||
fs/xfs/xfs_icache.c
1239
if (!xfs_iflags_test(ip, XFS_IEOFBLOCKS))
fs/xfs/xfs_icache.c
1411
if (!xfs_iflags_test(ip, XFS_ICOWBLOCKS))
fs/xfs/xfs_icache.c
185
ASSERT(!xfs_iflags_test(ip, XFS_IFLUSHING));
fs/xfs/xfs_icache.c
2253
ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_ALL_IRECLAIM_FLAGS));
fs/xfs/xfs_icache.c
821
if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) {
fs/xfs/xfs_inode.c
1410
ASSERT(!xfs_iflags_test(ip, XFS_IRECOVERY));
fs/xfs/xfs_inode.c
1449
if (xfs_iflags_test(ip, XFS_IQUOTAUNCHECKED)) {
fs/xfs/xfs_inode.c
1533
ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM));
fs/xfs/xfs_inode.c
1818
if (xfs_iflags_test(ip, XFS_IPRESERVE_DM_FIELDS))
fs/xfs/xfs_inode.c
2384
ASSERT(xfs_iflags_test(ip, XFS_IFLUSHING));
fs/xfs/xfs_inode_item.c
1063
if (xfs_iflags_test(iip->ili_inode, XFS_ISTALE)) {
fs/xfs/xfs_inode_item.c
530
if (xfs_iflags_test(ip, XFS_IPRESERVE_DM_FIELDS)) {
fs/xfs/xfs_inode_item.c
729
ASSERT(lip->li_buf || xfs_iflags_test(ip, XFS_ISTALE));
fs/xfs/xfs_inode_item.c
775
if (xfs_iflags_test(ip, XFS_IFLUSHING))
fs/xfs/xfs_inode_item.c
863
if (xfs_iflags_test(ip, XFS_ISTALE)) {