Lines Matching full:count2
1507 s64 count2; in check_i_sectors_notnested() local
1513 count2 = bch2_count_inode_sectors(trans, w->last_pos.inode, i->snapshot); in check_i_sectors_notnested()
1516 i->count = count2; in check_i_sectors_notnested()
1518 if (i->count != count2) { in check_i_sectors_notnested()
1520 w->last_pos.inode, i->snapshot, i->count, count2); in check_i_sectors_notnested()
1521 i->count = count2; in check_i_sectors_notnested()
1948 s64 count2; in check_subdir_count_notnested() local
1954 count2 = bch2_count_subdirs(trans, w->last_pos.inode, i->snapshot); in check_subdir_count_notnested()
1955 if (count2 < 0) in check_subdir_count_notnested()
1956 return count2; in check_subdir_count_notnested()
1958 if (i->count != count2) { in check_subdir_count_notnested()
1960 w->last_pos.inode, i->snapshot, i->count, count2); in check_subdir_count_notnested()
1961 i->count = count2; in check_subdir_count_notnested()