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