Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dquota.h411 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 */
/linux-6.3-rc2/fs/quota/
A Ddquot.c395 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 …]
A Dquota.c772 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
927 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
986 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
/linux-6.3-rc2/include/uapi/linux/
A Dquota.h40 #define MAXQUOTAS 3 macro
/linux-6.3-rc2/fs/ocfs2/
A Dinode.h68 struct dquot *i_dquot[MAXQUOTAS];
A Dfile.c1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux-6.3-rc2/fs/jfs/
A Djfs_incore.h95 struct dquot *i_dquot[MAXQUOTAS];
A Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/linux-6.3-rc2/fs/f2fs/
A Dsuper.c1627 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 …]
A Df2fs.h156 char *s_qf_names[MAXQUOTAS];
845 struct dquot *i_dquot[MAXQUOTAS];
A Dfile.c3009 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/linux-6.3-rc2/fs/ext2/
A Dext2.h682 struct dquot *i_dquot[MAXQUOTAS];
A Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/linux-6.3-rc2/fs/ext4/
A Dioctl.c711 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
A Dext4.h1178 struct dquot *i_dquot[MAXQUOTAS];
/linux-6.3-rc2/fs/reiserfs/
A Dreiserfs.h100 struct dquot *i_dquot[MAXQUOTAS];

Completed in 87 milliseconds