Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_bmap_btree.h114 #define ISUNWRITTEN(x) ((x)->br_state == XFS_EXT_UNWRITTEN) macro
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_aops.c1207 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()