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:SYNCHRONIZE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.h
108
#define
SYNCHRONIZE
0x00100000 /* The file handle can waited on to */
macro
124
| WRITE_OWNER |
SYNCHRONIZE
)
130
| WRITE_OWNER |
SYNCHRONIZE
)
135
| WRITE_OWNER |
SYNCHRONIZE
)
138
| READ_CONTROL |
SYNCHRONIZE
)
143
FILE_READ_EA |
SYNCHRONIZE
)
147
FILE_APPEND_DATA |
SYNCHRONIZE
)
150
FILE_READ_ATTRIBUTES |
SYNCHRONIZE
)
153
WRITE_OWNER |
SYNCHRONIZE
| FILE_READ_DATA | \
H
A
D
vfs.c
145
*daccess |= cpu_to_le32(WRITE_DAC | WRITE_OWNER |
SYNCHRONIZE
|
in ksmbd_vfs_query_maximal_access()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifspdu.h
245
#define
SYNCHRONIZE
0x00100000 /* The file handle can waited on to */
macro
267
| WRITE_OWNER |
SYNCHRONIZE
)
273
| WRITE_OWNER |
SYNCHRONIZE
)
278
| WRITE_OWNER |
SYNCHRONIZE
)
281
| READ_CONTROL |
SYNCHRONIZE
)
H
A
D
smb1ops.c
796
oparms.desired_access =
SYNCHRONIZE
| FILE_WRITE_ATTRIBUTES;
in smb_set_file_info()
H
A
D
smb2ops.c
1583
oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES |
SYNCHRONIZE
;
in smb2_ioctl_query_info()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifspdu.h
215
#define
SYNCHRONIZE
0x00100000 /* The file handle can waited on to */
macro
239
| WRITE_OWNER |
SYNCHRONIZE
)
245
| WRITE_OWNER |
SYNCHRONIZE
)
250
| WRITE_OWNER |
SYNCHRONIZE
)
253
| READ_CONTROL |
SYNCHRONIZE
)
H
A
D
smb1ops.c
833
.desired_access =
SYNCHRONIZE
| FILE_WRITE_ATTRIBUTES,
in smb_set_file_info()
H
A
D
smb2ops.c
1552
oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES |
SYNCHRONIZE
;
in smb2_ioctl_query_info()
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
layout.h
1487
SYNCHRONIZE
= cpu_to_le32(0x00100000),
enumerator
1504
*
SYNCHRONIZE
access.
1529
* FILE_WRITE_EA | STANDARD_RIGHTS_WRITE |
SYNCHRONIZE
1538
* STANDARD_RIGHTS_READ |
SYNCHRONIZE
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
layout.h
1487
SYNCHRONIZE
= cpu_to_le32(0x00100000),
enumerator
1504
*
SYNCHRONIZE
access.
1529
* FILE_WRITE_EA | STANDARD_RIGHTS_WRITE |
SYNCHRONIZE
1538
* STANDARD_RIGHTS_READ |
SYNCHRONIZE
Completed in 59 milliseconds