Searched refs:MAXQUOTAS (Results 1 – 16 of 16) sorted by relevance
411 struct qc_type_state s_state[MAXQUOTAS]; /* Per quota type information */472 #define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED * MAXQUOTAS)473 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS)474 #define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED * MAXQUOTAS)478 #define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS * MAXQUOTAS)505 return (flags / flag) & ((1 << MAXQUOTAS) - 1); in dquot_state_types()522 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */523 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */524 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
395 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()677 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()1259 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()1563 for (i = 0; i < MAXQUOTAS; i++) in dquot_initialize_needed()1582 struct dquot *put[MAXQUOTAS]; in __dquot_drop()1614 if (cnt < MAXQUOTAS) in dquot_drop()1666 struct dquot_warn warn[MAXQUOTAS]; in __dquot_alloc_space()1737 struct dquot_warn warn[MAXQUOTAS]; in dquot_alloc_inode()1865 struct dquot_warn warn[MAXQUOTAS]; in __dquot_free_space()1920 struct dquot_warn warn[MAXQUOTAS]; in dquot_free_inode()[all …]
772 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()927 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()986 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
40 #define MAXQUOTAS 3 macro
68 struct dquot *i_dquot[MAXQUOTAS];
1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
95 struct dquot *i_dquot[MAXQUOTAS];
165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
1627 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()2238 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()2436 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()2479 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()2635 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()2680 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()2693 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()2751 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()2867 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()4193 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_fill_super()[all …]
156 char *s_qf_names[MAXQUOTAS];845 struct dquot *i_dquot[MAXQUOTAS];
3009 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
682 struct dquot *i_dquot[MAXQUOTAS];
135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
711 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
1178 struct dquot *i_dquot[MAXQUOTAS];
100 struct dquot *i_dquot[MAXQUOTAS];
Completed in 87 milliseconds