Searched refs:qf_inode (Results 1 – 1 of 1) sorted by relevance
5005 struct inode *qf_inode; in ext4_quota_enable() local5016 qf_inode = ext4_iget(sb, qf_inums[type]); in ext4_quota_enable()5017 if (IS_ERR(qf_inode)) { in ext4_quota_enable()5019 return PTR_ERR(qf_inode); in ext4_quota_enable()5023 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()5024 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); in ext4_quota_enable()5025 err = dquot_enable(qf_inode, type, format_id, flags); in ext4_quota_enable()5026 iput(qf_inode); in ext4_quota_enable()5028 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); in ext4_quota_enable()