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:do_chunk_alloc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
block-group.h
29
* Control flags for
do_chunk_alloc
's force field CHUNK_ALLOC_NO_FORCE means to
259
bool
do_chunk_alloc
);
H
A
D
transaction.c
570
bool
do_chunk_alloc
= false;
in start_transaction()
local
635
do_chunk_alloc
= true;
in start_transaction()
723
if (
do_chunk_alloc
&& num_bytes) {
in start_transaction()
H
A
D
block-group.c
2233
* @
do_chunk_alloc
: whether need to do chunk pre-allocation, this is to
2238
bool
do_chunk_alloc
)
in btrfs_inc_block_group_ro()
2268
if (
do_chunk_alloc
) {
in btrfs_inc_block_group_ro()
2299
if (!
do_chunk_alloc
&& ret == -ENOSPC &&
in btrfs_inc_block_group_ro()
2237
btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool
do_chunk_alloc
)
btrfs_inc_block_group_ro()
argument
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
block-group.h
40
* Control flags for
do_chunk_alloc
's force field CHUNK_ALLOC_NO_FORCE means to
319
bool
do_chunk_alloc
);
H
A
D
transaction.c
574
bool
do_chunk_alloc
= false;
in start_transaction()
local
642
do_chunk_alloc
= true;
in start_transaction()
736
if (
do_chunk_alloc
&& num_bytes) {
in start_transaction()
H
A
D
block-group.c
2879
* @
do_chunk_alloc
: whether need to do chunk pre-allocation, this is to
2884
bool
do_chunk_alloc
)
in btrfs_inc_block_group_ro()
2932
if (
do_chunk_alloc
) {
in btrfs_inc_block_group_ro()
2963
if (!
do_chunk_alloc
&& ret == -ENOSPC &&
in btrfs_inc_block_group_ro()
3833
static struct btrfs_block_group *
do_chunk_alloc
(struct btrfs_trans_handle *trans, u64 flags)
in do_chunk_alloc()
function
4071
* here - this happens in the cases described above at
do_chunk_alloc
().
in btrfs_chunk_alloc()
4140
ret_bg =
do_chunk_alloc
(trans, flags);
in btrfs_chunk_alloc()
4240
* the cases described at
do_chunk_alloc
() - the system
in reserve_chunk_space()
2883
btrfs_inc_block_group_ro(struct btrfs_block_group *cache, bool
do_chunk_alloc
)
btrfs_inc_block_group_ro()
argument
Completed in 16 milliseconds