Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c1599 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()
Dxfs_inode.h228 #define XFS_IEOFBLOCKS (1 << 10)/* has the preallocblocks tag set */ macro