Searched refs:xfs_log_force_lsn (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/xfs/ |
| D | xfs_log.h | 109 int xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
|
| D | xfs_trans.c | 889 error = xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
| D | xfs_file.c | 179 error = xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, &log_flushed); in xfs_file_fsync()
|
| D | xfs_inode.c | 2757 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0, NULL); in xfs_iunpin() 3721 return xfs_log_force_lsn(ip->i_mount, lsn, XFS_LOG_SYNC, NULL); in xfs_log_force_inode()
|
| D | xfs_log.c | 3280 xfs_log_force_lsn( in xfs_log_force_lsn() function
|