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:rsbp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/freevxfs/
H
A
D
vxfs_super.c
152
struct vxfs_sb *
rsbp
;
in vxfs_try_sb_magic()
local
168
rsbp
= (struct vxfs_sb *)bp->b_data;
in vxfs_try_sb_magic()
169
if (
rsbp
->vs_magic != magic) {
in vxfs_try_sb_magic()
173
rsbp
->vs_magic, blk);
in vxfs_try_sb_magic()
178
infp->vsi_raw =
rsbp
;
in vxfs_try_sb_magic()
210
struct vxfs_sb *
rsbp
;
in vxfs_fill_super()
local
249
rsbp
= infp->vsi_raw;
in vxfs_fill_super()
250
j = fs32_to_cpu(infp,
rsbp
->vs_version);
in vxfs_fill_super()
259
fs32_to_cpu(infp,
rsbp
->vs_bsize));
in vxfs_fill_super()
262
sbp->s_magic = fs32_to_cpu(infp,
rsbp
in vxfs_fill_super()
[all...]
/kernel/linux/linux-6.6/fs/freevxfs/
H
A
D
vxfs_super.c
128
struct vxfs_sb *
rsbp
;
in vxfs_try_sb_magic()
local
144
rsbp
= (struct vxfs_sb *)bp->b_data;
in vxfs_try_sb_magic()
145
if (
rsbp
->vs_magic != magic) {
in vxfs_try_sb_magic()
149
rsbp
->vs_magic, blk);
in vxfs_try_sb_magic()
154
infp->vsi_raw =
rsbp
;
in vxfs_try_sb_magic()
186
struct vxfs_sb *
rsbp
;
in vxfs_fill_super()
local
225
rsbp
= infp->vsi_raw;
in vxfs_fill_super()
226
j = fs32_to_cpu(infp,
rsbp
->vs_version);
in vxfs_fill_super()
235
fs32_to_cpu(infp,
rsbp
->vs_bsize));
in vxfs_fill_super()
238
sbp->s_magic = fs32_to_cpu(infp,
rsbp
in vxfs_fill_super()
[all...]
Completed in 2 milliseconds