Searched refs:XFS_MOUNT_DIRSYNC (Results 1 – 4 of 4) sorted by relevance
175 #define XFS_MOUNT_DIRSYNC (1ULL << 21) /* synchronous directory ops */ macro
389 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) { in xfs_symlink()
1258 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_create()1508 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) { in xfs_link()2640 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_remove()2727 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_finish_rename()
198 mp->m_flags |= XFS_MOUNT_DIRSYNC; in xfs_parseargs()