Home
last modified time | relevance | path

Searched refs:_xfs_log_force_lsn (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_log.h138 int _xfs_log_force_lsn(struct xfs_mount *mp,
Dxfs_export.c240 return _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_fs_nfs_commit_metadata()
Dxfs_file.c202 return _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_dir_fsync()
265 error = _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, &log_flushed); in xfs_file_fsync()
Dxfs_trans.c932 error = _xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
Dxfs_log.c3370 _xfs_log_force_lsn( in _xfs_log_force_lsn() function
3493 error = _xfs_log_force_lsn(mp, lsn, flags, NULL); in xfs_log_force_lsn()