Home
last modified time | relevance | path

Searched refs:ISUNWRITTEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_aops.c1289 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()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap_btree.h33 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) macro