Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2817 struct inode *qf_inode; in f2fs_quota_enable() local
2828 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
2829 if (IS_ERR(qf_inode)) { in f2fs_quota_enable()
2831 return PTR_ERR(qf_inode); in f2fs_quota_enable()
2835 inode_lock(qf_inode); in f2fs_quota_enable()
2836 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
2838 if ((F2FS_I(qf_inode)->i_flags & qf_flag) != qf_flag) { in f2fs_quota_enable()
2839 F2FS_I(qf_inode)->i_flags |= qf_flag; in f2fs_quota_enable()
2840 f2fs_set_inode_flags(qf_inode); in f2fs_quota_enable()
2842 inode_unlock(qf_inode); in f2fs_quota_enable()
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c2218 struct inode *qf_inode; in f2fs_quota_enable() local
2228 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
2229 if (IS_ERR(qf_inode)) { in f2fs_quota_enable()
2231 return PTR_ERR(qf_inode); in f2fs_quota_enable()
2235 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
2236 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in f2fs_quota_enable()
2237 iput(qf_inode); in f2fs_quota_enable()
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c6452 struct inode *qf_inode; in ext4_quota_enable() local
6470 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable()
6471 if (IS_ERR(qf_inode)) { in ext4_quota_enable()
6474 return PTR_ERR(qf_inode); in ext4_quota_enable()
6478 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
6479 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); in ext4_quota_enable()
6480 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in ext4_quota_enable()
6482 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); in ext4_quota_enable()
6483 iput(qf_inode); in ext4_quota_enable()
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c7035 struct inode *qf_inode; in ext4_quota_enable() local
7053 qf_inode = ext4_iget(sb, qf_inums[type], EXT4_IGET_SPECIAL); in ext4_quota_enable()
7054 if (IS_ERR(qf_inode)) { in ext4_quota_enable()
7057 return PTR_ERR(qf_inode); in ext4_quota_enable()
7061 qf_inode->i_flags |= S_NOQUOTA; in ext4_quota_enable()
7062 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_QUOTA); in ext4_quota_enable()
7063 err = dquot_load_quota_inode(qf_inode, type, format_id, flags); in ext4_quota_enable()
7065 lockdep_set_quota_inode(qf_inode, I_DATA_SEM_NORMAL); in ext4_quota_enable()
7066 iput(qf_inode); in ext4_quota_enable()

Completed in 26 milliseconds