Home
last modified time | relevance | path

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

/linux/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); in dquot_state_types()
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.h56 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux/fs/quota/
H A Ddquot.c283 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
409 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
424 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
696 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
731 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
770 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
1018 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1274 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1462 struct dquot *got[MAXQUOTAS] = {}; in __dquot_initialize()
1473 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
H A Dquota.c772 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
928 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
985 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
/linux/include/uapi/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/linux/fs/ocfs2/
H A Dinode.h68 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dfile.c1125 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux/fs/jfs/
H A Djfs_incore.h95 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/linux/fs/f2fs/
H A Dsuper.c615 for (i = 0; i < MAXQUOTAS; i++) in f2fs_unnote_qf_name_all()
1265 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_check_quota_consistency()
1617 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_apply_quota_options()
2080 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2796 for (i = 0; i < MAXQUOTAS; i++) { in __f2fs_remount()
3004 for (i = 0; i < MAXQUOTAS; i++) in __f2fs_remount()
3049 for (i = 0; i < MAXQUOTAS; i++) { in __f2fs_remount()
3262 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
3309 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
3322 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
[all …]
H A Df2fs.h229 char *s_qf_names[MAXQUOTAS];
964 struct dquot __rcu *i_dquot[MAXQUOTAS];
5021 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_quota_file()
H A Dfile.c3358 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/linux/fs/ext2/
H A Dext2.h677 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dsuper.c162 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/linux/fs/ext4/
H A Dioctl.c725 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
H A Dext4.h1188 struct dquot __rcu *i_dquot[MAXQUOTAS];