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:cf_dacls
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smbacl.c
568
fattr->
cf_dacls
=
in parse_dacl()
571
if (fattr->
cf_dacls
) {
in parse_dacl()
572
cf_pdace = fattr->
cf_dacls
->a_entries;
in parse_dacl()
660
if (!fattr->
cf_dacls
)
in set_posix_acl_entries_dacl()
663
pace = fattr->
cf_dacls
->a_entries;
in set_posix_acl_entries_dacl()
664
for (i = 0; i < fattr->
cf_dacls
->a_count; i++, pace++) {
in set_posix_acl_entries_dacl()
1413
if (IS_ENABLED(CONFIG_FS_POSIX_ACL) && fattr.
cf_dacls
) {
in set_info_sec()
1420
if (S_ISDIR(inode->i_mode) && fattr.
cf_dacls
) {
in set_info_sec()
1422
ACL_TYPE_DEFAULT, fattr.
cf_dacls
);
in set_info_sec()
1449
posix_acl_release(fattr.
cf_dacls
);
in set_info_sec()
[all...]
H
A
D
smbacl.h
157
struct posix_acl *
cf_dacls
;
member
H
A
D
smb2pdu.c
2636
fattr->
cf_dacls
= NULL;
in ksmbd_acls_fattr()
2641
fattr->
cf_dacls
= get_inode_acl(inode, ACL_TYPE_DEFAULT);
in ksmbd_acls_fattr()
3131
if (fattr.
cf_dacls
)
in smb2_open()
3132
ace_num += fattr.
cf_dacls
->a_count;
in smb2_open()
3141
posix_acl_release(fattr.
cf_dacls
);
in smb2_open()
3152
posix_acl_release(fattr.
cf_dacls
);
in smb2_open()
5282
posix_acl_release(fattr.
cf_dacls
);
in smb2_get_info_sec()
Completed in 11 milliseconds