Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/fs/quota/
Ddquot.c268 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
381 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
395 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
634 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
669 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
703 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
940 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1245 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1432 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1443 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
Dquota.c63 if (type >= MAXQUOTAS) in quota_sync_all()
689 if (type >= MAXQUOTAS) in do_quotactl()
691 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
/Linux-v5.4/include/uapi/linux/
Dquota.h40 #define MAXQUOTAS 3 macro
/Linux-v5.4/fs/ocfs2/
Dinode.h70 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/Linux-v5.4/fs/jfs/
Djfs_incore.h88 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/Linux-v5.4/fs/f2fs/
Dsuper.c1140 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
1596 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
1726 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
1746 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
1900 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
1945 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
1958 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2005 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
2118 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
2141 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_truncate_quota_inode_pages()
[all …]
Df2fs.h132 char *s_qf_names[MAXQUOTAS];
692 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c2803 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/Linux-v5.4/fs/ext2/
Dext2.h687 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/Linux-v5.4/fs/ext4/
Dioctl.c441 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
Dext4.h1088 struct dquot *i_dquot[MAXQUOTAS];
/Linux-v5.4/fs/reiserfs/
Dreiserfs.h102 struct dquot *i_dquot[MAXQUOTAS];