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:ac_max_block
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
suballoc.h
42
u64
ac_max_block
; /* Highest block number to allocate. 0 is
member
H
A
D
suballoc.c
831
ac->
ac_max_block
,
in ocfs2_reserve_suballoc_bits()
1053
(*ac)->
ac_max_block
= (u32)~0U;
in ocfs2_reserve_new_inode()
1159
(*ac)->
ac_max_block
= max_block;
in ocfs2_reserve_clusters_with_limit()
1692
ac->
ac_max_block
, res);
in ocfs2_search_one_group()
1773
ac->
ac_max_block
,
in ocfs2_search_chain()
H
A
D
localalloc.c
707
(unsigned long long)ac->
ac_max_block
,
in ocfs2_reserve_local_alloc_bits()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
suballoc.h
40
u64
ac_max_block
; /* Highest block number to allocate. 0 is
member
H
A
D
suballoc.c
829
ac->
ac_max_block
,
in ocfs2_reserve_suballoc_bits()
1051
(*ac)->
ac_max_block
= (u32)~0U;
in ocfs2_reserve_new_inode()
1157
(*ac)->
ac_max_block
= max_block;
in ocfs2_reserve_clusters_with_limit()
1690
ac->
ac_max_block
, res);
in ocfs2_search_one_group()
1771
ac->
ac_max_block
,
in ocfs2_search_chain()
H
A
D
localalloc.c
705
(unsigned long long)ac->
ac_max_block
,
in ocfs2_reserve_local_alloc_bits()
Completed in 10 milliseconds