Home
last modified time | relevance | path

Searched refs:restore_stats (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c1921 hmdfs_update_peer_restore_stats(struct hmdfs_restore_statistics *restore_stats, in hmdfs_update_peer_restore_stats() argument
1924 restore_stats->cur_ok = stats->succeed; in hmdfs_update_peer_restore_stats()
1925 restore_stats->cur_fail = stats->fail; in hmdfs_update_peer_restore_stats()
1926 restore_stats->cur_keep = stats->keep; in hmdfs_update_peer_restore_stats()
1927 restore_stats->total_ok += stats->succeed; in hmdfs_update_peer_restore_stats()
1928 restore_stats->total_fail += stats->fail; in hmdfs_update_peer_restore_stats()
1929 restore_stats->total_keep += stats->keep; in hmdfs_update_peer_restore_stats()
1930 restore_stats->ok_pages += stats->ok_pages; in hmdfs_update_peer_restore_stats()
1931 restore_stats->fail_pages += stats->fail_pages; in hmdfs_update_peer_restore_stats()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c1906 hmdfs_update_peer_restore_stats(struct hmdfs_restore_statistics *restore_stats, in hmdfs_update_peer_restore_stats() argument
1909 restore_stats->cur_ok = stats->succeed; in hmdfs_update_peer_restore_stats()
1910 restore_stats->cur_fail = stats->fail; in hmdfs_update_peer_restore_stats()
1911 restore_stats->cur_keep = stats->keep; in hmdfs_update_peer_restore_stats()
1912 restore_stats->total_ok += stats->succeed; in hmdfs_update_peer_restore_stats()
1913 restore_stats->total_fail += stats->fail; in hmdfs_update_peer_restore_stats()
1914 restore_stats->total_keep += stats->keep; in hmdfs_update_peer_restore_stats()
1915 restore_stats->ok_pages += stats->ok_pages; in hmdfs_update_peer_restore_stats()
1916 restore_stats->fail_pages += stats->fail_pages; in hmdfs_update_peer_restore_stats()

Completed in 6 milliseconds