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:dentry_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/
H
A
D
inode.c
332
struct ecryptfs_dentry_info *
dentry_info
;
in ecryptfs_lookup_interpose()
local
335
dentry_info
= kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL);
in ecryptfs_lookup_interpose()
336
if (!
dentry_info
) {
in ecryptfs_lookup_interpose()
345
ecryptfs_set_dentry_private(dentry,
dentry_info
);
in ecryptfs_lookup_interpose()
346
dentry_info
->lower_path.mnt = mntget(path->mnt);
in ecryptfs_lookup_interpose()
347
dentry_info
->lower_path.dentry = lower_dentry;
in ecryptfs_lookup_interpose()
H
A
D
ecryptfs_kernel.h
507
struct ecryptfs_dentry_info *
dentry_info
)
in ecryptfs_set_dentry_private()
509
dentry->d_fsdata =
dentry_info
;
in ecryptfs_set_dentry_private()
506
ecryptfs_set_dentry_private(struct dentry *dentry, struct ecryptfs_
dentry_info
*
dentry_info
)
ecryptfs_set_dentry_private()
argument
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
inode.c
332
struct ecryptfs_dentry_info *
dentry_info
;
in ecryptfs_lookup_interpose()
local
335
dentry_info
= kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL);
in ecryptfs_lookup_interpose()
336
if (!
dentry_info
) {
in ecryptfs_lookup_interpose()
345
ecryptfs_set_dentry_private(dentry,
dentry_info
);
in ecryptfs_lookup_interpose()
346
dentry_info
->lower_path.mnt = mntget(path->mnt);
in ecryptfs_lookup_interpose()
347
dentry_info
->lower_path.dentry = lower_dentry;
in ecryptfs_lookup_interpose()
H
A
D
ecryptfs_kernel.h
498
struct ecryptfs_dentry_info *
dentry_info
)
in ecryptfs_set_dentry_private()
500
dentry->d_fsdata =
dentry_info
;
in ecryptfs_set_dentry_private()
497
ecryptfs_set_dentry_private(struct dentry *dentry, struct ecryptfs_
dentry_info
*
dentry_info
)
ecryptfs_set_dentry_private()
argument
Completed in 7 milliseconds