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

/linux-master/fs/ext4/
H A Dsuper.c7043 unsigned long qf_inums[EXT4_MAXQUOTAS] = { local
7051 if (!qf_inums[type])
7054 if (!ext4_check_quota_inum(type, qf_inums[type])) {
7056 qf_inums[type], type);
7060 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL);
7063 qf_inums[type], type);
7082 unsigned long qf_inums[EXT4_MAXQUOTAS] = { local
7095 if (qf_inums[type]) {
7104 err, qf_inums[type]);

Completed in 172 milliseconds