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:backup_index
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H
A
D
mlme_linux.c
34
u8
backup_index
;
in rtw_reset_securitypriv()
local
48
backup_index
= psec_priv->PMKIDIndex;
in rtw_reset_securitypriv()
59
psec_priv->PMKIDIndex =
backup_index
;
in rtw_reset_securitypriv()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
disk-io.c
1966
int
backup_index
= find_newest_super_backup(fs_info);
in read_backup_root()
local
1970
if (priority < BTRFS_NUM_BACKUP_ROOTS &&
backup_index
>= 0) {
in read_backup_root()
1972
return
backup_index
;
in read_backup_root()
1974
backup_index
=
backup_index
+ BTRFS_NUM_BACKUP_ROOTS - priority;
in read_backup_root()
1975
backup_index
%= BTRFS_NUM_BACKUP_ROOTS;
in read_backup_root()
1980
root_backup = super->super_roots +
backup_index
;
in read_backup_root()
1996
return
backup_index
;
in read_backup_root()
2645
int
backup_index
= find_newest_super_backup(fs_info);
in init_tree_roots()
local
2676
backup_index
in init_tree_roots()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
disk-io.c
1721
int
backup_index
= find_newest_super_backup(fs_info);
in read_backup_root()
local
1725
if (priority < BTRFS_NUM_BACKUP_ROOTS &&
backup_index
>= 0) {
in read_backup_root()
1727
return
backup_index
;
in read_backup_root()
1729
backup_index
=
backup_index
+ BTRFS_NUM_BACKUP_ROOTS - priority;
in read_backup_root()
1730
backup_index
%= BTRFS_NUM_BACKUP_ROOTS;
in read_backup_root()
1735
root_backup = super->super_roots +
backup_index
;
in read_backup_root()
1751
return
backup_index
;
in read_backup_root()
2586
int
backup_index
= find_newest_super_backup(fs_info);
in init_tree_roots()
local
2615
backup_index
in init_tree_roots()
[all...]
Completed in 9 milliseconds