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_ctl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode-map.c
33
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in caching_kthread()
142
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in start_caching()
205
root->
free_ino_ctl
->free_space > 0);
in btrfs_find_free_ino()
208
root->
free_ino_ctl
->free_space == 0)
in btrfs_find_free_ino()
254
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in btrfs_unpin_free_ino()
371
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in btrfs_init_free_ino_ctl()
401
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in btrfs_save_ino_cache()
H
A
D
disk-io.c
1351
root->
free_ino_ctl
= kzalloc(sizeof(*root->
free_ino_ctl
), GFP_NOFS);
in btrfs_init_fs_root()
1354
if (!root->free_ino_pinned || !root->
free_ino_ctl
) {
in btrfs_init_fs_root()
2065
kfree(root->
free_ino_ctl
);
in btrfs_put_root()
4019
if (root->
free_ino_ctl
)
in btrfs_drop_and_free_fs_root()
4020
__btrfs_remove_free_space_cache(root->
free_ino_ctl
);
in btrfs_drop_and_free_fs_root()
H
A
D
free-space-cache.c
3847
struct btrfs_free_space_ctl *ctl = fs_root->
free_ino_ctl
;
in btrfs_find_ino_for_alloc()
3923
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in load_free_ino_cache()
3969
struct btrfs_free_space_ctl *ctl = root->
free_ino_ctl
;
in btrfs_write_out_ino_cache()
H
A
D
ctree.h
1070
struct btrfs_free_space_ctl *
free_ino_ctl
;
member
Completed in 16 milliseconds