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:sbd1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/sysv/
H
A
D
super.c
52
struct xenix_super_block *
sbd1
;
in detected_xenix()
local
56
sbd1
= sbd2 = (struct xenix_super_block *) bh1->b_data;
in detected_xenix()
59
sbd1
= (struct xenix_super_block *) bh1->b_data;
in detected_xenix()
66
sbi->s_sbd1 = (char *)
sbd1
;
in detected_xenix()
68
sbi->s_sb_fic_count = &
sbd1
->s_ninode;
in detected_xenix()
69
sbi->s_sb_fic_inodes = &
sbd1
->s_inode[0];
in detected_xenix()
71
sbi->s_bcache_count = &
sbd1
->s_nfree;
in detected_xenix()
72
sbi->s_bcache = &
sbd1
->s_free[0];
in detected_xenix()
75
sbi->s_firstdatazone = fs16_to_cpu(sbi,
sbd1
->s_isize);
in detected_xenix()
76
sbi->s_nzones = fs32_to_cpu(sbi,
sbd1
in detected_xenix()
[all...]
/kernel/linux/linux-6.6/fs/sysv/
H
A
D
super.c
52
struct xenix_super_block *
sbd1
;
in detected_xenix()
local
56
sbd1
= sbd2 = (struct xenix_super_block *) bh1->b_data;
in detected_xenix()
59
sbd1
= (struct xenix_super_block *) bh1->b_data;
in detected_xenix()
66
sbi->s_sbd1 = (char *)
sbd1
;
in detected_xenix()
68
sbi->s_sb_fic_count = &
sbd1
->s_ninode;
in detected_xenix()
69
sbi->s_sb_fic_inodes = &
sbd1
->s_inode[0];
in detected_xenix()
71
sbi->s_bcache_count = &
sbd1
->s_nfree;
in detected_xenix()
72
sbi->s_bcache = &
sbd1
->s_free[0];
in detected_xenix()
75
sbi->s_firstdatazone = fs16_to_cpu(sbi,
sbd1
->s_isize);
in detected_xenix()
76
sbi->s_nzones = fs32_to_cpu(sbi,
sbd1
in detected_xenix()
[all...]
Completed in 2 milliseconds