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:SB_INLINECRYPT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/crypto/
H
A
D
inline_crypt.c
85
if (!(sb->s_flags &
SB_INLINECRYPT
))
in fscrypt_select_encryption_impl()
/kernel/linux/linux-6.6/fs/crypto/
H
A
D
inline_crypt.c
111
if (!(sb->s_flags &
SB_INLINECRYPT
))
in fscrypt_select_encryption_impl()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
1060
sb->s_flags |=
SB_INLINECRYPT
;
in parse_options()
2105
if (sbi->sb->s_flags &
SB_INLINECRYPT
)
in f2fs_show_options()
2189
sbi->sb->s_flags &= ~
SB_INLINECRYPT
;
in default_options()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
super.c
916
sb->s_flags |=
SB_INLINECRYPT
;
in parse_options()
1713
if (sbi->sb->s_flags &
SB_INLINECRYPT
)
in f2fs_show_options()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1365
#define
SB_INLINECRYPT
BIT(17) /* Use blk-crypto for encrypted files */
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1125
#define
SB_INLINECRYPT
BIT(17) /* Use blk-crypto for encrypted files */
macro
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
2141
sb->s_flags |=
SB_INLINECRYPT
;
in handle_mount_opt()
2615
if (sb->s_flags &
SB_INLINECRYPT
)
in _ext4_show_options()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
2203
ctx_set_flags(ctx,
SB_INLINECRYPT
);
in ext4_parse_param()
3044
if (sb->s_flags &
SB_INLINECRYPT
)
in _ext4_show_options()
Completed in 41 milliseconds