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:FileAttributes
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.h
351
__le32
FileAttributes
;
member
354
__le32 ReparsePointTag; /* valid if FILE_ATTR_REPARSE_POINT set in
FileAttributes
*/
H
A
D
cifspdu.h
858
__le32
FileAttributes
;
member
890
__le32
FileAttributes
;
912
__le32
FileAttributes
;
member
935
__le16
FileAttributes
; /* dos attrs */
member
951
__le16
FileAttributes
;
member
H
A
D
cifssmb.c
1082
pSMB->
FileAttributes
= cpu_to_le16(ATTR_SYSTEM);
in SMBLegacyOpen()
1084
pSMB->
FileAttributes
= cpu_to_le16(0/*ATTR_NORMAL*/);
in SMBLegacyOpen()
1087
pSMB->
FileAttributes
|= cpu_to_le16(ATTR_READONLY);
in SMBLegacyOpen()
1124
cpu_to_le32(le16_to_cpu(pSMBr->
FileAttributes
));
in SMBLegacyOpen()
1198
req->
FileAttributes
= cpu_to_le32(ATTR_SYSTEM);
in CIFS_open()
1200
req->
FileAttributes
= cpu_to_le32(ATTR_NORMAL);
in CIFS_open()
1207
req->
FileAttributes
|= cpu_to_le32(ATTR_POSIX_SEMANTICS);
in CIFS_open()
1210
req->
FileAttributes
|= cpu_to_le32(ATTR_READONLY);
in CIFS_open()
H
A
D
smb2pdu.c
2815
req->
FileAttributes
= cpu_to_le32(file_attributes);
in smb311_posix_mkdir()
2964
req->
FileAttributes
= cpu_to_le32(file_attributes);
in SMB2_open_init()
3193
buf->Attributes = rsp->
FileAttributes
;
in SMB2_open()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifspdu.h
907
__le32
FileAttributes
;
member
938
__le32
FileAttributes
;
member
959
__le32
FileAttributes
;
member
982
__le16
FileAttributes
; /* dos attrs */
member
998
__le16
FileAttributes
;
member
H
A
D
smb2pdu.h
795
__le32
FileAttributes
;
member
825
__le32
FileAttributes
;
member
H
A
D
cifssmb.c
1262
pSMB->
FileAttributes
= cpu_to_le16(ATTR_SYSTEM);
in SMBLegacyOpen()
1264
pSMB->
FileAttributes
= cpu_to_le16(0/*ATTR_NORMAL*/);
in SMBLegacyOpen()
1267
pSMB->
FileAttributes
|= cpu_to_le16(ATTR_READONLY);
in SMBLegacyOpen()
1304
cpu_to_le32(le16_to_cpu(pSMBr->
FileAttributes
));
in SMBLegacyOpen()
1378
req->
FileAttributes
= cpu_to_le32(ATTR_SYSTEM);
in CIFS_open()
1380
req->
FileAttributes
= cpu_to_le32(ATTR_NORMAL);
in CIFS_open()
1387
req->
FileAttributes
|= cpu_to_le32(ATTR_POSIX_SEMANTICS);
in CIFS_open()
1390
req->
FileAttributes
|= cpu_to_le32(ATTR_READONLY);
in CIFS_open()
H
A
D
smb2pdu.c
2539
req->
FileAttributes
= cpu_to_le32(file_attributes);
in smb311_posix_mkdir()
2675
req->
FileAttributes
= cpu_to_le32(file_attributes);
in SMB2_open_init()
2912
buf->Attributes = rsp->
FileAttributes
;
in SMB2_open()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.h
345
__le32
FileAttributes
;
member
H
A
D
smb2pdu.c
2288
rsp->
FileAttributes
= FILE_ATTRIBUTE_NORMAL_LE;
in create_smb2_pipe()
2545
/* get
FileAttributes
from XATTR_NAME_DOS_ATTRIBUTE */
in smb2_update_xattrs()
2798
if (req->
FileAttributes
&& !(req->
FileAttributes
& FILE_ATTRIBUTE_MASK_LE)) {
in smb2_open()
2800
le32_to_cpu(req->
FileAttributes
));
in smb2_open()
2928
req->
FileAttributes
& FILE_ATTRIBUTE_NORMAL_LE) {
in smb2_open()
3309
if (req->
FileAttributes
|| fp->f_ci->m_fattr == 0)
in smb2_open()
3311
cpu_to_le32(smb2_get_dos_mode(&stat, le32_to_cpu(req->
FileAttributes
)));
in smb2_open()
3337
rsp->
FileAttributes
= fp->f_ci->m_fattr;
in smb2_open()
4840
file_info->
FileAttributes
in get_file_attribute_tag_info()
[all...]
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
1161
__le32
FileAttributes
;
member
1184
__le32
FileAttributes
;
member
Completed in 68 milliseconds