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:fh_versions
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.h
82
struct nfs_fh *
fh_versions
;
member
H
A
D
flexfilelayout.c
169
if (nfs_compare_fh(&m1->
fh_versions
[i],
in ff_mirror_match_fh()
170
&m2->
fh_versions
[j]) == 0) {
in ff_mirror_match_fh()
237
kfree(mirror->
fh_versions
);
in ff_layout_free_mirror()
458
fls->mirror_array[i]->
fh_versions
=
in ff_layout_alloc_lseg()
461
if (fls->mirror_array[i]->
fh_versions
== NULL) {
in ff_layout_alloc_lseg()
468
&fls->mirror_array[i]->
fh_versions
[j]);
in ff_layout_alloc_lseg()
1898
return &flseg->mirror_array[i]->
fh_versions
[0];
in select_ds_fh_from_commit()
2360
struct nfs_fh *fh = &mirror->
fh_versions
[0];
in ff_layout_encode_ff_layoutupdate()
H
A
D
flexfilelayoutdev.c
308
return &mirror->
fh_versions
[0];
in nfs4_ff_layout_select_ds_fh()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.h
82
struct nfs_fh *
fh_versions
;
member
H
A
D
flexfilelayout.c
175
if (nfs_compare_fh(&m1->
fh_versions
[i],
in ff_mirror_match_fh()
176
&m2->
fh_versions
[j]) == 0) {
in ff_mirror_match_fh()
243
kfree(mirror->
fh_versions
);
in ff_layout_free_mirror()
464
fls->mirror_array[i]->
fh_versions
=
in ff_layout_alloc_lseg()
467
if (fls->mirror_array[i]->
fh_versions
== NULL) {
in ff_layout_alloc_lseg()
474
&fls->mirror_array[i]->
fh_versions
[j]);
in ff_layout_alloc_lseg()
1911
return &flseg->mirror_array[i]->
fh_versions
[0];
in select_ds_fh_from_commit()
2429
struct nfs_fh *fh = &mirror->
fh_versions
[0];
in ff_layout_encode_ff_layoutupdate()
H
A
D
flexfilelayoutdev.c
310
return &mirror->
fh_versions
[0];
in nfs4_ff_layout_select_ds_fh()
Completed in 11 milliseconds