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_umount_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
reiserfs.h
158
#define sb_umount_state(sbp) (le16_to_cpu((sbp)->s_v1.
s_umount_state
))
159
#define set_sb_umount_state(sbp,v) ((sbp)->s_v1.
s_umount_state
= cpu_to_le16(v))
987
__le16
s_umount_state
;
member
1069
le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->
s_umount_state
))
1082
do { SB_V1_DISK_SUPER_BLOCK(s)->
s_umount_state
= cpu_to_le16(val); } while (0)
1233
* values for
s_umount_state
field
H
A
D
procfs.c
254
DF(
s_umount_state
),
in show_on_disk_super()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
reiserfs.h
156
#define sb_umount_state(sbp) (le16_to_cpu((sbp)->s_v1.
s_umount_state
))
157
#define set_sb_umount_state(sbp,v) ((sbp)->s_v1.
s_umount_state
= cpu_to_le16(v))
984
__le16
s_umount_state
;
member
1066
le16_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->
s_umount_state
))
1079
do { SB_V1_DISK_SUPER_BLOCK(s)->
s_umount_state
= cpu_to_le16(val); } while (0)
1230
* values for
s_umount_state
field
H
A
D
procfs.c
254
DF(
s_umount_state
),
in show_on_disk_super()
Completed in 23 milliseconds