Home
last modified time | relevance | path

Searched refs:XFS_MOUNT_WSYNC (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr.c297 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_attr_set()
350 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_attr_set()
444 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_attr_remove()
/Linux-v4.19/fs/xfs/
Dxfs_mount.h201 #define XFS_MOUNT_WSYNC (1ULL << 0) /* for nfs - all metadata ops macro
Dxfs_inode.c1248 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_create()
1339 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_create_tmpfile()
1466 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_link()
2622 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_remove()
2699 if (tp->t_mountp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) in xfs_finish_rename()
Dxfs_super.c198 mp->m_flags |= XFS_MOUNT_WSYNC; in xfs_parseargs()
261 mp->m_flags |= XFS_MOUNT_WSYNC; in xfs_parseargs()
457 { XFS_MOUNT_WSYNC, ",wsync" }, in xfs_showargs()
Dxfs_symlink.c342 if (mp->m_flags & (XFS_MOUNT_WSYNC|XFS_MOUNT_DIRSYNC)) { in xfs_symlink()
Dxfs_iops.c755 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_setattr_nonsize()
993 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_setattr_size()
Dxfs_mount.c462 if (mp->m_flags & XFS_MOUNT_WSYNC) { in xfs_set_rw_sizes()
Dxfs_bmap_util.c1975 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_swap_extents()
Dxfs_ioctl.c1170 if (mp->m_flags & XFS_MOUNT_WSYNC) in xfs_ioctl_setattr_get_trans()