Searched refs:xfs_log_force_seq (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.h | 131 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
|
H A D | xfs_trans.c | 1013 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
H A D | xfs_inode.c | 2463 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin() 3507 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
|
H A D | xfs_file.c | 119 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
|
H A D | xfs_log.c | 3359 xfs_log_force_seq( in xfs_log_force_seq() function
|