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:pending_snapshot
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ioctl.c
781
struct btrfs_pending_snapshot *
pending_snapshot
;
in create_snapshot()
local
805
pending_snapshot
= kzalloc(sizeof(*
pending_snapshot
), GFP_KERNEL);
in create_snapshot()
806
if (!
pending_snapshot
)
in create_snapshot()
809
ret = get_anon_bdev(&
pending_snapshot
->anon_dev);
in create_snapshot()
812
pending_snapshot
->root_item = kzalloc(sizeof(struct btrfs_root_item),
in create_snapshot()
814
pending_snapshot
->path = btrfs_alloc_path();
in create_snapshot()
815
if (!
pending_snapshot
->root_item || !
pending_snapshot
->path) {
in create_snapshot()
820
btrfs_init_block_rsv(&
pending_snapshot
in create_snapshot()
[all...]
H
A
D
transaction.h
130
struct btrfs_pending_snapshot *
pending_snapshot
;
member
H
A
D
transaction.c
2132
if (!trans->
pending_snapshot
)
in add_pending_snapshot()
2138
list_add(&trans->
pending_snapshot
->list, &cur_trans->pending_snapshots);
in add_pending_snapshot()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ioctl.c
797
struct btrfs_pending_snapshot *
pending_snapshot
;
in create_snapshot()
local
813
pending_snapshot
= kzalloc(sizeof(*
pending_snapshot
), GFP_KERNEL);
in create_snapshot()
814
if (!
pending_snapshot
)
in create_snapshot()
817
ret = get_anon_bdev(&
pending_snapshot
->anon_dev);
in create_snapshot()
820
pending_snapshot
->root_item = kzalloc(sizeof(struct btrfs_root_item),
in create_snapshot()
822
pending_snapshot
->path = btrfs_alloc_path();
in create_snapshot()
823
if (!
pending_snapshot
->root_item || !
pending_snapshot
->path) {
in create_snapshot()
828
btrfs_init_block_rsv(&
pending_snapshot
in create_snapshot()
[all...]
Completed in 9 milliseconds