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:smb_ace
(Results
1 - 3
of
3
) sorted by relevance
/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()
374
struct
smb_ace
**ppace;
in parse_dacl()
401
if (num_aces > ULONG_MAX / sizeof(struct
smb_ace
*))
in parse_dacl()
413
ppace = kmalloc_array(num_aces, sizeof(struct
smb_ace
*), GFP_KERNEL);
in parse_dacl()
429
ppace[i] = (struct
smb_ace
*)(acl_base + acl_size);
in parse_dacl()
431
acl_size = offsetof(struct
smb_ace
, sid) +
in parse_dacl()
582
struct
smb_ace
*pndace,
in set_posix_acl_entries_dacl()
588
struct
smb_ace
*ntace;
in set_posix_acl_entries_dacl()
626
ntace = (struct
smb_ace
*)((char *)ntace +
in set_posix_acl_entries_dacl()
633
ntace = (struct
smb_ace
*)((cha
in set_posix_acl_entries_dacl()
[all...]
H
A
D
smbacl.h
143
struct
smb_ace
{
struct
H
A
D
smb2pdu.c
3137
sizeof(struct
smb_ace
) * ace_num * 2,
in smb2_open()
Completed in 18 milliseconds