XFS_DIFLAG_PREALLOC 1044 fs/xfs/libxfs/xfs_format.h 	(XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \
XFS_DIFLAG_PREALLOC  582 fs/xfs/xfs_bmap_util.c 		     (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)))
XFS_DIFLAG_PREALLOC  762 fs/xfs/xfs_bmap_util.c 	if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))
XFS_DIFLAG_PREALLOC   59 fs/xfs/xfs_file.c 		ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC;
XFS_DIFLAG_PREALLOC   61 fs/xfs/xfs_file.c 		ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC;
XFS_DIFLAG_PREALLOC  622 fs/xfs/xfs_inode.c 		if (di_flags & XFS_DIFLAG_PREALLOC)
XFS_DIFLAG_PREALLOC 1163 fs/xfs/xfs_ioctl.c 		(ip->i_d.di_flags & XFS_DIFLAG_PREALLOC);