Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.c1855 xfs_log_force_seq(ip->i_mount, seq, 0, NULL); in __xfs_iunpin_wait()
2691 return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL); in xfs_iolock_two_inodes_and_break_layout()
H A Dxfs_trans.c877 error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
H A Dxfs_log.c2970 xfs_log_force_seq( in xfs_log_force_seq() function