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:GENERIC_READ
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
link.c
277
.desired_access =
GENERIC_READ
,
in cifs_query_mf_symlink()
364
.desired_access =
GENERIC_READ
,
in smb3_query_mf_symlink()
H
A
D
dir.c
276
desired_access |=
GENERIC_READ
; /* is this too little? */
H
A
D
cifsacl.c
585
if (((flags &
GENERIC_READ
) ||
in access_flags_to_mode()
614
if (((flags &
GENERIC_READ
) ||
in access_flags_to_mode()
H
A
D
cifspdu.h
223
#define
GENERIC_READ
0x80000000
macro
H
A
D
file.c
212
return
GENERIC_READ
;
in cifs_convert_flags()
219
return (
GENERIC_READ
| GENERIC_WRITE);
in cifs_convert_flags()
H
A
D
inode.c
542
.desired_access =
GENERIC_READ
,
in cifs_sfu_type()
H
A
D
cifssmb.c
1025
int masked_flags = access_flags & (
GENERIC_READ
| GENERIC_WRITE);
in access_flags_to_smbopen_mode()
1027
if (masked_flags ==
GENERIC_READ
)
in access_flags_to_smbopen_mode()
H
A
D
smb2ops.c
1558
oparms.desired_access =
GENERIC_READ
;
in smb2_ioctl_query_info()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
link.c
320
oparms.desired_access =
GENERIC_READ
;
in cifs_query_mf_symlink()
403
oparms.desired_access =
GENERIC_READ
;
in smb3_query_mf_symlink()
H
A
D
cifsacl.c
578
if ((flags &
GENERIC_READ
) ||
in access_flags_to_mode()
599
if ((flags &
GENERIC_READ
) ||
in access_flags_to_mode()
H
A
D
dir.c
321
desired_access |=
GENERIC_READ
; /* is this too little? */
in cifs_do_create()
H
A
D
cifspdu.h
251
#define
GENERIC_READ
0x80000000
macro
H
A
D
file.c
51
return
GENERIC_READ
;
in cifs_convert_flags()
58
return (
GENERIC_READ
| GENERIC_WRITE);
in cifs_convert_flags()
H
A
D
inode.c
478
oparms.desired_access =
GENERIC_READ
;
H
A
D
cifssmb.c
1205
int masked_flags = access_flags & (
GENERIC_READ
| GENERIC_WRITE);
in access_flags_to_smbopen_mode()
1207
if (masked_flags ==
GENERIC_READ
)
in access_flags_to_smbopen_mode()
H
A
D
smb2ops.c
1589
oparms.desired_access =
GENERIC_READ
;
in smb2_ioctl_query_info()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.h
114
#define
GENERIC_READ
0x80000000
macro
H
A
D
smbacl.c
145
if ((flags &
GENERIC_READ
) || (flags & FILE_READ_RIGHTS))
in access_flags_to_mode()
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
layout.h
1542
GENERIC_READ
= cpu_to_le32(0x80000000),
enumerator
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
layout.h
1542
GENERIC_READ
= cpu_to_le32(0x80000000),
enumerator
Completed in 95 milliseconds