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:cf_dtype
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
readdir.c
181
fattr->
cf_dtype
= DT_DIR;
in cifs_fill_common_info()
184
fattr->
cf_dtype
= DT_LNK;
in cifs_fill_common_info()
187
fattr->
cf_dtype
= DT_FIFO;
in cifs_fill_common_info()
190
fattr->
cf_dtype
= DT_SOCK;
in cifs_fill_common_info()
193
fattr->
cf_dtype
= DT_CHR;
in cifs_fill_common_info()
196
fattr->
cf_dtype
= DT_BLK;
in cifs_fill_common_info()
199
fattr->
cf_dtype
= DT_REG;
in cifs_fill_common_info()
232
fattr->
cf_dtype
= DT_FIFO;
in cifs_fill_common_info()
279
fattr->
cf_dtype
= DT_DIR;
in cifs_posix_to_fattr()
287
fattr->
cf_dtype
in cifs_posix_to_fattr()
[all...]
H
A
D
inode.c
259
fattr->
cf_dtype
= DT_REG;
263
fattr->
cf_dtype
= DT_LNK;
267
fattr->
cf_dtype
= DT_DIR;
271
fattr->
cf_dtype
= DT_CHR;
277
fattr->
cf_dtype
= DT_BLK;
283
fattr->
cf_dtype
= DT_FIFO;
287
fattr->
cf_dtype
= DT_SOCK;
292
fattr->
cf_dtype
= DT_REG;
463
fattr->
cf_dtype
= DT_FIFO;
467
fattr->
cf_dtype
[all...]
H
A
D
link.c
295
fattr->
cf_dtype
= DT_LNK;
in check_mf_symlink()
H
A
D
cifsglob.h
1711
unsigned int
cf_dtype
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
inode.c
264
fattr->
cf_dtype
= DT_REG;
in cifs_unix_basic_to_fattr()
268
fattr->
cf_dtype
= DT_LNK;
in cifs_unix_basic_to_fattr()
272
fattr->
cf_dtype
= DT_DIR;
in cifs_unix_basic_to_fattr()
276
fattr->
cf_dtype
= DT_CHR;
in cifs_unix_basic_to_fattr()
282
fattr->
cf_dtype
= DT_BLK;
in cifs_unix_basic_to_fattr()
288
fattr->
cf_dtype
= DT_FIFO;
in cifs_unix_basic_to_fattr()
292
fattr->
cf_dtype
= DT_SOCK;
in cifs_unix_basic_to_fattr()
297
fattr->
cf_dtype
= DT_REG;
in cifs_unix_basic_to_fattr()
526
fattr->
cf_dtype
= DT_FIFO;
in cifs_sfu_type()
530
fattr->
cf_dtype
in cifs_sfu_type()
[all...]
H
A
D
readdir.c
196
fattr->
cf_dtype
= DT_DIR;
in cifs_fill_common_info()
199
fattr->
cf_dtype
= DT_REG;
in cifs_fill_common_info()
225
fattr->
cf_dtype
= DT_FIFO;
in cifs_fill_common_info()
272
fattr->
cf_dtype
= DT_DIR;
in cifs_posix_to_fattr()
280
fattr->
cf_dtype
= DT_REG;
in cifs_posix_to_fattr()
841
dirent->fattr.
cf_dtype
);
in emit_cached_dirents()
915
rc = dir_emit(ctx, name, namelen, ino, fattr->
cf_dtype
);
in cifs_dir_emit()
H
A
D
link.c
249
fattr->
cf_dtype
= DT_LNK;
in check_mf_symlink()
H
A
D
cifsglob.h
1147
unsigned int
cf_dtype
;
member
Completed in 26 milliseconds