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_alloc
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ulist.h
48
struct ulist *
ulist_alloc
(gfp_t gfp_mask);
H
A
D
ulist.c
20
* ulist =
ulist_alloc
();
87
*
ulist_alloc
- dynamically allocate a ulist
92
struct ulist *
ulist_alloc
(gfp_t gfp_mask)
in ulist_alloc()
function
H
A
D
qgroup.c
343
fs_info->qgroup_ulist =
ulist_alloc
(GFP_KERNEL);
in btrfs_read_qgroup_config()
956
ulist =
ulist_alloc
(GFP_KERNEL);
in btrfs_quota_enable()
1447
tmp =
ulist_alloc
(GFP_KERNEL);
in btrfs_add_qgroup_relation()
1511
tmp =
ulist_alloc
(GFP_KERNEL);
in __del_qgroup_relation()
2666
qgroups =
ulist_alloc
(GFP_NOFS);
in btrfs_qgroup_account_extent()
2671
tmp =
ulist_alloc
(GFP_NOFS);
in btrfs_qgroup_account_extent()
H
A
D
backref.c
697
parents =
ulist_alloc
(GFP_NOFS);
in resolve_indirect_refs()
1467
*leafs =
ulist_alloc
(GFP_NOFS);
1504
tmp =
ulist_alloc
(GFP_NOFS);
1507
*roots =
ulist_alloc
(GFP_NOFS);
H
A
D
extent_io.c
4701
roots =
ulist_alloc
(GFP_KERNEL);
in extent_fiemap()
4702
tmp_ulist =
ulist_alloc
(GFP_KERNEL);
in extent_fiemap()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ulist.h
48
struct ulist *
ulist_alloc
(gfp_t gfp_mask);
H
A
D
ulist.c
21
* ulist =
ulist_alloc
();
97
struct ulist *
ulist_alloc
(gfp_t gfp_mask)
in ulist_alloc()
function
H
A
D
qgroup.c
368
fs_info->qgroup_ulist =
ulist_alloc
(GFP_KERNEL);
in btrfs_read_qgroup_config()
986
ulist =
ulist_alloc
(GFP_KERNEL);
in btrfs_quota_enable()
1498
tmp =
ulist_alloc
(GFP_KERNEL);
in btrfs_add_qgroup_relation()
1562
tmp =
ulist_alloc
(GFP_KERNEL);
in __del_qgroup_relation()
2733
qgroups =
ulist_alloc
(GFP_NOFS);
in btrfs_qgroup_account_extent()
2738
tmp =
ulist_alloc
(GFP_NOFS);
in btrfs_qgroup_account_extent()
H
A
D
backref.c
747
parents =
ulist_alloc
(GFP_NOFS);
in resolve_indirect_refs()
1710
ctx->refs =
ulist_alloc
(GFP_NOFS);
in btrfs_find_all_leafs()
1754
ctx->refs =
ulist_alloc
(GFP_NOFS);
in btrfs_find_all_roots_safe()
1759
ctx->roots =
ulist_alloc
(GFP_NOFS);
in btrfs_find_all_roots_safe()
2483
ctx->roots =
ulist_alloc
(GFP_NOFS);
in iterate_extent_inodes()
Completed in 26 milliseconds