Searched refs:xfs_log_force_seq (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log.h | 131 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
|
A D | xfs_trans.c | 1014 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
A D | xfs_file.c | 126 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
|
A D | xfs_inode.c | 2347 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin() 3391 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
|
A D | xfs_log.c | 3391 xfs_log_force_seq( in xfs_log_force_seq() function
|
Completed in 19 milliseconds