Home
last modified time | relevance | path

Searched refs:rcount (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/scrub/
Dquota.c93 unsigned long long rcount; in xchk_quota_item() local
149 rcount = be64_to_cpu(d->d_rtbcount); in xchk_quota_item()
166 if (icount > fs_icount || rcount > mp->m_sb.sb_rblocks) in xchk_quota_item()
178 if (id != 0 && rhard != 0 && rcount > rhard) in xchk_quota_item()
/fs/jbd2/
Drecovery.c818 __u32 rcount; in scan_revoke_records() local
823 rcount = be32_to_cpu(header->r_count); in scan_revoke_records()
830 if (rcount > journal->j_blocksize - csum_size) in scan_revoke_records()
832 max = rcount; in scan_revoke_records()