Searched refs:ISUNWRITTEN (Results 1 – 2 of 2) sorted by relevance
1289 if (ISUNWRITTEN(imap)) in xfs_map_direct()1434 (IS_DAX(inode) && ISUNWRITTEN(&imap)))) { in __xfs_get_blocks()1467 ISUNWRITTEN(&imap) ? XFS_IO_UNWRITTEN in __xfs_get_blocks()1471 ISUNWRITTEN(&imap) ? XFS_IO_UNWRITTEN in __xfs_get_blocks()1480 ASSERT(!ISUNWRITTEN(&imap)); in __xfs_get_blocks()1496 (create || !ISUNWRITTEN(&imap))) { in __xfs_get_blocks()1498 if (ISUNWRITTEN(&imap)) in __xfs_get_blocks()1524 (new || ISUNWRITTEN(&imap)))) in __xfs_get_blocks()
33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) macro