Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dquota.h411 struct qc_type_state s_state[MAXQUOTAS]; /* Per quota type information */
471 #define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED * MAXQUOTAS)
472 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS)
473 #define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED * MAXQUOTAS)
477 #define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS * MAXQUOTAS)
504 return (flags / flag) & ((1 << MAXQUOTAS) - 1); in dquot_state_types()
521 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */
522 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
523 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
/Linux-v4.19/fs/quota/
Ddquot.c263 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
376 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
390 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
628 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
663 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
697 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
934 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1235 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1422 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1433 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
Dquota.c63 if (type >= MAXQUOTAS) in quota_sync_all()
356 for (type = 0; type < MAXQUOTAS; type++) in quota_getstate()
359 BUG_ON(type == MAXQUOTAS); in quota_getstate()
429 for (type = 0; type < MAXQUOTAS; type++) in quota_getstatev()
432 BUG_ON(type == MAXQUOTAS); in quota_getstatev()
703 if (type >= MAXQUOTAS) in do_quotactl()
705 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
/Linux-v4.19/include/uapi/linux/
Dquota.h40 #define MAXQUOTAS 3 macro
/Linux-v4.19/fs/ocfs2/
Dinode.h84 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c1134 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/Linux-v4.19/fs/jfs/
Djfs_incore.h99 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c194 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/Linux-v4.19/fs/f2fs/
Dsuper.c1080 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
1444 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
1551 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
1571 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
1718 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
1763 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
1770 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
1804 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
1875 for (type = 0; type < MAXQUOTAS; type++) in f2fs_quota_off_umount()
2822 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_fill_super()
[all …]
Df2fs.h132 char *s_qf_names[MAXQUOTAS];
669 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c2600 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_ioc_setproject()
/Linux-v4.19/fs/ext2/
Dext2.h707 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c134 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/Linux-v4.19/fs/ext4/
Dioctl.c325 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
Dext4.h1065 struct dquot *i_dquot[MAXQUOTAS];
/Linux-v4.19/fs/reiserfs/
Dreiserfs.h102 struct dquot *i_dquot[MAXQUOTAS];