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_mount_opt2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2343
(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER))) {
in handle_mount_opt()
2359
sbi->
s_mount_opt2
&= ~EXT4_MOUNT2_DAX_NEVER;
in handle_mount_opt()
2363
(!(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER) ||
in handle_mount_opt()
2366
sbi->
s_mount_opt2
|= EXT4_MOUNT2_DAX_NEVER;
in handle_mount_opt()
2372
(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER) ||
in handle_mount_opt()
2373
!(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_INODE)))
in handle_mount_opt()
2376
sbi->
s_mount_opt2
&= ~EXT4_MOUNT2_DAX_NEVER;
in handle_mount_opt()
2378
sbi->
s_mount_opt2
|= EXT4_MOUNT2_DAX_INODE;
in handle_mount_opt()
2383
sbi->
s_mount_opt2
|= EXT4_MOUNT2_DAX_NEVER;
in handle_mount_opt()
2404
sbi->
s_mount_opt2
|
in handle_mount_opt()
5827
unsigned long
s_mount_opt2
;
global()
member
[all...]
H
A
D
ext4.h
1251
#define clear_opt2(sb, opt) EXT4_SB(sb)->
s_mount_opt2
&= \
1253
#define set_opt2(sb, opt) EXT4_SB(sb)->
s_mount_opt2
|= \
1255
#define test_opt2(sb, opt) (EXT4_SB(sb)->
s_mount_opt2
& \
1451
unsigned int
s_mount_opt2
;
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
2825
(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER))) {
in ext4_check_opt_consistency()
2831
(!(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER) ||
in ext4_check_opt_consistency()
2836
(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_NEVER) ||
in ext4_check_opt_consistency()
2837
!(sbi->
s_mount_opt2
& EXT4_MOUNT2_DAX_INODE))) {
in ext4_check_opt_consistency()
2852
sbi->
s_mount_opt2
&= ~ctx->mask_s_mount_opt2;
in ext4_apply_options()
2853
sbi->
s_mount_opt2
|= ctx->vals_s_mount_opt2;
in ext4_apply_options()
2980
mount_opt = sbi->
s_mount_opt2
;
in _ext4_show_options()
3140
sbi->s_mount_opt, sbi->
s_mount_opt2
);
in ext4_setup_super()
5262
sbi->s_def_mount_opt2 = sbi->
s_mount_opt2
;
in __ext4_fill_super()
6426
unsigned long
s_mount_opt2
;
member
[all...]
H
A
D
ext4.h
1250
#define clear_opt2(sb, opt) EXT4_SB(sb)->
s_mount_opt2
&= \
1252
#define set_opt2(sb, opt) EXT4_SB(sb)->
s_mount_opt2
|= \
1254
#define test_opt2(sb, opt) (EXT4_SB(sb)->
s_mount_opt2
& \
1499
unsigned int
s_mount_opt2
;
member
Completed in 26 milliseconds