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:xattr_dos_attrib
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
ndr.h
15
int ndr_encode_dos_attr(struct ndr *n, struct
xattr_dos_attrib
*da);
16
int ndr_decode_dos_attr(struct ndr *n, struct
xattr_dos_attrib
*da);
H
A
D
vfs.h
157
struct
xattr_dos_attrib
*da,
161
struct
xattr_dos_attrib
*da);
H
A
D
xattr.h
37
struct
xattr_dos_attrib
{
struct
H
A
D
ndr.c
170
int ndr_encode_dos_attr(struct ndr *n, struct
xattr_dos_attrib
*da)
in ndr_encode_dos_attr()
229
int ndr_decode_dos_attr(struct ndr *n, struct
xattr_dos_attrib
*da)
in ndr_decode_dos_attr()
H
A
D
vfs.c
1595
struct
xattr_dos_attrib
*da,
in ksmbd_vfs_set_dos_attrib_xattr()
1616
struct
xattr_dos_attrib
*da)
in ksmbd_vfs_get_dos_attrib_xattr()
1692
struct
xattr_dos_attrib
da;
in ksmbd_vfs_fill_dentry_attrs()
H
A
D
smb2pdu.c
2519
struct
xattr_dos_attrib
da = {0};
in smb2_new_xattrs()
2540
struct
xattr_dos_attrib
da;
in smb2_update_xattrs()
5717
struct
xattr_dos_attrib
da = {0};
in set_file_basic_info()
7599
struct
xattr_dos_attrib
da;
in fsctl_set_sparse()
Completed in 12 milliseconds