Searched refs:xfs_log_force_seq (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.h | 109 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
|
H A D | xfs_trans.c | 886 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
H A D | xfs_inode.c | 2759 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin() 3730 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
|
H A D | xfs_file.c | 156 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
|
H A D | xfs_log.c | 3292 xfs_log_force_seq( in xfs_log_force_seq() function
|
/kernel/linux/linux-6.6/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 | 1021 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
H A D | xfs_inode.c | 2436 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin() 3480 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
|
H A D | xfs_file.c | 126 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
|
H A D | xfs_log.c | 3358 xfs_log_force_seq( in xfs_log_force_seq() function
|
Completed in 23 milliseconds