Searched refs:qf_inums (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 6453 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_quota_enable() local 6461 if (!qf_inums[type]) in ext4_quota_enable() 6464 if (!ext4_check_quota_inum(type, qf_inums[type])) { in ext4_quota_enable() 6466 qf_inums[type], type); in ext4_quota_enable() 6470 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable() 6473 qf_inums[type], type); in ext4_quota_enable() 6492 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_enable_quotas() local 6505 if (qf_inums[type]) { in ext4_enable_quotas() 6514 err, qf_inums[type]); in ext4_enable_quotas()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 7036 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_quota_enable() local 7044 if (!qf_inums[type]) in ext4_quota_enable() 7047 if (!ext4_check_quota_inum(type, qf_inums[type])) { in ext4_quota_enable() 7049 qf_inums[type], type); in ext4_quota_enable() 7053 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable() 7056 qf_inums[type], type); in ext4_quota_enable() 7075 unsigned long qf_inums[EXT4_MAXQUOTAS] = { in ext4_enable_quotas() local 7088 if (qf_inums[type]) { in ext4_enable_quotas() 7097 err, qf_inums[type]); in ext4_enable_quotas()
|
Completed in 16 milliseconds