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

/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c51 uint64_t total_links; local
82 total_links = xchk_nlink_total(ip, &obs);
108 if (total_links == 0) {
115 if (total_links != actual_nlink) {
116 if (total_links > XFS_MAXLINK) {
123 set_nlink(VFS_I(ip), total_links); local
H A Dnlinks.c536 uint64_t total_links; local
564 total_links = xchk_nlink_total(ip, &obs);
574 if (total_links > XFS_MAXLINK) {
580 if (total_links != actual_nlink) {

Completed in 121 milliseconds