Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h417 struct qc_type_state s_state[MAXQUOTAS]; /* Per quota type information */
480 #define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED * MAXQUOTAS)
481 #define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED * MAXQUOTAS)
482 #define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED * MAXQUOTAS)
486 #define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS * MAXQUOTAS)
513 return (flags / flag) & ((1 << MAXQUOTAS) - 1); in dquot_state_types()
530 struct inode *files[MAXQUOTAS]; /* inodes of quotafiles */
531 struct mem_dqinfo info[MAXQUOTAS]; /* Information for each quota type */
532 const struct quota_format_ops *ops[MAXQUOTAS]; /* Operations for each type */
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c270 tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (MAXQUOTAS - type); in hashfn()
383 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in mark_all_dquot_dirty()
397 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqput_all()
644 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_writeback_dquots()
679 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dquot_writeback_dquots()
718 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in dquot_quota_sync()
955 for (cnt = 0; cnt < MAXQUOTAS; cnt++) in dqinit_needed()
1261 for (i = 0; i < MAXQUOTAS; i++) { in flush_warnings()
1448 struct dquot **dquots, *got[MAXQUOTAS] = {}; in __dquot_initialize()
1459 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in __dquot_initialize()
[all …]
H A Dquota.c768 type = array_index_nospec(type, MAXQUOTAS); in do_quotactl()
911 if (type >= MAXQUOTAS) in SYSCALL_DEFINE4()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dquota.h40 #define MAXQUOTAS 3 macro
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dinode.h70 struct dquot *i_dquot[MAXQUOTAS];
H A Dfile.c1128 struct dquot *transfer_to[MAXQUOTAS] = { }; in ocfs2_setattr()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_incore.h88 struct dquot *i_dquot[MAXQUOTAS];
H A Dsuper.c166 for (type = 0; type < MAXQUOTAS; type++) in jfs_quota_off_umount()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c1535 for (i = 0; i < MAXQUOTAS; i++) in f2fs_put_super()
2101 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2277 for (i = 0; i < MAXQUOTAS; i++) in f2fs_remount()
2313 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_remount()
2470 for (i = 0; i < MAXQUOTAS; i++) { in f2fs_enable_quota_files()
2515 bool quota_mopt[MAXQUOTAS] = { in f2fs_enable_quotas()
2528 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_enable_quotas()
2586 for (cnt = 0; cnt < MAXQUOTAS; cnt++) { in f2fs_quota_sync()
2702 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_quota_off_umount()
2725 for (type = 0; type < MAXQUOTAS; type++) { in f2fs_truncate_quota_inode_pages()
[all …]
H A Df2fs.h148 char *s_qf_names[MAXQUOTAS];
810 struct dquot *i_dquot[MAXQUOTAS];
H A Dfile.c3039 struct dquot *transfer_to[MAXQUOTAS] = {}; in f2fs_transfer_project_quota()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h686 struct dquot *i_dquot[MAXQUOTAS];
H A Dsuper.c135 for (type = 0; type < MAXQUOTAS; type++) in ext2_quota_off_umount()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h233 struct dquot *i_dquot[MAXQUOTAS];
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c475 struct dquot *transfer_to[MAXQUOTAS] = { }; in ext4_ioctl_setproject()
H A Dext4.h1151 struct dquot *i_dquot[MAXQUOTAS];
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h102 struct dquot *i_dquot[MAXQUOTAS];