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:get_dent_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
journal.c
413
*
get_dent_type
- translate VFS inode mode to UBIFS directory entry type.
416
static int
get_dent_type
(int mode)
in get_dent_type()
function
602
dent->type =
get_dent_type
(inode->i_mode);
in ubifs_jnl_update()
1098
dent1->type =
get_dent_type
(fst_inode->i_mode);
in ubifs_jnl_xrename()
1114
dent2->type =
get_dent_type
(snd_inode->i_mode);
in ubifs_jnl_xrename()
1285
dent->type =
get_dent_type
(old_inode->i_mode);
in ubifs_jnl_rename()
1302
dent2->type =
get_dent_type
(whiteout->i_mode);
in ubifs_jnl_rename()
1748
xent->type =
get_dent_type
(inode->i_mode);
in ubifs_jnl_delete_xattr()
H
A
D
debug.c
68
static const char *
get_dent_type
(int type)
in get_dent_type()
function
282
get_dent_type
(dent->type),
in ubifs_dump_inode()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
journal.c
413
*
get_dent_type
- translate VFS inode mode to UBIFS directory entry type.
416
static int
get_dent_type
(int mode)
in get_dent_type()
function
602
dent->type =
get_dent_type
(inode->i_mode);
in ubifs_jnl_update()
1098
dent1->type =
get_dent_type
(fst_inode->i_mode);
in ubifs_jnl_xrename()
1114
dent2->type =
get_dent_type
(snd_inode->i_mode);
in ubifs_jnl_xrename()
1289
dent->type =
get_dent_type
(old_inode->i_mode);
in ubifs_jnl_rename()
1306
dent2->type =
get_dent_type
(whiteout->i_mode);
in ubifs_jnl_rename()
1758
xent->type =
get_dent_type
(inode->i_mode);
in ubifs_jnl_delete_xattr()
H
A
D
debug.c
68
static const char *
get_dent_type
(int type)
in get_dent_type()
function
282
get_dent_type
(dent->type),
in ubifs_dump_inode()
Completed in 12 milliseconds