Searched refs:XFS_DIFLAG_PREALLOC (Results 1 – 5 of 5) sorted by relevance
101 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_fs_map_update_inode()
485 (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))) in xfs_getbmap()679 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()876 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_alloc_file_space()
1057 (ip->i_diflags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
603 if (ip->i_diflags & XFS_DIFLAG_PREALLOC) in xfs_ip2xflags()
1041 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro1057 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \