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

/linux-master/fs/xfs/
H A Dxfs_pnfs.c101 ip->i_diflags |= XFS_DIFLAG_PREALLOC;
H A Dxfs_bmap_util.c335 (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)))
535 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND))
730 ip->i_diflags |= XFS_DIFLAG_PREALLOC;
H A Dxfs_ioctl.c1064 (ip->i_diflags & XFS_DIFLAG_PREALLOC);
H A Dxfs_inode.c577 if (ip->i_diflags & XFS_DIFLAG_PREALLOC)
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1056 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro
1072 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \

Completed in 160 milliseconds