Searched refs:xfs_log_force_lsn (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log.h | 113 int xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
|
| D | xfs_export.c | 235 return xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_fs_nfs_commit_metadata()
|
| D | xfs_file.c | 95 return xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_dir_fsync() 155 error = xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, &log_flushed); in xfs_file_fsync()
|
| D | xfs_trans.c | 984 error = xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
| D | xfs_inode.c | 2801 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0, NULL); in xfs_iunpin()
|
| D | xfs_log.c | 3484 xfs_log_force_lsn( in xfs_log_force_lsn() function
|