Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/fs/quota/
Ddquot.c269 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
380 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
394 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
632 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
667 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
701 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
938 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1244 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1431 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1442 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
Dquota.c771 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
926 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
985 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
/Linux-v5.15/include/uapi/linux/
Dquota.h40 #define MAXQUOTAS 3 macro
/Linux-v5.15/fs/ocfs2/
Dinode.h68 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c1123 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/Linux-v5.15/fs/jfs/
Djfs_incore.h95 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c165 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/Linux-v5.15/fs/f2fs/
Dsuper.c1575 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2143 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2329 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2372 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2529 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2574 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2587 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2645 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
2759 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
2782 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_truncate_quota_inode_pages()
[all …]
Df2fs.h135 char *s_qf_names[MAXQUOTAS];
752 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c2968 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/Linux-v5.15/fs/ext2/
Dext2.h681 struct dquot *i_dquot[MAXQUOTAS];
Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/Linux-v5.15/fs/ext4/
Dioctl.c473 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
Dext4.h1164 struct dquot *i_dquot[MAXQUOTAS];
/Linux-v5.15/fs/reiserfs/
Dreiserfs.h100 struct dquot *i_dquot[MAXQUOTAS];