Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c7242 struct inode *qf_inode; in ext4_quota_enable() local
7260 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable()
7261 if (IS_ERR(qf_inode)) { in ext4_quota_enable()
7264 return PTR_ERR(qf_inode); in ext4_quota_enable()
7268 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
7269 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); in ext4_quota_enable()
7270 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in ext4_quota_enable()
7272 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); in ext4_quota_enable()
7273 iput(qf_inode); in ext4_quota_enable()