Home
last modified time | relevance | path

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

/linux-4.1.27/fs/quota/
Ddquot.c259 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
366 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
380 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
614 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
644 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
680 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
912 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1238 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1396 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1406 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
Dquota.c61 if (type >= MAXQUOTAS) in quota_sync_all()
127 BUILD_BUG_ON(MAXQUOTAS > XQM_MAXQUOTAS); in quota_getinfo()
645 if (type >= (XQM_COMMAND(cmd) ? XQM_MAXQUOTAS : MAXQUOTAS)) in do_quotactl()
/linux-4.1.27/include/linux/
Dquota.h461 #define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED * MAXQUOTAS)
462 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS)
463 #define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED * MAXQUOTAS)
467 #define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS * MAXQUOTAS)
491 return (flags / flag) & ((1 << MAXQUOTAS) - 1); in dquot_state_types()
509 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */
510 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
511 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c49 for (type = 0; type < MAXQUOTAS; type++) { in osc_quota_chkdq()
82 for (type = 0; type < MAXQUOTAS; type++) { in osc_quota_setdq()
210 for (type = 0; type < MAXQUOTAS; type++) { in osc_quota_setup()
224 if (type == MAXQUOTAS) in osc_quota_setup()
238 for (type = 0; type < MAXQUOTAS; type++) in osc_quota_cleanup()
Dosc_cache.c2260 unsigned int qid[MAXQUOTAS]; in osc_queue_async_io()
Dosc_request.c1518 unsigned int qid[MAXQUOTAS] = { body->oa.o_uid, body->oa.o_gid }; in osc_brw_fini_request()
/linux-4.1.27/include/uapi/linux/
Dquota.h41 #define MAXQUOTAS 3 macro
/linux-4.1.27/fs/ocfs2/
Dinode.h86 struct dquot *i_dquot[MAXQUOTAS];
Dfile.c1134 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/linux-4.1.27/fs/jfs/
Djfs_incore.h98 struct dquot *i_dquot[MAXQUOTAS];
/linux-4.1.27/fs/ext2/
Dext2.h698 struct dquot *i_dquot[MAXQUOTAS];
/linux-4.1.27/fs/ext3/
Dext3.h619 struct dquot *i_dquot[MAXQUOTAS];
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h439 struct cfs_hash *cl_quota_hash[MAXQUOTAS];
/linux-4.1.27/fs/ext4/
Dext4.h982 struct dquot *i_dquot[MAXQUOTAS];
/linux-4.1.27/fs/reiserfs/
Dreiserfs.h101 struct dquot *i_dquot[MAXQUOTAS];