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:FILE_NAME_DOS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
dir.c
158
if (ie->key.file_name.file_name_type ==
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
169
name->type =
FILE_NAME_DOS
;
in ntfs_lookup_inode_by_name()
213
if (type !=
FILE_NAME_DOS
)
in ntfs_lookup_inode_by_name()
222
if (type !=
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
418
if (ie->key.file_name.file_name_type ==
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
429
name->type =
FILE_NAME_DOS
;
in ntfs_lookup_inode_by_name()
475
if (type !=
FILE_NAME_DOS
)
in ntfs_lookup_inode_by_name()
484
if (type !=
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
1022
if (name_type ==
FILE_NAME_DOS
) {
in ntfs_filldir()
H
A
D
namei.c
171
if (name->type !=
FILE_NAME_DOS
) { /* Case 2. */
in ntfs_lookup()
177
} else /* if (name->type ==
FILE_NAME_DOS
) */ { /* Case 3. */
in ntfs_lookup()
H
A
D
layout.h
1017
FILE_NAME_DOS
= 0x02,
enumerator
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
dir.c
158
if (ie->key.file_name.file_name_type ==
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
169
name->type =
FILE_NAME_DOS
;
in ntfs_lookup_inode_by_name()
213
if (type !=
FILE_NAME_DOS
)
in ntfs_lookup_inode_by_name()
222
if (type !=
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
418
if (ie->key.file_name.file_name_type ==
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
429
name->type =
FILE_NAME_DOS
;
in ntfs_lookup_inode_by_name()
475
if (type !=
FILE_NAME_DOS
)
in ntfs_lookup_inode_by_name()
484
if (type !=
FILE_NAME_DOS
) {
in ntfs_lookup_inode_by_name()
1022
if (name_type ==
FILE_NAME_DOS
) {
in ntfs_filldir()
H
A
D
namei.c
171
if (name->type !=
FILE_NAME_DOS
) { /* Case 2. */
in ntfs_lookup()
177
} else /* if (name->type ==
FILE_NAME_DOS
) */ { /* Case 3. */
in ntfs_lookup()
H
A
D
layout.h
1017
FILE_NAME_DOS
= 0x02,
enumerator
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
ntfs.h
555
#define
FILE_NAME_DOS
2
macro
556
#define FILE_NAME_UNICODE_AND_DOS (
FILE_NAME_DOS
| FILE_NAME_UNICODE)
600
return
FILE_NAME_DOS
;
in paired_name()
601
if (type ==
FILE_NAME_DOS
)
in paired_name()
H
A
D
dir.c
286
if (fname->type ==
FILE_NAME_DOS
)
in ntfs_filldir()
549
if (fname->type ==
FILE_NAME_DOS
)
in ntfs_dir_count()
H
A
D
record.c
544
if (fname && fname->type ==
FILE_NAME_DOS
) {
in mi_remove_attr()
H
A
D
inode.c
202
if (fname->type ==
FILE_NAME_DOS
)
in ntfs_read_mft()
H
A
D
index.c
50
both_case = f2->type !=
FILE_NAME_DOS
&& !sbi->options->nocase;
in cmp_fnames()
Completed in 24 milliseconds