Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_util.c39 di_flags |= XFS_DIFLAG_APPEND; in xfs_flags2diflags()
100 if (ip->i_diflags & XFS_DIFLAG_APPEND) in xfs_ip2xflags()
Dxfs_format.h1068 #define XFS_DIFLAG_APPEND (1 << XFS_DIFLAG_APPEND_BIT) macro
1082 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c1637 (sc->ip->i_diflags & XFS_DIFLAG_APPEND)) in xrep_inode_flags()
1638 sc->ip->i_diflags &= ~XFS_DIFLAG_APPEND; in xrep_inode_flags()
/linux-6.12.1/fs/xfs/
Dxfs_iops.c622 if (ip->i_diflags & XFS_DIFLAG_APPEND) in xfs_vn_getattr()
Dxfs_bmap_util.c585 if (ip->i_diflags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) { in xfs_free_eofblocks()
Dxfs_file.c1333 !(ip->i_diflags & XFS_DIFLAG_APPEND) && in xfs_file_release()