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:sub_auth
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
155
saval = le32_to_cpu(sidptr->
sub_auth
[i]);
in sid_to_key_str()
200
if (ctsid->
sub_auth
[i] != cwsid->
sub_auth
[i]) {
in compare_sids()
201
if (le32_to_cpu(ctsid->
sub_auth
[i]) >
in compare_sids()
202
le32_to_cpu(cwsid->
sub_auth
[i]))
in compare_sids()
252
if (psid->
sub_auth
[0] != pwell_known_sid->
sub_auth
[0])
in is_well_known_sid()
255
*puid = le32_to_cpu(psid->
sub_auth
[1]);
in is_well_known_sid()
257
*puid = le32_to_cpu(psid->
sub_auth
[0]);
in is_well_known_sid()
258
if ((psid->
sub_auth
[
in is_well_known_sid()
[all...]
H
A
D
cifsacl.h
81
__le32
sub_auth
[SID_MAX_SUB_AUTHORITIES]; /*
sub_auth
[num_subauth] */
member
84
/* size of a struct cifs_sid, sans
sub_auth
array */
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.c
148
saval = le32_to_cpu(sidptr->
sub_auth
[i]);
in sid_to_key_str()
193
if (ctsid->
sub_auth
[i] != cwsid->
sub_auth
[i]) {
in compare_sids()
194
if (le32_to_cpu(ctsid->
sub_auth
[i]) >
in compare_sids()
195
le32_to_cpu(cwsid->
sub_auth
[i]))
in compare_sids()
245
if (psid->
sub_auth
[0] != pwell_known_sid->
sub_auth
[0])
in is_well_known_sid()
248
*puid = le32_to_cpu(psid->
sub_auth
[1]);
in is_well_known_sid()
250
*puid = le32_to_cpu(psid->
sub_auth
[0]);
in is_well_known_sid()
251
if ((psid->
sub_auth
[
in is_well_known_sid()
[all...]
H
A
D
cifsacl.h
71
__le32
sub_auth
[SID_MAX_SUB_AUTHORITIES]; /*
sub_auth
[num_subauth] */
member
74
/* size of a struct cifs_sid, sans
sub_auth
array */
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
103
if (ctsid->
sub_auth
[i] != cwsid->
sub_auth
[i]) {
in compare_sids()
104
if (le32_to_cpu(ctsid->
sub_auth
[i]) >
in compare_sids()
105
le32_to_cpu(cwsid->
sub_auth
[i]))
in compare_sids()
125
dst->
sub_auth
[i] = src->
sub_auth
[i];
in smb_copy_sid()
213
pntace->sid.
sub_auth
[i] = psid->
sub_auth
[i];
in fill_ace_for_sid()
253
ssid->
sub_auth
[ssid->num_subauth] = cpu_to_le32(cid);
in id_to_sid()
277
id = le32_to_cpu(psid->
sub_auth
[psi
in sid_to_id()
1453
ksmbd_init_domain(u32 *
sub_auth
)
ksmbd_init_domain()
argument
[all...]
H
A
D
smbacl.h
131
__le32
sub_auth
[SID_MAX_SUB_AUTHORITIES]; /*
sub_auth
[num_subauth] */
member
134
/* size of a struct cifs_sid, sans
sub_auth
array */
212
void ksmbd_init_domain(u32 *
sub_auth
);
H
A
D
ksmbd_netlink.h
106
__u32
sub_auth
[3]; /* Subauth value for Security ID */
member
H
A
D
transport_ipc.c
298
ksmbd_init_domain(req->
sub_auth
);
in ipc_server_config_on_startup()
Completed in 12 milliseconds