Searched refs:XFS_DIFLAG_PREALLOC (Results 1 – 2 of 2) sorted by relevance
327 (ip->i_diflags & XFS_DIFLAG_PREALLOC)) in xfs_getbmap()541 if ((ip->i_diflags & XFS_DIFLAG_PREALLOC) && !ip->i_delayed_blks) in xfs_can_free_eofblocks()597 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) { in xfs_free_eofblocks()791 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_alloc_file_space()
1163 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro1179 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \