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:open_iov
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cached_dir.c
138
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
in open_cached_dir()
local
228
memset(&
open_iov
, 0, sizeof(
open_iov
));
in open_cached_dir()
229
rqst[0].rq_iov =
open_iov
;
in open_cached_dir()
H
A
D
smb2ops.c
1190
rqst[0].rq_iov = vars->
open_iov
;
in smb2_set_ea()
1539
rqst[0].rq_iov = &vars->
open_iov
[0];
in smb2_ioctl_query_info()
2224
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
in smb2_query_dir_first()
local
2246
memset(&
open_iov
, 0, sizeof(
open_iov
));
in smb2_query_dir_first()
2247
rqst[0].rq_iov =
open_iov
;
in smb2_query_dir_first()
2583
rqst[0].rq_iov = vars->
open_iov
;
in smb2_query_info_compound()
3040
rqst[0].rq_iov = vars->
open_iov
;
in smb2_query_reparse_point()
H
A
D
smb2inode.c
119
rqst[num_rqst].rq_iov = &vars->
open_iov
[0];
in smb2_compound_op()
H
A
D
cifsglob.h
2269
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
member
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2ops.c
684
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
in open_shroot()
local
723
memset(&
open_iov
, 0, sizeof(
open_iov
));
in open_shroot()
724
rqst[0].rq_iov =
open_iov
;
in open_shroot()
1147
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
in smb2_set_ea()
local
1216
memset(&
open_iov
, 0, sizeof(
open_iov
));
in smb2_set_ea()
1217
rqst[0].rq_iov =
open_iov
;
in smb2_set_ea()
1500
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
member
1570
rqst[0].rq_iov = &vars->
open_iov
[
in smb2_ioctl_query_info()
2240
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
smb2_query_dir_first()
local
2517
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
smb2_query_info_compound()
local
2916
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
smb2_query_symlink()
local
3097
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
smb2_query_reparse_tag()
local
[all...]
H
A
D
smb2inode.c
54
struct kvec
open_iov
[SMB2_CREATE_IOV_SIZE];
member
120
rqst[num_rqst].rq_iov = &vars->
open_iov
[0];
in smb2_compound_op()
Completed in 21 milliseconds