Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h249 #define XFS_MOUNT_DIRSYNC (1ULL << 21) /* synchronous directory ops */ macro
Dxfs_symlink.c319 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) { in xfs_symlink()
Dxfs_inode.c1221 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_create()
1436 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_link()
2915 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_remove()
2992 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_finish_rename()
Dxfs_super.c1891 mp->m_flags |= XFS_MOUNT_DIRSYNC; in xfs_init_fs_context()