Searched refs:qf_inode (Results 1 – 1 of 1) sorted by relevance
5340 struct inode *qf_inode; in ext4_quota_enable() local5351 qf_inode = ext4_iget(sb, qf_inums[type]); in ext4_quota_enable()5352 if (IS_ERR(qf_inode)) { in ext4_quota_enable()5354 return PTR_ERR(qf_inode); in ext4_quota_enable()5358 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()5359 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); in ext4_quota_enable()5360 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()5361 iput(qf_inode); in ext4_quota_enable()5363 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); in ext4_quota_enable()