Home
last modified time | relevance | path

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

/fs/
Ddquot.c1646 struct inode *toputinode[MAXQUOTAS]; in vfs_quota_disable() local
1668 toputinode[cnt] = NULL; in vfs_quota_disable()
1712 toputinode[cnt] = dqopt->files[cnt]; in vfs_quota_disable()
1737 if (toputinode[cnt]) { in vfs_quota_disable()
1742 mutex_lock_nested(&toputinode[cnt]->i_mutex, I_MUTEX_QUOTA); in vfs_quota_disable()
1743 toputinode[cnt]->i_flags &= ~(S_IMMUTABLE | in vfs_quota_disable()
1745 truncate_inode_pages(&toputinode[cnt]->i_data, 0); in vfs_quota_disable()
1746 mutex_unlock(&toputinode[cnt]->i_mutex); in vfs_quota_disable()
1747 mark_inode_dirty(toputinode[cnt]); in vfs_quota_disable()
1755 if (toputinode[cnt]) { in vfs_quota_disable()
[all …]