Searched refs:_xfs_log_force_lsn (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_log.h | 138 int _xfs_log_force_lsn(struct xfs_mount *mp,
|
D | xfs_export.c | 240 return _xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_fs_nfs_commit_metadata()
|
D | xfs_file.c | 202 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()
|
D | xfs_trans.c | 932 error = _xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
D | xfs_log.c | 3370 _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()
|