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_free
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/tests/
H
A
D
qgroup-tests.c
240
ulist_free
(old_roots);
in test_no_shared_qgroup()
247
ulist_free
(old_roots);
in test_no_shared_qgroup()
278
ulist_free
(old_roots);
in test_no_shared_qgroup()
285
ulist_free
(old_roots);
in test_no_shared_qgroup()
343
ulist_free
(old_roots);
in test_multiple_refs()
350
ulist_free
(old_roots);
in test_multiple_refs()
378
ulist_free
(old_roots);
in test_multiple_refs()
385
ulist_free
(old_roots);
in test_multiple_refs()
419
ulist_free
(old_roots);
in test_multiple_refs()
426
ulist_free
(old_root
in test_multiple_refs()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/tests/
H
A
D
qgroup-tests.c
244
ulist_free
(old_roots);
in test_no_shared_qgroup()
250
ulist_free
(old_roots);
in test_no_shared_qgroup()
284
ulist_free
(old_roots);
in test_no_shared_qgroup()
290
ulist_free
(old_roots);
in test_no_shared_qgroup()
356
ulist_free
(old_roots);
in test_multiple_refs()
362
ulist_free
(old_roots);
in test_multiple_refs()
393
ulist_free
(old_roots);
in test_multiple_refs()
399
ulist_free
(old_roots);
in test_multiple_refs()
436
ulist_free
(old_roots);
in test_multiple_refs()
442
ulist_free
(old_root
in test_multiple_refs()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ulist.h
49
void
ulist_free
(struct ulist *ulist);
H
A
D
qgroup.c
508
ulist_free
(fs_info->qgroup_ulist);
in btrfs_read_qgroup_config()
578
ulist_free
(fs_info->qgroup_ulist);
in btrfs_free_qgroup_config()
1185
ulist_free
(fs_info->qgroup_ulist);
in btrfs_quota_enable()
1194
ulist_free
(ulist);
in btrfs_quota_enable()
1492
ulist_free
(tmp);
in btrfs_add_qgroup_relation()
1557
ulist_free
(tmp);
in __del_qgroup_relation()
2712
ulist_free
(tmp);
in btrfs_qgroup_account_extent()
2713
ulist_free
(qgroups);
in btrfs_qgroup_account_extent()
2714
ulist_free
(old_roots);
in btrfs_qgroup_account_extent()
2715
ulist_free
(new_root
in btrfs_qgroup_account_extent()
[all...]
H
A
D
ulist.c
29
*
ulist_free
(ulist);
105
*
ulist_free
- free dynamically allocated ulist
110
void
ulist_free
(struct ulist *ulist)
in ulist_free()
function
H
A
D
backref.c
665
ulist_free
(ulist);
in free_leaf_list()
1456
* must be freed with
ulist_free
.
1509
ulist_free
(tmp);
1518
ulist_free
(tmp);
1519
ulist_free
(*roots);
1530
ulist_free
(tmp);
2052
ulist_free
(roots);
H
A
D
extent_io.c
4879
ulist_free
(roots);
in extent_fiemap()
4880
ulist_free
(tmp_ulist);
in extent_fiemap()
H
A
D
relocation.c
3113
ulist_free
(leaves);
in add_data_references()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ulist.h
49
void
ulist_free
(struct ulist *ulist);
H
A
D
qgroup.c
533
ulist_free
(fs_info->qgroup_ulist);
in btrfs_read_qgroup_config()
603
ulist_free
(fs_info->qgroup_ulist);
in btrfs_free_qgroup_config()
1216
ulist_free
(fs_info->qgroup_ulist);
in btrfs_quota_enable()
1225
ulist_free
(ulist);
in btrfs_quota_enable()
1543
ulist_free
(tmp);
in btrfs_add_qgroup_relation()
1608
ulist_free
(tmp);
in __del_qgroup_relation()
2779
ulist_free
(tmp);
in btrfs_qgroup_account_extent()
2780
ulist_free
(qgroups);
in btrfs_qgroup_account_extent()
2781
ulist_free
(old_roots);
in btrfs_qgroup_account_extent()
2782
ulist_free
(new_root
in btrfs_qgroup_account_extent()
[all...]
H
A
D
ulist.c
30
*
ulist_free
(ulist);
116
void
ulist_free
(struct ulist *ulist)
in ulist_free()
function
H
A
D
backref.c
716
ulist_free
(ulist);
in free_leaf_list()
1699
* @ctx->ignore_extent_item_pos is false, otherwise a fimple
ulist_free
() is
1761
ulist_free
(ctx->refs);
in btrfs_find_all_roots_safe()
1777
ulist_free
(ctx->roots);
in btrfs_find_all_roots_safe()
1790
ulist_free
(ctx->refs);
in btrfs_find_all_roots_safe()
2521
ulist_free
(ctx->roots);
in iterate_extent_inodes()
H
A
D
relocation.c
3490
ulist_free
(ctx.refs);
in add_data_references()
Completed in 34 milliseconds