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:free_ino_pinned
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode-map.c
219
struct btrfs_free_space_ctl *pinned = root->
free_ino_pinned
;
in btrfs_return_ino()
255
struct rb_root *rbroot = &root->
free_ino_pinned
->free_space_offset;
in btrfs_unpin_free_ino()
256
spinlock_t *rbroot_lock = &root->
free_ino_pinned
->tree_lock;
in btrfs_unpin_free_ino()
372
struct btrfs_free_space_ctl *pinned = root->
free_ino_pinned
;
in btrfs_init_free_ino_ctl()
H
A
D
disk-io.c
1352
root->
free_ino_pinned
= kzalloc(sizeof(*root->
free_ino_pinned
),
in btrfs_init_fs_root()
1354
if (!root->
free_ino_pinned
|| !root->free_ino_ctl) {
in btrfs_init_fs_root()
2066
kfree(root->
free_ino_pinned
);
in btrfs_put_root()
4017
if (root->
free_ino_pinned
)
in btrfs_drop_and_free_fs_root()
4018
__btrfs_remove_free_space_cache(root->
free_ino_pinned
);
in btrfs_drop_and_free_fs_root()
H
A
D
ctree.h
1074
struct btrfs_free_space_ctl *
free_ino_pinned
;
member
Completed in 13 milliseconds