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:ovl_path_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/
H
A
D
util.c
140
enum
ovl_path_type
ovl_path_type
(struct dentry *dentry)
in ovl_path_type()
function
143
enum
ovl_path_type
type = 0;
in ovl_path_type()
197
enum
ovl_path_type
ovl_path_real(struct dentry *dentry, struct path *path)
in ovl_path_real()
199
enum
ovl_path_type
type =
ovl_path_type
(dentry);
in ovl_path_real()
H
A
D
overlayfs.h
15
enum
ovl_path_type
{
enum
265
enum
ovl_path_type
ovl_path_type
(struct dentry *dentry);
269
enum
ovl_path_type
ovl_path_real(struct dentry *dentry, struct path *path);
H
A
D
readdir.c
463
enum
ovl_path_type
type;
in ovl_cache_update_ino()
493
type =
ovl_path_type
(this);
in ovl_cache_update_ino()
704
if (OVL_TYPE_MERGE(
ovl_path_type
(dir->d_parent))) {
in ovl_iterate_real()
751
OVL_TYPE_MERGE(
ovl_path_type
(dentry->d_parent))))) {
in ovl_iterate()
858
if (!OVL_TYPE_UPPER(
ovl_path_type
(dentry)))
in ovl_dir_real_file()
927
enum
ovl_path_type
type;
in ovl_dir_open()
H
A
D
dir.c
310
return OVL_TYPE_MERGE(
ovl_path_type
(dentry));
in ovl_type_merge()
315
return OVL_TYPE_ORIGIN(
ovl_path_type
(dentry));
in ovl_type_origin()
958
enum
ovl_path_type
type =
ovl_path_type
(dentry);
in ovl_type_merge_or_lower()
H
A
D
inode.c
161
enum
ovl_path_type
type;
in ovl_getattr()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
util.c
180
enum
ovl_path_type
ovl_path_type
(struct dentry *dentry)
in ovl_path_type()
function
183
enum
ovl_path_type
type = 0;
in ovl_path_type()
246
enum
ovl_path_type
ovl_path_real(struct dentry *dentry, struct path *path)
in ovl_path_real()
248
enum
ovl_path_type
type =
ovl_path_type
(dentry);
in ovl_path_real()
258
enum
ovl_path_type
ovl_path_realdata(struct dentry *dentry, struct path *path)
in ovl_path_realdata()
260
enum
ovl_path_type
type =
ovl_path_type
(dentry);
in ovl_path_realdata()
H
A
D
overlayfs.h
19
enum
ovl_path_type
{
enum
430
enum
ovl_path_type
ovl_path_type
(struct dentry *dentry);
435
enum
ovl_path_type
ovl_path_real(struct dentry *dentry, struct path *path);
436
enum
ovl_path_type
ovl_path_realdata(struct dentry *dentry, struct path *path);
H
A
D
readdir.c
465
enum
ovl_path_type
type;
in ovl_cache_update_ino()
497
type =
ovl_path_type
(this);
in ovl_cache_update_ino()
710
if (OVL_TYPE_MERGE(
ovl_path_type
(dir->d_parent))) {
in ovl_iterate_real()
758
OVL_TYPE_MERGE(
ovl_path_type
(dentry->d_parent))))) {
in ovl_iterate()
868
if (!OVL_TYPE_UPPER(
ovl_path_type
(dentry)))
in ovl_dir_real_file()
937
enum
ovl_path_type
type;
in ovl_dir_open()
H
A
D
dir.c
313
return OVL_TYPE_MERGE(
ovl_path_type
(dentry));
in ovl_type_merge()
318
return OVL_TYPE_ORIGIN(
ovl_path_type
(dentry));
in ovl_type_origin()
948
enum
ovl_path_type
type =
ovl_path_type
(dentry);
in ovl_type_merge_or_lower()
H
A
D
inode.c
161
enum
ovl_path_type
type;
in ovl_getattr()
Completed in 16 milliseconds