Home
last modified time | relevance | path

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

/linux/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/fs/quota/
A Ddquot.c394 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
667 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
1244 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1548 for (i = 0; i < MAXQUOTAS; i++) in dquot_initialize_needed()
1567 struct dquot *put[MAXQUOTAS]; in __dquot_drop()
1599 if (cnt < MAXQUOTAS) in dquot_drop()
1651 struct dquot_warn warn[MAXQUOTAS]; in __dquot_alloc_space()
1722 struct dquot_warn warn[MAXQUOTAS]; in dquot_alloc_inode()
1850 struct dquot_warn warn[MAXQUOTAS]; in __dquot_free_space()
1905 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/include/uapi/linux/
A Dquota.h40 #define MAXQUOTAS 3 macro
/linux/fs/ocfs2/
A Dinode.h68 struct dquot *i_dquot[MAXQUOTAS];
A Dfile.c1127 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux/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/fs/f2fs/
A Dsuper.c1580 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2152 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2338 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2381 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2548 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2593 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2606 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2664 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
2778 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
4004 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_fill_super()
[all …]
A Df2fs.h136 char *s_qf_names[MAXQUOTAS];
758 struct dquot *i_dquot[MAXQUOTAS];
A Dfile.c2968 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/linux/fs/ext2/
A Dext2.h681 struct dquot *i_dquot[MAXQUOTAS];
A Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/linux/fs/ext4/
A Dioctl.c473 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
A Dext4.h1165 struct dquot *i_dquot[MAXQUOTAS];
/linux/fs/reiserfs/
A Dreiserfs.h100 struct dquot *i_dquot[MAXQUOTAS];

Completed in 84 milliseconds