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:pntace
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsacl.c
640
static __u16 fill_ace_for_sid(struct cifs_ace *
pntace
,
in fill_ace_for_sid()
argument
647
pntace
->type = ACCESS_ALLOWED;
in fill_ace_for_sid()
648
pntace
->flags = 0x0;
in fill_ace_for_sid()
652
pntace
->access_req = cpu_to_le32(access_req);
in fill_ace_for_sid()
654
pntace
->sid.revision = psid->revision;
in fill_ace_for_sid()
655
pntace
->sid.num_subauth = psid->num_subauth;
in fill_ace_for_sid()
657
pntace
->sid.authority[i] = psid->authority[i];
in fill_ace_for_sid()
659
pntace
->sid.sub_auth[i] = psid->sub_auth[i];
in fill_ace_for_sid()
662
pntace
->size = cpu_to_le16(size);
in fill_ace_for_sid()
807
unsigned int setup_authusers_ACE(struct cifs_ace *
pntace
)
in setup_authusers_ACE()
argument
831
setup_special_mode_ACE(struct cifs_ace *
pntace
, __u64 nmode)
setup_special_mode_ACE()
argument
853
setup_special_user_owner_ACE(struct cifs_ace *
pntace
)
setup_special_user_owner_ACE()
argument
885
struct cifs_ace *
pntace
=
set_chmod_dacl()
local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsacl.c
688
static __u16 fill_ace_for_sid(struct cifs_ace *
pntace
,
in fill_ace_for_sid()
argument
697
pntace
->type = access_type;
in fill_ace_for_sid()
698
pntace
->flags = 0x0;
in fill_ace_for_sid()
709
pntace
->access_req = cpu_to_le32(access_req);
in fill_ace_for_sid()
711
pntace
->sid.revision = psid->revision;
in fill_ace_for_sid()
712
pntace
->sid.num_subauth = psid->num_subauth;
in fill_ace_for_sid()
714
pntace
->sid.authority[i] = psid->authority[i];
in fill_ace_for_sid()
716
pntace
->sid.sub_auth[i] = psid->sub_auth[i];
in fill_ace_for_sid()
719
pntace
->size = cpu_to_le16(size);
in fill_ace_for_sid()
864
unsigned int setup_authusers_ACE(struct cifs_ace *
pntace
)
in setup_authusers_ACE()
argument
888
setup_special_mode_ACE(struct cifs_ace *
pntace
, __u64 nmode)
setup_special_mode_ACE()
argument
910
setup_special_user_owner_ACE(struct cifs_ace *
pntace
)
setup_special_user_owner_ACE()
argument
1043
struct cifs_ace *
pntace
= NULL;
replace_sids_and_copy_aces()
local
1083
struct cifs_ace *
pntace
= NULL;
set_chmod_dacl()
local
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
193
static __u16 fill_ace_for_sid(struct smb_ace *
pntace
,
in fill_ace_for_sid()
argument
201
pntace
->type = type;
in fill_ace_for_sid()
202
pntace
->flags = flags;
in fill_ace_for_sid()
206
pntace
->access_req = cpu_to_le32(access_req);
in fill_ace_for_sid()
208
pntace
->sid.revision = psid->revision;
in fill_ace_for_sid()
209
pntace
->sid.num_subauth = psid->num_subauth;
in fill_ace_for_sid()
211
pntace
->sid.authority[i] = psid->authority[i];
in fill_ace_for_sid()
213
pntace
->sid.sub_auth[i] = psid->sub_auth[i];
in fill_ace_for_sid()
216
pntace
->size = cpu_to_le16(size);
in fill_ace_for_sid()
Completed in 6 milliseconds