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:ecryptfs_sb_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
ecryptfs_kernel.h
352
struct
ecryptfs_sb_info
{
struct
473
static inline struct
ecryptfs_sb_info
*
476
return (struct
ecryptfs_sb_info
*)sb->s_fs_info;
in ecryptfs_superblock_to_private()
481
struct
ecryptfs_sb_info
*sb_info)
in ecryptfs_set_superblock_private()
489
return ((struct
ecryptfs_sb_info
*)sb->s_fs_info)->wsi_sb;
in ecryptfs_superblock_to_lower()
496
((struct
ecryptfs_sb_info
*)sb->s_fs_info)->wsi_sb = lower_sb;
in ecryptfs_set_superblock_lower()
H
A
D
main.c
242
static int ecryptfs_parse_options(struct
ecryptfs_sb_info
*sbi, char *options,
in ecryptfs_parse_options()
480
struct
ecryptfs_sb_info
*sbi;
in ecryptfs_mount()
621
struct
ecryptfs_sb_info
*sb_info = ecryptfs_superblock_to_private(sb);
in ecryptfs_kill_block_super()
683
.size = sizeof(struct
ecryptfs_sb_info
),
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
ecryptfs_kernel.h
349
struct
ecryptfs_sb_info
{
struct
470
static inline struct
ecryptfs_sb_info
*
473
return (struct
ecryptfs_sb_info
*)sb->s_fs_info;
in ecryptfs_superblock_to_private()
478
struct
ecryptfs_sb_info
*sb_info)
in ecryptfs_set_superblock_private()
486
return ((struct
ecryptfs_sb_info
*)sb->s_fs_info)->wsi_sb;
in ecryptfs_superblock_to_lower()
493
((struct
ecryptfs_sb_info
*)sb->s_fs_info)->wsi_sb = lower_sb;
in ecryptfs_set_superblock_lower()
H
A
D
main.c
242
static int ecryptfs_parse_options(struct
ecryptfs_sb_info
*sbi, char *options,
in ecryptfs_parse_options()
480
struct
ecryptfs_sb_info
*sbi;
in ecryptfs_mount()
627
struct
ecryptfs_sb_info
*sb_info = ecryptfs_superblock_to_private(sb);
in ecryptfs_kill_block_super()
689
.size = sizeof(struct
ecryptfs_sb_info
),
Completed in 6 milliseconds