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:EXT4_MAXQUOTAS
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4_jbd2.h
107
#define EXT4_MAXQUOTAS_TRANS_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_TRANS_BLOCKS(sb))
108
#define EXT4_MAXQUOTAS_INIT_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_INIT_BLOCKS(sb))
109
#define EXT4_MAXQUOTAS_DEL_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_DEL_BLOCKS(sb))
H
A
D
super.c
1143
for (type = 0; type <
EXT4_MAXQUOTAS
; type++)
in ext4_quota_off_umount()
1231
for (i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_put_super()
3043
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_orphan_cleanup()
3122
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_orphan_cleanup()
5199
for (i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_fill_super()
5834
char *s_qf_names[
EXT4_MAXQUOTAS
];
5850
char *to_free[
EXT4_MAXQUOTAS
];
in ext4_remount()
5868
for (i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_remount()
6083
for (i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_remount()
6135
for (i = 0; i <
EXT4_MAXQUOTAS
;
in ext4_remount()
[all...]
H
A
D
ext4.h
1425
#define
EXT4_MAXQUOTAS
3
macro
1492
char __rcu *s_qf_names[
EXT4_MAXQUOTAS
];
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4_jbd2.h
104
#define EXT4_MAXQUOTAS_TRANS_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_TRANS_BLOCKS(sb))
105
#define EXT4_MAXQUOTAS_INIT_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_INIT_BLOCKS(sb))
106
#define EXT4_MAXQUOTAS_DEL_BLOCKS(sb) (
EXT4_MAXQUOTAS
*EXT4_QUOTA_DEL_BLOCKS(sb))
H
A
D
orphan.c
442
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_orphan_cleanup()
502
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_orphan_cleanup()
H
A
D
super.c
1189
BUG_ON(type >
EXT4_MAXQUOTAS
);
in ext4_quotas_off()
1308
ext4_quotas_off(sb,
EXT4_MAXQUOTAS
);
in ext4_put_super()
1341
for (int i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_put_super()
1967
char *s_qf_names[
EXT4_MAXQUOTAS
];
2005
for (i = 0; i <
EXT4_MAXQUOTAS
; i++)
in ext4_fc_free()
2568
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_apply_quota_options()
2623
for (i = 0; i <
EXT4_MAXQUOTAS
; i++) {
in ext4_check_quota_consistency()
5617
ext4_quotas_off(sb,
EXT4_MAXQUOTAS
);
in __ext4_fill_super()
5669
for (unsigned int i = 0; i <
EXT4_MAXQUOTAS
; i++)
in __ext4_fill_super()
6433
char *s_qf_names[
EXT4_MAXQUOTAS
];
[all...]
H
A
D
ext4.h
1425
#define
EXT4_MAXQUOTAS
3
macro
1543
char __rcu *s_qf_names[
EXT4_MAXQUOTAS
];
Completed in 32 milliseconds