Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.c181 ASSERT(!xfs_iflags_test(ip, XFS_IFLUSHING)); in xfs_inode_free()
818 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) { in xfs_iget()
1236 if (!xfs_iflags_test(ip, XFS_IEOFBLOCKS)) in xfs_inode_free_eofblocks()
1408 if (!xfs_iflags_test(ip, XFS_ICOWBLOCKS)) in xfs_inode_free_cowblocks()
2250 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_ALL_IRECLAIM_FLAGS)); in xfs_inode_mark_reclaimable()
H A Dxfs_inode.c1410 ASSERT(!xfs_iflags_test(ip, XFS_IRECOVERY)); in xfs_inactive()
1449 if (xfs_iflags_test(ip, XFS_IQUOTAUNCHECKED)) { in xfs_inactive()
1533 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()
1818 if (xfs_iflags_test(ip, XFS_IPRESERVE_DM_FIELDS)) in xfs_ifree()
2384 ASSERT(xfs_iflags_test(ip, XFS_IFLUSHING)); in xfs_iflush()
H A Dxfs_inode.h249 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test() function
H A Dxfs_file.c206 xfs_iflags_test(ip, XFS_IREMAPPING)) { in xfs_ilock_iocb_for_write()
1880 if (!xfs_iflags_test(ip, XFS_EOFBLOCKS_RELEASED) && in xfs_file_release()
2015 if (xfs_iflags_test(ip, XFS_IREMAPPING)) { in __xfs_write_fault()
H A Dxfs_health.c323 if (xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIM) || in xfs_inode_report_fserror()