Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_APPEND (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_inode_util.c39 di_flags |= XFS_DIFLAG_APPEND; in xfs_flags2diflags()
100 if (ip->i_diflags & XFS_DIFLAG_APPEND) in xfs_ip2xflags()
H A Dxfs_format.h1166 #define XFS_DIFLAG_APPEND (1 << XFS_DIFLAG_APPEND_BIT) macro
1180 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/linux/fs/xfs/scrub/
H A Dinode_repair.c1822 (sc->ip->i_diflags & XFS_DIFLAG_APPEND)) in xrep_inode_flags()
1823 sc->ip->i_diflags &= ~XFS_DIFLAG_APPEND; in xrep_inode_flags()
/linux/fs/xfs/
H A Dxfs_zone_alloc.c632 !(ip->i_diflags & XFS_DIFLAG_APPEND); in xfs_zoned_pack_tight()
H A Dxfs_iops.c728 if (ip->i_diflags & XFS_DIFLAG_APPEND) in xfs_vn_getattr()
H A Dxfs_bmap_util.c597 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) { in xfs_free_eofblocks()
H A Dxfs_file.c1654 (ip->i_diflags & XFS_DIFLAG_APPEND) || in xfs_file_release()