Home
last modified time | relevance | path

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

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