Searched refs:xfs_log_force_lsn (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_log.h | 121 int xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
|
D | xfs_export.c | 237 return xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_fs_nfs_commit_metadata()
|
D | xfs_file.c | 99 return xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, NULL); in xfs_dir_fsync() 159 error = xfs_log_force_lsn(mp, lsn, XFS_LOG_SYNC, &log_flushed); in xfs_file_fsync()
|
D | xfs_trans.c | 977 error = xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
|
D | xfs_inode.c | 2466 xfs_log_force_lsn(ip->i_mount, ip->i_itemp->ili_last_lsn, 0, NULL); in xfs_iunpin()
|
D | xfs_log.c | 3504 xfs_log_force_lsn( in xfs_log_force_lsn() function
|