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:ulist_release
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ulist.c
55
*
ulist_release
- free up additionally allocated memory for the ulist
61
void
ulist_release
(struct ulist *ulist)
in ulist_release()
function
82
ulist_release
(ulist);
in ulist_reinit()
108
* It is not necessary to call
ulist_release
before.
114
ulist_release
(ulist);
in ulist_free()
H
A
D
ulist.h
46
void
ulist_release
(struct ulist *ulist);
H
A
D
extent_io.h
153
ulist_release
(&changeset->range_changed);
in extent_changeset_release()
H
A
D
backref.c
1623
ulist_release
(roots);
1624
ulist_release
(tmp);
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ulist.c
64
void
ulist_release
(struct ulist *ulist)
in ulist_release()
function
86
ulist_release
(ulist);
in ulist_reinit()
114
* It is not necessary to call
ulist_release
before.
120
ulist_release
(ulist);
in ulist_free()
H
A
D
ulist.h
46
void
ulist_release
(struct ulist *ulist);
H
A
D
extent_io.h
170
ulist_release
(&changeset->range_changed);
in extent_changeset_release()
H
A
D
backref.c
1829
ulist_release
(&ctx->refs);
in btrfs_free_backref_share_ctx()
2043
ulist_release
(&ctx->refs);
in btrfs_is_data_extent_shared()
Completed in 11 milliseconds