Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_bmap_util.c334 (ip->i_diflags & XFS_DIFLAG_PREALLOC)) in xfs_getbmap()
533 if ((ip->i_diflags & XFS_DIFLAG_PREALLOC) && !ip->i_delayed_blks) in xfs_can_free_eofblocks()
585 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) { in xfs_free_eofblocks()
750 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_alloc_file_space()
A Dxfs_pnfs.c101 ip->i_diflags |= XFS_DIFLAG_PREALLOC; in xfs_fs_map_update_inode()
/linux/fs/xfs/libxfs/
A Dxfs_inode_util.c34 (ip->i_diflags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
96 if (ip->i_diflags & XFS_DIFLAG_PREALLOC) in xfs_ip2xflags()
A Dxfs_format.h1065 #define XFS_DIFLAG_PREALLOC (1 << XFS_DIFLAG_PREALLOC_BIT) macro
1081 (XFS_DIFLAG_REALTIME | XFS_DIFLAG_PREALLOC | XFS_DIFLAG_NEWRTBM | \

Completed in 15 milliseconds