Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_PREALLOC (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_bmap_util.c485 (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()
870 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_alloc_file_space()
Dxfs_file.c93 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
95 ip->i_diflags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
Dxfs_ioctl.c1134 (ip->i_diflags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
Dxfs_inode.c619 if (ip->i_diflags & XFS_DIFLAG_PREALLOC) in xfs_ip2xflags()
/fs/xfs/libxfs/
Dxfs_format.h961 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro
977 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \