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:std_fa
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
inode.c
177
ni->
std_fa
= std5->fa;
in ntfs_read_mft()
234
ni->
std_fa
|= FILE_ATTRIBUTE_SPARSE_FILE;
in ntfs_read_mft()
236
ni->
std_fa
&= ~FILE_ATTRIBUTE_SPARSE_FILE;
in ntfs_read_mft()
239
ni->
std_fa
|= FILE_ATTRIBUTE_COMPRESSED;
in ntfs_read_mft()
241
ni->
std_fa
&= ~FILE_ATTRIBUTE_COMPRESSED;
in ntfs_read_mft()
244
ni->
std_fa
|= FILE_ATTRIBUTE_ENCRYPTED;
in ntfs_read_mft()
246
ni->
std_fa
&= ~FILE_ATTRIBUTE_ENCRYPTED;
in ntfs_read_mft()
435
ni->
std_fa
|= FILE_ATTRIBUTE_DIRECTORY;
in ntfs_read_mft()
446
ni->
std_fa
&= ~FILE_ATTRIBUTE_DIRECTORY;
in ntfs_read_mft()
451
ni->
std_fa
in ntfs_read_mft()
[all...]
H
A
D
xattr.c
762
*(u8 *)buffer = le32_to_cpu(ni->
std_fa
);
in ntfs_getxattr()
776
*(u32 *)buffer = le32_to_cpu(ni->
std_fa
);
in ntfs_getxattr()
876
if (ni->
std_fa
!= new_fa) {
in ntfs_setxattr()
877
ni->
std_fa
= new_fa;
in ntfs_setxattr()
H
A
D
ntfs_fs.h
365
enum FILE_ATTRIBUTE
std_fa
;
member
1043
return (ni->
std_fa
& FILE_ATTRIBUTE_COMPRESSED) ||
in is_compressed()
1065
return ni->
std_fa
& FILE_ATTRIBUTE_ENCRYPTED;
in is_encrypted()
1070
return ni->
std_fa
& FILE_ATTRIBUTE_SPARSE_FILE;
in is_sparsed()
H
A
D
file.c
405
ni->
std_fa
|= FILE_ATTRIBUTE_ARCHIVE;
in ntfs_truncate()
723
ni->
std_fa
&= ~FILE_ATTRIBUTE_READONLY;
in ntfs3_setattr()
725
ni->
std_fa
|= FILE_ATTRIBUTE_READONLY;
in ntfs3_setattr()
H
A
D
frecord.c
1716
* NOTE: You need to set ni->
std_fa
= new_fa
2357
ni->
std_fa
&= ~(FILE_ATTRIBUTE_SPARSE_FILE |
in ni_decompress_file()
3032
ni->
std_fa
|= FILE_ATTRIBUTE_HIDDEN;
in ni_add_name()
3034
ni->
std_fa
&= ~FILE_ATTRIBUTE_HIDDEN;
in ni_add_name()
3044
de_name->dup.fa = ni->
std_fa
;
in ni_add_name()
3305
dup.fa = ni->
std_fa
;
in ni_write_inode()
Completed in 9 milliseconds