Searched refs:xfs_iflags_test (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_icache.c | 181 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 D | xfs_inode.c | 1410 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 D | xfs_inode.h | 249 xfs_iflags_test(xfs_inode_t *ip, unsigned long flags) in xfs_iflags_test() function
|
| H A D | xfs_file.c | 206 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 D | xfs_health.c | 323 if (xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIM) || in xfs_inode_report_fserror()
|