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:s_bytesex
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/ufs/
H
A
D
swab.h
29
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs64_to_cpu()
38
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs64()
47
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
56
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
65
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_add()
74
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_sub()
83
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs16_to_cpu()
92
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs16()
101
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs16_add()
110
if (UFS_SB(sbp)->
s_bytesex
in fs16_sub()
[all...]
H
A
D
ufs.h
21
unsigned
s_bytesex
;
member
H
A
D
super.c
1028
sbi->
s_bytesex
= BYTESEX_LE;
in ufs_fill_super()
1038
sbi->
s_bytesex
= BYTESEX_BE;
in ufs_fill_super()
/kernel/linux/linux-6.6/fs/ufs/
H
A
D
swab.h
29
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs64_to_cpu()
38
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs64()
47
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
56
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
65
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_add()
74
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs32_sub()
83
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs16_to_cpu()
92
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs16()
101
if (UFS_SB(sbp)->
s_bytesex
== BYTESEX_LE)
in fs16_add()
110
if (UFS_SB(sbp)->
s_bytesex
in fs16_sub()
[all...]
H
A
D
ufs.h
21
unsigned
s_bytesex
;
member
H
A
D
super.c
1027
sbi->
s_bytesex
= BYTESEX_LE;
in ufs_fill_super()
1037
sbi->
s_bytesex
= BYTESEX_BE;
in ufs_fill_super()
/kernel/linux/linux-5.10/fs/sysv/
H
A
D
sysv.h
25
char
s_bytesex
; /* bytesex (le/be/pdp) */
member
190
if (sbi->
s_bytesex
== BYTESEX_PDP)
in fs32_to_cpu()
192
else if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
200
if (sbi->
s_bytesex
== BYTESEX_PDP)
in cpu_to_fs32()
202
else if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
210
if (sbi->
s_bytesex
== BYTESEX_PDP)
in fs32_add()
212
else if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_add()
221
if (sbi->
s_bytesex
!= BYTESEX_BE)
in fs16_to_cpu()
229
if (sbi->
s_bytesex
!= BYTESEX_BE)
in cpu_to_fs16()
237
if (sbi->
s_bytesex
!
in fs16_add()
[all...]
H
A
D
super.c
183
sbi->
s_bytesex
= BYTESEX_LE;
in detect_xenix()
185
sbi->
s_bytesex
= BYTESEX_BE;
in detect_xenix()
209
sbi->
s_bytesex
= BYTESEX_LE;
in detect_sysv()
211
sbi->
s_bytesex
= BYTESEX_BE;
in detect_sysv()
261
sbi->
s_bytesex
= BYTESEX_PDP;
in detect_coherent()
504
sbi->
s_bytesex
= BYTESEX_PDP;
in v7_fill_super()
509
sbi->
s_bytesex
= BYTESEX_LE;
in v7_fill_super()
H
A
D
inode.c
111
if (sbi->
s_bytesex
== BYTESEX_PDP) {
in read3byte()
116
} else if (sbi->
s_bytesex
== BYTESEX_LE) {
in read3byte()
132
if (sbi->
s_bytesex
== BYTESEX_PDP) {
in write3byte()
136
} else if (sbi->
s_bytesex
== BYTESEX_LE) {
in write3byte()
/kernel/linux/linux-6.6/fs/sysv/
H
A
D
sysv.h
25
char
s_bytesex
; /* bytesex (le/be/pdp) */
member
191
if (sbi->
s_bytesex
== BYTESEX_PDP)
in fs32_to_cpu()
193
else if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
201
if (sbi->
s_bytesex
== BYTESEX_PDP)
in cpu_to_fs32()
203
else if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
211
if (sbi->
s_bytesex
== BYTESEX_PDP)
in fs32_add()
213
else if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_add()
222
if (sbi->
s_bytesex
!= BYTESEX_BE)
in fs16_to_cpu()
230
if (sbi->
s_bytesex
!= BYTESEX_BE)
in cpu_to_fs16()
238
if (sbi->
s_bytesex
!
in fs16_add()
[all...]
H
A
D
super.c
183
sbi->
s_bytesex
= BYTESEX_LE;
in detect_xenix()
185
sbi->
s_bytesex
= BYTESEX_BE;
in detect_xenix()
209
sbi->
s_bytesex
= BYTESEX_LE;
in detect_sysv()
211
sbi->
s_bytesex
= BYTESEX_BE;
in detect_sysv()
261
sbi->
s_bytesex
= BYTESEX_PDP;
in detect_coherent()
504
sbi->
s_bytesex
= BYTESEX_PDP;
in v7_fill_super()
509
sbi->
s_bytesex
= BYTESEX_LE;
in v7_fill_super()
H
A
D
inode.c
111
if (sbi->
s_bytesex
== BYTESEX_PDP) {
in read3byte()
116
} else if (sbi->
s_bytesex
== BYTESEX_LE) {
in read3byte()
132
if (sbi->
s_bytesex
== BYTESEX_PDP) {
in write3byte()
136
} else if (sbi->
s_bytesex
== BYTESEX_LE) {
in write3byte()
/kernel/linux/linux-5.10/fs/qnx6/
H
A
D
qnx6.h
35
int
s_bytesex
; /* holds endianess info */
member
80
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs64_to_cpu()
88
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs64()
96
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
104
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
112
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs16_to_cpu()
120
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs16()
H
A
D
inode.c
272
sbi->
s_bytesex
= BYTESEX_BE;
in qnx6_check_first_superblock()
278
sbi->
s_bytesex
= BYTESEX_LE;
in qnx6_check_first_superblock()
332
sbi->
s_bytesex
= BYTESEX_LE;
in qnx6_fill_super()
/kernel/linux/linux-6.6/fs/qnx6/
H
A
D
qnx6.h
35
int
s_bytesex
; /* holds endianess info */
member
80
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs64_to_cpu()
88
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs64()
96
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs32_to_cpu()
104
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs32()
112
if (sbi->
s_bytesex
== BYTESEX_LE)
in fs16_to_cpu()
120
if (sbi->
s_bytesex
== BYTESEX_LE)
in cpu_to_fs16()
H
A
D
inode.c
272
sbi->
s_bytesex
= BYTESEX_BE;
in qnx6_check_first_superblock()
278
sbi->
s_bytesex
= BYTESEX_LE;
in qnx6_check_first_superblock()
332
sbi->
s_bytesex
= BYTESEX_LE;
in qnx6_fill_super()
Completed in 12 milliseconds