Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dsuper.c5341 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_quota_enable() local
5348 if (!qf_inums[type]) in ext4_quota_enable()
5351 qf_inode = ext4_iget(sb, qf_inums[type]); in ext4_quota_enable()
5353 ext4_error(sb, "Bad quota inode # %lu", qf_inums[type]); in ext4_quota_enable()
5372 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_enable_quotas() local
5379 if (qf_inums[type]) { in ext4_enable_quotas()