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:cifs_posix_ace
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifspdu.h
2449
struct
cifs_posix_ace
{ /* access control entry (ACE) */
struct
2459
struct
cifs_posix_ace
ace_array[];
2461
struct
cifs_posix_ace
default_ace_arraay[] */
H
A
D
cifssmb.c
3419
struct
cifs_posix_ace
*cifs_ace)
in cifs_convert_ace()
3440
struct
cifs_posix_ace
*pACE;
in cifs_copy_posix_acl()
3451
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_copy_posix_acl()
3461
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_copy_posix_acl()
3465
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_copy_posix_acl()
3491
static void convert_ace_to_cifs_ace(struct
cifs_posix_ace
*cifs_ace,
in convert_ace_to_cifs_ace()
3544
rc = (__u16)(count * sizeof(struct
cifs_posix_ace
));
in ACL_to_cifs_posix()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifspdu.h
2403
struct
cifs_posix_ace
{ /* access control entry (ACE) */
struct
2413
struct
cifs_posix_ace
ace_array[];
2414
/* followed by struct
cifs_posix_ace
default_ace_array[] */
H
A
D
cifssmb.c
2858
struct
cifs_posix_ace
*cifs_ace)
in cifs_init_posix_acl()
2893
struct
cifs_posix_ace
*pACE;
in cifs_to_posix_acl()
2905
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_to_posix_acl()
2915
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_to_posix_acl()
2919
size += sizeof(struct
cifs_posix_ace
) * count;
in cifs_to_posix_acl()
2947
static void cifs_init_ace(struct
cifs_posix_ace
*cifs_ace,
in cifs_init_ace()
3012
rc = (__u16)(count * sizeof(struct
cifs_posix_ace
));
in posix_acl_to_cifs()
Completed in 31 milliseconds