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:ctsid
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
168
compare_sids(const struct cifs_sid *
ctsid
, const struct cifs_sid *cwsid)
in compare_sids()
argument
173
if ((!
ctsid
) || (!cwsid))
in compare_sids()
177
if (
ctsid
->revision != cwsid->revision) {
in compare_sids()
178
if (
ctsid
->revision > cwsid->revision)
in compare_sids()
186
if (
ctsid
->authority[i] != cwsid->authority[i]) {
in compare_sids()
187
if (
ctsid
->authority[i] > cwsid->authority[i])
in compare_sids()
195
num_sat =
ctsid
->num_subauth;
in compare_sids()
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()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.c
161
compare_sids(const struct cifs_sid *
ctsid
, const struct cifs_sid *cwsid)
in compare_sids()
argument
166
if ((!
ctsid
) || (!cwsid))
in compare_sids()
170
if (
ctsid
->revision != cwsid->revision) {
in compare_sids()
171
if (
ctsid
->revision > cwsid->revision)
in compare_sids()
179
if (
ctsid
->authority[i] != cwsid->authority[i]) {
in compare_sids()
180
if (
ctsid
->authority[i] > cwsid->authority[i])
in compare_sids()
188
num_sat =
ctsid
->num_subauth;
in compare_sids()
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()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
71
int compare_sids(const struct smb_sid *
ctsid
, const struct smb_sid *cwsid)
in compare_sids()
argument
76
if (!
ctsid
|| !cwsid)
in compare_sids()
80
if (
ctsid
->revision != cwsid->revision) {
in compare_sids()
81
if (
ctsid
->revision > cwsid->revision)
in compare_sids()
89
if (
ctsid
->authority[i] != cwsid->authority[i]) {
in compare_sids()
90
if (
ctsid
->authority[i] > cwsid->authority[i])
in compare_sids()
98
num_sat =
ctsid
->num_subauth;
in compare_sids()
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()
H
A
D
smbacl.h
202
int compare_sids(const struct smb_sid *
ctsid
, const struct smb_sid *cwsid);
Completed in 7 milliseconds