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_def_mount_opt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
2984
def_mount_opt = sbi->
s_def_mount_opt
;
in _ext4_show_options()
3021
(sbi->s_mount_opt ^ sbi->
s_def_mount_opt
)) {
in _ext4_show_options()
4943
sbi->
s_def_mount_opt
|= EXT4_MOUNT_ORDERED_DATA;
in ext4_load_and_init_journal()
4946
sbi->
s_def_mount_opt
|= EXT4_MOUNT_JOURNAL_DATA;
in ext4_load_and_init_journal()
5261
sbi->
s_def_mount_opt
= sbi->s_mount_opt;
in __ext4_fill_super()
5403
(sbi->s_mount_opt ^ sbi->
s_def_mount_opt
)) {
in __ext4_fill_super()
5408
sbi->
s_def_mount_opt
&= ~EXT4_MOUNT_JOURNAL_CHECKSUM;
in __ext4_fill_super()
H
A
D
ext4.h
1501
unsigned int
s_def_mount_opt
;
member
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2542
int def_errors, def_mount_opt = sbi->
s_def_mount_opt
;
in _ext4_show_options()
4279
sbi->
s_def_mount_opt
= sbi->s_mount_opt;
in ext4_fill_super()
4809
(sbi->s_mount_opt ^ sbi->
s_def_mount_opt
)) {
in ext4_fill_super()
4814
sbi->
s_def_mount_opt
&= ~EXT4_MOUNT_JOURNAL_CHECKSUM;
in ext4_fill_super()
4855
sbi->
s_def_mount_opt
|= EXT4_MOUNT_ORDERED_DATA;
in ext4_fill_super()
4858
sbi->
s_def_mount_opt
|= EXT4_MOUNT_JOURNAL_DATA;
in ext4_fill_super()
H
A
D
ext4.h
1453
unsigned int
s_def_mount_opt
;
member
Completed in 29 milliseconds