Searched refs:XFS_IEOFBLOCKS (Results 1 – 2 of 2) sorted by relevance
1599 if (ip->i_flags & XFS_IEOFBLOCKS) in __xfs_inode_set_eofblocks_tag()1602 ip->i_flags |= XFS_IEOFBLOCKS; in __xfs_inode_set_eofblocks_tag()1650 ip->i_flags &= ~XFS_IEOFBLOCKS; in __xfs_inode_clear_eofblocks_tag()
228 #define XFS_IEOFBLOCKS (1 << 10)/* has the preallocblocks tag set */ macro