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:ins_data
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
tree-log.c
3546
char *
ins_data
= NULL;
in flush_dir_items_batch()
local
3570
ins_data
= kmalloc(count * sizeof(u32) +
in flush_dir_items_batch()
3572
if (!
ins_data
)
in flush_dir_items_batch()
3575
ins_sizes = (u32 *)
ins_data
;
in flush_dir_items_batch()
3576
ins_keys = (struct btrfs_key *)(
ins_data
+ count * sizeof(u32));
in flush_dir_items_batch()
3625
kfree(
ins_data
);
in flush_dir_items_batch()
4279
char *
ins_data
;
in copy_items()
local
4322
ins_data
= kmalloc(nr * sizeof(struct btrfs_key) +
in copy_items()
4324
if (!
ins_data
)
in copy_items()
4327
ins_sizes = (u32 *)
ins_data
;
in copy_items()
5994
char *
ins_data
;
log_delayed_insertion_items()
local
[all...]
H
A
D
delayed-inode.c
661
char *
ins_data
= NULL;
in btrfs_insert_delayed_item()
local
731
ins_data
= kmalloc(batch.nr * sizeof(u32) +
in btrfs_insert_delayed_item()
733
if (!
ins_data
) {
in btrfs_insert_delayed_item()
737
ins_sizes = (u32 *)
ins_data
;
in btrfs_insert_delayed_item()
738
ins_keys = (struct btrfs_key *)(
ins_data
+ batch.nr * sizeof(u32));
in btrfs_insert_delayed_item()
808
kfree(
ins_data
);
in btrfs_insert_delayed_item()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
tree-log.c
4010
char *
ins_data
;
in copy_items()
local
4017
ins_data
= kmalloc(nr * sizeof(struct btrfs_key) +
in copy_items()
4019
if (!
ins_data
)
in copy_items()
4022
ins_sizes = (u32 *)
ins_data
;
in copy_items()
4023
ins_keys = (struct btrfs_key *)(
ins_data
+ nr * sizeof(u32));
in copy_items()
4032
kfree(
ins_data
);
in copy_items()
4100
kfree(
ins_data
);
in copy_items()
Completed in 18 milliseconds