Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_SYNC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_format.h1141 #define XFS_DIFLAG_SYNC (1 << XFS_DIFLAG_SYNC_BIT) macro
1154 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/Linux-v5.10/fs/xfs/
Dxfs_inode.c618 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()
734 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) && in xfs_inode_inherit_flags()
736 di_flags |= XFS_DIFLAG_SYNC; in xfs_inode_inherit_flags()
Dxfs_ioctl.c1097 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()
1159 di_flags |= XFS_DIFLAG_SYNC; in xfs_flags2diflags()