Searched refs:ISUNWRITTEN (Results 1 – 2 of 2) sorted by relevance
1269 if (ISUNWRITTEN(imap)) in xfs_map_direct()1435 ISUNWRITTEN(&imap) ? XFS_IO_UNWRITTEN in __xfs_get_blocks()1439 ISUNWRITTEN(&imap) ? XFS_IO_UNWRITTEN in __xfs_get_blocks()1458 (create || !ISUNWRITTEN(&imap))) { in __xfs_get_blocks()1460 if (ISUNWRITTEN(&imap)) in __xfs_get_blocks()1485 (new || ISUNWRITTEN(&imap)))) in __xfs_get_blocks()
33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) macro