Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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 */
Dshmem_fs.h40 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux-6.12.1/fs/quota/
Ddquot.c281 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
407 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
422 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
692 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
727 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
766 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
1014 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1270 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1458 struct dquot *got[MAXQUOTAS] = {}; in __dquot_initialize()
1469 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
Dquota.c772 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
928 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
987 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
/linux-6.12.1/include/uapi/linux/
Dquota.h40 #define MAXQUOTAS 3 macro
/linux-6.12.1/fs/ocfs2/
Dinode.h68 struct dquot __rcu *i_dquot[MAXQUOTAS];
Dfile.c1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux-6.12.1/fs/jfs/
Djfs_incore.h95 struct dquot __rcu *i_dquot[MAXQUOTAS];
Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/linux-6.12.1/fs/f2fs/
Dsuper.c1682 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2302 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2513 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2556 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2765 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2819 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2832 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2890 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
3017 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
3040 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_truncate_quota_inode_pages()
[all …]
Df2fs.h168 char *s_qf_names[MAXQUOTAS];
842 struct dquot __rcu *i_dquot[MAXQUOTAS];
Dfile.c3165 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/linux-6.12.1/fs/ext2/
Dext2.h677 struct dquot __rcu *i_dquot[MAXQUOTAS];
Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/linux-6.12.1/fs/ext4/
Dioctl.c721 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
Dext4.h1164 struct dquot __rcu *i_dquot[MAXQUOTAS];
/linux-6.12.1/fs/reiserfs/
Dreiserfs.h100 struct dquot __rcu *i_dquot[MAXQUOTAS];