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:rcvrd_mst_node
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
recovery.c
304
c->
rcvrd_mst_node
= kmalloc(sz, GFP_KERNEL);
in ubifs_recover_master_node()
305
if (!c->
rcvrd_mst_node
) {
in ubifs_recover_master_node()
309
memcpy(c->
rcvrd_mst_node
, c->mst_node, UBIFS_MST_NODE_SZ);
in ubifs_recover_master_node()
379
if (!c->
rcvrd_mst_node
)
in ubifs_write_rcvrd_mst_node()
381
c->
rcvrd_mst_node
->flags |= cpu_to_le32(UBIFS_MST_DIRTY);
in ubifs_write_rcvrd_mst_node()
383
err = write_rcvrd_mst_node(c, c->
rcvrd_mst_node
);
in ubifs_write_rcvrd_mst_node()
386
kfree(c->
rcvrd_mst_node
);
in ubifs_write_rcvrd_mst_node()
387
c->
rcvrd_mst_node
= NULL;
in ubifs_write_rcvrd_mst_node()
H
A
D
super.c
1637
kfree(c->
rcvrd_mst_node
);
in mount_ubifs()
1687
kfree(c->
rcvrd_mst_node
);
in ubifs_umount()
H
A
D
ubifs.h
1248
* @
rcvrd_mst_node
: recovered master node to write when re-mounting R/O mounted
1491
struct ubifs_mst_node *
rcvrd_mst_node
;
member
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
recovery.c
304
c->
rcvrd_mst_node
= kmalloc(sz, GFP_KERNEL);
in ubifs_recover_master_node()
305
if (!c->
rcvrd_mst_node
) {
in ubifs_recover_master_node()
309
memcpy(c->
rcvrd_mst_node
, c->mst_node, UBIFS_MST_NODE_SZ);
in ubifs_recover_master_node()
379
if (!c->
rcvrd_mst_node
)
in ubifs_write_rcvrd_mst_node()
381
c->
rcvrd_mst_node
->flags |= cpu_to_le32(UBIFS_MST_DIRTY);
in ubifs_write_rcvrd_mst_node()
383
err = write_rcvrd_mst_node(c, c->
rcvrd_mst_node
);
in ubifs_write_rcvrd_mst_node()
386
kfree(c->
rcvrd_mst_node
);
in ubifs_write_rcvrd_mst_node()
387
c->
rcvrd_mst_node
= NULL;
in ubifs_write_rcvrd_mst_node()
H
A
D
super.c
1640
kfree(c->
rcvrd_mst_node
);
in mount_ubifs()
1692
kfree(c->
rcvrd_mst_node
);
in ubifs_umount()
H
A
D
ubifs.h
1269
* @
rcvrd_mst_node
: recovered master node to write when re-mounting R/O mounted
1519
struct ubifs_mst_node *
rcvrd_mst_node
;
member
Completed in 29 milliseconds