Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Dquota.c89 unsigned long long ihard; in xchk_quota_item() local
116 ihard = be64_to_cpu(d->d_ino_hardlimit); in xchk_quota_item()
136 if (ihard > M_IGEO(mp)->maxicount) in xchk_quota_item()
138 if (isoft > ihard) in xchk_quota_item()
176 if (id != 0 && ihard != 0 && icount > ihard) in xchk_quota_item()