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:metaonly
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
kapi.c
173
vol->
metaonly
)
in ubi_open_volume()
179
if (vol->
metaonly
|| vol->exclusive)
in ubi_open_volume()
181
vol->
metaonly
= 1;
in ubi_open_volume()
345
vol->
metaonly
= 0;
in ubi_close_volume()
H
A
D
cdev.c
50
users = vol->readers + vol->writers + vol->exclusive + vol->
metaonly
;
in get_exclusive()
56
vol->readers = vol->writers = vol->
metaonly
= 0;
in get_exclusive()
76
ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->
metaonly
== 0);
in revoke_exclusive()
84
vol->
metaonly
= 1;
in revoke_exclusive()
H
A
D
ubi.h
292
* @
metaonly
: whether somebody is altering only meta data of this volume
347
int
metaonly
;
member
453
* @vol->
metaonly
, @vol->ref_count, @vol->mapping and
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
kapi.c
174
vol->
metaonly
)
in ubi_open_volume()
180
if (vol->
metaonly
|| vol->exclusive)
in ubi_open_volume()
182
vol->
metaonly
= 1;
in ubi_open_volume()
346
vol->
metaonly
= 0;
in ubi_close_volume()
H
A
D
cdev.c
50
users = vol->readers + vol->writers + vol->exclusive + vol->
metaonly
;
in get_exclusive()
56
vol->readers = vol->writers = vol->
metaonly
= 0;
in get_exclusive()
76
ubi_assert(vol->readers == 0 && vol->writers == 0 && vol->
metaonly
== 0);
in revoke_exclusive()
84
vol->
metaonly
= 1;
in revoke_exclusive()
H
A
D
ubi.h
292
* @
metaonly
: whether somebody is altering only meta data of this volume
347
int
metaonly
;
member
451
* @vol->
metaonly
, @vol->ref_count, @vol->mapping and
Completed in 10 milliseconds