Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/fs/quota/
Ddquot.c270 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()
642 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
677 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
716 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
953 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1259 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1446 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1457 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
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-v6.1/include/uapi/linux/
Dquota.h40 #define MAXQUOTAS 3 macro
/Linux-v6.1/fs/ocfs2/
Dinode.h68 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c1124 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/Linux-v6.1/fs/jfs/
Djfs_incore.h95 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/Linux-v6.1/fs/f2fs/
Dsuper.c1626 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2224 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2412 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2455 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2613 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2658 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2671 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2729 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
2845 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
2868 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_truncate_quota_inode_pages()
[all …]
Df2fs.h154 char *s_qf_names[MAXQUOTAS];
795 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c2978 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/Linux-v6.1/fs/ext2/
Dext2.h682 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/Linux-v6.1/fs/ext4/
Dioctl.c712 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
Dext4.h1178 struct dquot *i_dquot[MAXQUOTAS];
/Linux-v6.1/fs/reiserfs/
Dreiserfs.h100 struct dquot *i_dquot[MAXQUOTAS];