Searched refs:MAXQUOTAS (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dquota.h413 struct qc_type_state s_state[MAXQUOTAS]; /* Per quota type information */
474 #define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED * MAXQUOTAS)
475 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS)
476 #define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED * MAXQUOTAS)
480 #define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS * MAXQUOTAS)
507 return (flags / flag) & ((1 << MAXQUOTAS) - 1);
524 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */
525 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
526 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
H A Dshmem_fs.h40 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux-master/fs/quota/
H A Ddquot.c282 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type);
408 for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
423 for (cnt = 0; cnt < MAXQUOTAS; cnt++)
693 for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
728 for (cnt = 0; cnt < MAXQUOTAS; cnt++)
767 for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
1015 for (cnt = 0; cnt < MAXQUOTAS; cnt++)
1271 for (i = 0; i < MAXQUOTAS; i++) {
1459 struct dquot *got[MAXQUOTAS] = {};
1470 for (cnt = 0; cnt < MAXQUOTAS; cn
[all...]
H A Dquota.c772 type = array_index_nospec(type, MAXQUOTAS);
928 if (type >= MAXQUOTAS)
987 if (type >= MAXQUOTAS)
/linux-master/include/uapi/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/linux-master/fs/ocfs2/
H A Dinode.h68 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dfile.c1123 struct dquot *transfer_to[MAXQUOTAS] = { };
/linux-master/fs/jfs/
H A Djfs_incore.h95 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++)
/linux-master/fs/f2fs/
H A Dsuper.c1675 for (i = 0; i < MAXQUOTAS; i++)
2297 for (i = 0; i < MAXQUOTAS; i++) {
2497 for (i = 0; i < MAXQUOTAS; i++)
2540 for (i = 0; i < MAXQUOTAS; i++) {
2744 for (i = 0; i < MAXQUOTAS; i++) {
2798 bool quota_mopt[MAXQUOTAS] = {
2811 for (type = 0; type < MAXQUOTAS; type++) {
2869 for (cnt = 0; cnt < MAXQUOTAS; cnt++) {
2996 for (type = 0; type < MAXQUOTAS; type++) {
3019 for (type = 0; type < MAXQUOTAS; typ
[all...]
H A Df2fs.h163 char *s_qf_names[MAXQUOTAS];
839 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dfile.c3058 struct dquot *transfer_to[MAXQUOTAS] = {};
/linux-master/fs/ext2/
H A Dext2.h677 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++)
/linux-master/fs/ext4/
H A Dioctl.c721 struct dquot *transfer_to[MAXQUOTAS] = { };
H A Dext4.h1161 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux-master/fs/reiserfs/
H A Dreiserfs.h100 struct dquot __rcu *i_dquot[MAXQUOTAS];

Completed in 321 milliseconds