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:gsidoffset
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
833
le32_to_cpu(pntsd->
gsidoffset
));
in parse_sec_desc()
839
le32_to_cpu(pntsd->
gsidoffset
),
in parse_sec_desc()
865
if (pntsd->
gsidoffset
) {
in parse_sec_desc()
942
pntsd->
gsidoffset
= cpu_to_le32(offset);
in build_sec_desc()
1120
if (parent_pntsd->
gsidoffset
) {
in smb_inherit_dacl()
1122
le32_to_cpu(parent_pntsd->
gsidoffset
));
in smb_inherit_dacl()
1141
pntsd->
gsidoffset
= parent_pntsd->
gsidoffset
;
in smb_inherit_dacl()
1151
if ((u64)le32_to_cpu(pntsd->
gsidoffset
) + pgroup_sid_size >
in smb_inherit_dacl()
1172
if (pntsd->
gsidoffset
) {
in smb_inherit_dacl()
[all...]
H
A
D
smbacl.h
122
__le32
gsidoffset
;
member
H
A
D
vfs.c
1464
pntsd->
gsidoffset
=
in ksmbd_vfs_set_sd_xattr()
1465
cpu_to_le32(le32_to_cpu(pntsd->
gsidoffset
) + NDR_NTSD_OFFSETOF);
in ksmbd_vfs_set_sd_xattr()
1573
(*pntsd)->
gsidoffset
= cpu_to_le32(le32_to_cpu((*pntsd)->
gsidoffset
) -
in ksmbd_vfs_get_sd_xattr()
H
A
D
smb2pdu.c
5239
pntsd->
gsidoffset
= 0;
in smb2_get_info_sec()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
535
pnntsd->
gsidoffset
= cpu_to_le32(sidsoffset + sizeof(struct cifs_sid));
in copy_sec_desc()
545
le32_to_cpu(pntsd->
gsidoffset
));
in copy_sec_desc()
959
le32_to_cpu(pntsd->
gsidoffset
));
in parse_sec_desc()
964
le32_to_cpu(pntsd->
gsidoffset
),
in parse_sec_desc()
1019
le32_to_cpu(pntsd->
gsidoffset
));
in build_sec_desc()
1070
le32_to_cpu(pnntsd->
gsidoffset
));
in build_sec_desc()
H
A
D
cifsacl.h
72
__le32
gsidoffset
;
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.h
62
__le32
gsidoffset
;
member
H
A
D
cifsacl.c
533
pnntsd->
gsidoffset
= cpu_to_le32(sidsoffset + sizeof(struct cifs_sid));
in copy_sec_desc()
549
le32_to_cpu(pntsd->
gsidoffset
));
in copy_sec_desc()
1209
le32_to_cpu(pntsd->
gsidoffset
));
in parse_sec_desc()
1214
le32_to_cpu(pntsd->
gsidoffset
),
in parse_sec_desc()
1279
le32_to_cpu(pntsd->
gsidoffset
));
in build_sec_desc()
Completed in 18 milliseconds