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:sr_rec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
mds_client.c
3925
struct ceph_mds_snaprealm_reconnect
sr_rec
;
in encode_snap_realms()
local
3929
sizeof(
sr_rec
);
in encode_snap_realms()
3944
ceph_pagelist_encode_32(pagelist, sizeof(
sr_rec
));
in encode_snap_realms()
3949
sr_rec
.ino = cpu_to_le64(realm->ino);
in encode_snap_realms()
3950
sr_rec
.seq = cpu_to_le64(realm->seq);
in encode_snap_realms()
3951
sr_rec
.parent = cpu_to_le64(realm->parent_ino);
in encode_snap_realms()
3953
err = ceph_pagelist_append(pagelist, &
sr_rec
, sizeof(
sr_rec
));
in encode_snap_realms()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
mds_client.c
4497
struct ceph_mds_snaprealm_reconnect
sr_rec
;
in encode_snap_realms()
local
4501
sizeof(
sr_rec
);
in encode_snap_realms()
4516
ceph_pagelist_encode_32(pagelist, sizeof(
sr_rec
));
in encode_snap_realms()
4521
sr_rec
.ino = cpu_to_le64(realm->ino);
in encode_snap_realms()
4522
sr_rec
.seq = cpu_to_le64(realm->seq);
in encode_snap_realms()
4523
sr_rec
.parent = cpu_to_le64(realm->parent_ino);
in encode_snap_realms()
4525
err = ceph_pagelist_append(pagelist, &
sr_rec
, sizeof(
sr_rec
));
in encode_snap_realms()
Completed in 13 milliseconds