Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c7046 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_quota_enable() local
7054 if (!qf_inums[type]) in ext4_quota_enable()
7057 if (!ext4_check_quota_inum(type, qf_inums[type])) { in ext4_quota_enable()
7059 qf_inums[type], type); in ext4_quota_enable()
7063 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable()
7066 qf_inums[type], type); in ext4_quota_enable()
7085 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_enable_quotas() local
7098 if (qf_inums[type]) { in ext4_enable_quotas()
7107 err, qf_inums[type]); in ext4_enable_quotas()