Home
last modified time | relevance | path

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

/linux-6.15/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.h40 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux-6.15/fs/quota/
H A Ddquot.c421 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
1271 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1459 struct dquot *got[MAXQUOTAS] = {}; in __dquot_initialize()
1580 for (i = 0; i < MAXQUOTAS; i++) in dquot_initialize_needed()
1599 struct dquot *put[MAXQUOTAS]; in __dquot_drop()
1632 if (cnt < MAXQUOTAS) in dquot_drop()
1684 struct dquot_warn warn[MAXQUOTAS]; in __dquot_alloc_space()
1755 struct dquot_warn warn[MAXQUOTAS]; in dquot_alloc_inode()
1884 struct dquot_warn warn[MAXQUOTAS]; in __dquot_free_space()
1941 struct dquot_warn warn[MAXQUOTAS]; in dquot_free_inode()
[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-6.15/include/uapi/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/linux-6.15/fs/ocfs2/
H A Dinode.h68 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dfile.c1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux-6.15/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-6.15/fs/f2fs/
H A Dsuper.c1709 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2354 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2576 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2620 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2831 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2885 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2898 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2956 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_do_quota_sync()
3101 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
4574 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_fill_super()
[all …]
H A Df2fs.h175 char *s_qf_names[MAXQUOTAS];
854 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dfile.c3270 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/linux-6.15/fs/ext2/
H A Dext2.h678 struct dquot __rcu *i_dquot[MAXQUOTAS];
H A Dsuper.c162 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/linux-6.15/fs/ext4/
H A Dioctl.c721 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
H A Dext4.h1167 struct dquot __rcu *i_dquot[MAXQUOTAS];