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:dqi_qtree_depth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dqblk_qtree.h
38
unsigned int
dqi_qtree_depth
; /* Precomputed depth of quota tree */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
dqblk_qtree.h
38
unsigned int
dqi_qtree_depth
; /* Precomputed depth of quota tree */
member
/kernel/linux/linux-5.10/fs/quota/
H
A
D
quota_tree.c
30
depth = info->
dqi_qtree_depth
- depth - 1;
in __get_index()
362
if (depth == info->
dqi_qtree_depth
- 1) {
in do_insert_tree()
537
if (depth == info->
dqi_qtree_depth
- 1) {
in remove_tree()
643
if (depth < info->
dqi_qtree_depth
- 1)
in find_tree_dqentry()
745
for (i = depth; i < info->
dqi_qtree_depth
- 1; i++)
in find_next_id()
759
if (depth == info->
dqi_qtree_depth
- 1) {
in find_next_id()
H
A
D
quota_v2.c
152
qinfo->
dqi_qtree_depth
= qtree_depth(qinfo);
in v2_read_file_info()
/kernel/linux/linux-6.6/fs/quota/
H
A
D
quota_tree.c
30
depth = info->
dqi_qtree_depth
- depth - 1;
in __get_index()
362
if (depth == info->
dqi_qtree_depth
- 1) {
in do_insert_tree()
535
if (depth == info->
dqi_qtree_depth
- 1) {
in remove_tree()
639
if (depth < info->
dqi_qtree_depth
- 1)
in find_tree_dqentry()
741
for (i = depth; i < info->
dqi_qtree_depth
- 1; i++)
in find_next_id()
761
if (depth == info->
dqi_qtree_depth
- 1) {
in find_next_id()
H
A
D
quota_v2.c
152
qinfo->
dqi_qtree_depth
= qtree_depth(qinfo);
in v2_read_file_info()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
quota_global.c
402
oinfo->dqi_gi.
dqi_qtree_depth
= qtree_depth(&oinfo->dqi_gi);
in ocfs2_global_read_info()
470
return oinfo->dqi_gi.
dqi_qtree_depth
;
in ocfs2_global_qinit_alloc()
691
return (oinfo->dqi_gi.
dqi_qtree_depth
+ 2) *
in ocfs2_calc_qdel_credits()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
quota_global.c
402
oinfo->dqi_gi.
dqi_qtree_depth
= qtree_depth(&oinfo->dqi_gi);
in ocfs2_global_read_info()
470
return oinfo->dqi_gi.
dqi_qtree_depth
;
in ocfs2_global_qinit_alloc()
691
return (oinfo->dqi_gi.
dqi_qtree_depth
+ 2) *
in ocfs2_calc_qdel_credits()
Completed in 8 milliseconds