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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Ddquot.c1892 struct inode *toputinode[MAXQUOTAS]; local
1914 toputinode[cnt] = NULL;
1958 toputinode[cnt] = dqopt->files[cnt];
1983 if (toputinode[cnt]) {
1988 mutex_lock_nested(&toputinode[cnt]->i_mutex,
1990 toputinode[cnt]->i_flags &= ~(S_IMMUTABLE |
1992 truncate_inode_pages(&toputinode[cnt]->i_data,
1994 mutex_unlock(&toputinode[cnt]->i_mutex);
1995 mark_inode_dirty_sync(toputinode[cnt]);
2003 if (toputinode[cn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Ddquot.c1892 struct inode *toputinode[MAXQUOTAS]; local
1914 toputinode[cnt] = NULL;
1958 toputinode[cnt] = dqopt->files[cnt];
1983 if (toputinode[cnt]) {
1988 mutex_lock_nested(&toputinode[cnt]->i_mutex,
1990 toputinode[cnt]->i_flags &= ~(S_IMMUTABLE |
1992 truncate_inode_pages(&toputinode[cnt]->i_data,
1994 mutex_unlock(&toputinode[cnt]->i_mutex);
1995 mark_inode_dirty_sync(toputinode[cnt]);
2003 if (toputinode[cn
[all...]

Completed in 167 milliseconds