Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log.h131 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
Dxfs_trans.c900 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
Dxfs_inode.c1816 xfs_log_force_seq(ip->i_mount, ip->i_itemp->ili_commit_seq, 0, NULL); in xfs_iunpin()
2643 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
Dxfs_file.c113 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
Dxfs_log.c3085 xfs_log_force_seq( in xfs_log_force_seq() function