Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c3227 struct inode *qf_inode; in f2fs_quota_enable() local
3238 qf_inode = f2fs_iget(sb, qf_inum); in f2fs_quota_enable()
3239 if (IS_ERR(qf_inode)) { in f2fs_quota_enable()
3241 return PTR_ERR(qf_inode); in f2fs_quota_enable()
3245 inode_lock(qf_inode); in f2fs_quota_enable()
3246 qf_inode->i_flags |= S_NOQUOTA; in f2fs_quota_enable()
3248 if ((F2FS_I(qf_inode)->i_flags & qf_flag) != qf_flag) { in f2fs_quota_enable()
3249 F2FS_I(qf_inode)->i_flags |= qf_flag; in f2fs_quota_enable()
3250 f2fs_set_inode_flags(qf_inode); in f2fs_quota_enable()
3252 inode_unlock(qf_inode); in f2fs_quota_enable()
[all …]