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:ffdinfo
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.c
3500
struct file_full_directory_info *
ffdinfo
;
in dentry_name()
local
3502
ffdinfo
= (struct file_full_directory_info *)d_info->rptr;
in dentry_name()
3503
d_info->rptr += le32_to_cpu(
ffdinfo
->NextEntryOffset);
in dentry_name()
3504
d_info->name =
ffdinfo
->FileName;
in dentry_name()
3505
d_info->name_len = le32_to_cpu(
ffdinfo
->FileNameLength);
in dentry_name()
3625
struct file_full_directory_info *
ffdinfo
;
in smb2_populate_readdir_entry()
local
3627
ffdinfo
= (struct file_full_directory_info *)kstat;
in smb2_populate_readdir_entry()
3628
ffdinfo
->FileNameLength = cpu_to_le32(conv_len);
in smb2_populate_readdir_entry()
3629
ffdinfo
->EaSize =
in smb2_populate_readdir_entry()
3631
if (
ffdinfo
in smb2_populate_readdir_entry()
3871
struct file_full_directory_info *
ffdinfo
;
reserve_populate_dentry()
local
[all...]
Completed in 7 milliseconds