Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAXQUOTAS
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/
H
A
D
quota.h
413
struct qc_type_state s_state[
MAXQUOTAS
]; /* Per quota type information */
473
#define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED *
MAXQUOTAS
)
474
#define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED *
MAXQUOTAS
)
475
#define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED *
MAXQUOTAS
)
479
#define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS *
MAXQUOTAS
)
506
return (flags / flag) & ((1 <<
MAXQUOTAS
) - 1);
in dquot_state_types()
523
struct inode *files[
MAXQUOTAS
]; /* inodes of quotafiles */
524
struct mem_dqinfo info[
MAXQUOTAS
]; /* Information for each quota type */
525
const struct quota_format_ops *ops[
MAXQUOTAS
]; /* Operations for each type */
/kernel/linux/linux-6.6/include/linux/
H
A
D
quota.h
413
struct qc_type_state s_state[
MAXQUOTAS
]; /* Per quota type information */
474
#define DQUOT_USAGE_ENABLED (1 << _DQUOT_USAGE_ENABLED *
MAXQUOTAS
)
475
#define DQUOT_LIMITS_ENABLED (1 << _DQUOT_LIMITS_ENABLED *
MAXQUOTAS
)
476
#define DQUOT_SUSPENDED (1 << _DQUOT_SUSPENDED *
MAXQUOTAS
)
480
#define DQUOT_STATE_LAST (_DQUOT_STATE_FLAGS *
MAXQUOTAS
)
507
return (flags / flag) & ((1 <<
MAXQUOTAS
) - 1);
in dquot_state_types()
524
struct inode *files[
MAXQUOTAS
]; /* inodes of quotafiles */
525
struct mem_dqinfo info[
MAXQUOTAS
]; /* Information for each quota type */
526
const struct quota_format_ops *ops[
MAXQUOTAS
]; /* Operations for each type */
H
A
D
shmem_fs.h
35
struct dquot __rcu *i_dquot[
MAXQUOTAS
];
/kernel/linux/linux-5.10/fs/quota/
H
A
D
dquot.c
282
tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (
MAXQUOTAS
- type);
in hashfn()
410
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in mark_all_dquot_dirty()
425
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dqput_all()
695
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in dquot_writeback_dquots()
730
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dquot_writeback_dquots()
769
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in dquot_quota_sync()
1027
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dqinit_needed()
1333
for (i = 0; i <
MAXQUOTAS
; i++) {
in flush_warnings()
1520
struct dquot **dquots, *got[
MAXQUOTAS
] = {};
in __dquot_initialize()
1531
for (cnt = 0; cnt <
MAXQUOTAS
; cn
in __dquot_initialize()
[all...]
H
A
D
quota.c
768
type = array_index_nospec(type,
MAXQUOTAS
);
in do_quotactl()
911
if (type >=
MAXQUOTAS
)
in SYSCALL_DEFINE4()
/kernel/linux/linux-6.6/fs/quota/
H
A
D
dquot.c
282
tmp = (((unsigned long)sb>>L1_CACHE_SHIFT) ^ id) * (
MAXQUOTAS
- type);
in hashfn()
408
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in mark_all_dquot_dirty()
423
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dqput_all()
693
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in dquot_writeback_dquots()
728
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dquot_writeback_dquots()
767
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in dquot_quota_sync()
1025
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++)
in dqinit_needed()
1281
for (i = 0; i <
MAXQUOTAS
; i++) {
in flush_warnings()
1469
struct dquot *got[
MAXQUOTAS
] = {};
in __dquot_initialize()
1480
for (cnt = 0; cnt <
MAXQUOTAS
; cn
in __dquot_initialize()
[all...]
H
A
D
quota.c
772
type = array_index_nospec(type,
MAXQUOTAS
);
in do_quotactl()
928
if (type >=
MAXQUOTAS
)
in SYSCALL_DEFINE4()
987
if (type >=
MAXQUOTAS
)
in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
quota.h
40
#define
MAXQUOTAS
3
macro
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
inode.h
70
struct dquot *i_dquot[
MAXQUOTAS
];
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
inode.h
68
struct dquot __rcu *i_dquot[
MAXQUOTAS
];
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
quota.h
40
#define
MAXQUOTAS
3
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
quota.h
10
#define
MAXQUOTAS
3
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
quota.h
23
#define
MAXQUOTAS
3
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
quota.h
23
#define
MAXQUOTAS
3
macro
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_incore.h
88
struct dquot *i_dquot[
MAXQUOTAS
];
H
A
D
super.c
165
for (type = 0; type <
MAXQUOTAS
; type++)
in jfs_quota_off_umount()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_incore.h
95
struct dquot __rcu *i_dquot[
MAXQUOTAS
];
H
A
D
super.c
165
for (type = 0; type <
MAXQUOTAS
; type++)
in jfs_quota_off_umount()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
1370
for (i = 0; i <
MAXQUOTAS
; i++)
in f2fs_put_super()
1891
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_remount()
2030
for (i = 0; i <
MAXQUOTAS
; i++)
in f2fs_remount()
2051
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_remount()
2201
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_enable_quota_files()
2246
bool quota_mopt[
MAXQUOTAS
] = {
in f2fs_enable_quotas()
2259
for (type = 0; type <
MAXQUOTAS
; type++) {
in f2fs_enable_quotas()
2317
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in f2fs_quota_sync()
2433
for (type = 0; type <
MAXQUOTAS
; type++) {
in f2fs_quota_off_umount()
2456
for (type = 0; type <
MAXQUOTAS
; typ
in f2fs_truncate_quota_inode_pages()
[all...]
H
A
D
f2fs.h
139
char *s_qf_names[
MAXQUOTAS
];
736
struct dquot *i_dquot[
MAXQUOTAS
];
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
1721
for (i = 0; i <
MAXQUOTAS
; i++)
in f2fs_put_super()
2352
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_remount()
2553
for (i = 0; i <
MAXQUOTAS
; i++)
in f2fs_remount()
2596
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_remount()
2800
for (i = 0; i <
MAXQUOTAS
; i++) {
in f2fs_enable_quota_files()
2854
bool quota_mopt[
MAXQUOTAS
] = {
in f2fs_enable_quotas()
2867
for (type = 0; type <
MAXQUOTAS
; type++) {
in f2fs_enable_quotas()
2925
for (cnt = 0; cnt <
MAXQUOTAS
; cnt++) {
in f2fs_quota_sync()
3052
for (type = 0; type <
MAXQUOTAS
; type++) {
in f2fs_quota_off_umount()
3075
for (type = 0; type <
MAXQUOTAS
; typ
in f2fs_truncate_quota_inode_pages()
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ext2.h
675
struct dquot *i_dquot[
MAXQUOTAS
];
H
A
D
super.c
135
for (type = 0; type <
MAXQUOTAS
; type++)
in ext2_quota_off_umount()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ext2.h
677
struct dquot __rcu *i_dquot[
MAXQUOTAS
];
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ioctl.c
477
struct dquot *transfer_to[
MAXQUOTAS
] = { };
in ext4_ioctl_setproject()
Completed in 51 milliseconds
1
2