Searched refs:ISUNWRITTEN (Results 1 – 2 of 2) sorted by relevance
114 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) macro
1207 if (create || !ISUNWRITTEN(&imap)) in __xfs_get_blocks()1209 if (create && ISUNWRITTEN(&imap)) { in __xfs_get_blocks()1234 (new || ISUNWRITTEN(&imap)))) in __xfs_get_blocks()