Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_file.c63 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
65 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
Dxfs_bmap_util.c587 (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))) in xfs_getbmap()
767 if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()
Dxfs_ioctl.c928 (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
Dxfs_inode.c628 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_format.h1022 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro
1038 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \