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:attrdef
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
super.c
1574
* @vol: ntfs super block describing device whose
attrdef
to load
1588
/* Read
attrdef
table and setup vol->
attrdef
and vol->attrdef_size. */
in load_and_init_attrdef()
1600
vol->
attrdef
= (ATTR_DEF*)ntfs_malloc_nofs(i_size);
in load_and_init_attrdef()
1601
if (!vol->
attrdef
)
in load_and_init_attrdef()
1607
/* Read the
attrdef
table and copy it into the linear buffer. */
in load_and_init_attrdef()
1612
memcpy((u8*)vol->
attrdef
+ (index++ << PAGE_SHIFT),
in load_and_init_attrdef()
1626
ntfs_free(vol->
attrdef
);
in load_and_init_attrdef()
1627
vol->
attrdef
= NULL;
in load_and_init_attrdef()
1814
* Read attribute definitions table and setup @vol->
attrdef
an
in load_system_files()
[all...]
H
A
D
volume.h
66
ATTR_DEF *
attrdef
; /* Table of attribute definitions.
member
H
A
D
attrib.c
1321
BUG_ON(!vol->
attrdef
);
in ntfs_attr_find_in_attrdef()
1323
for (ad = vol->
attrdef
; (u8*)ad - (u8*)vol->
attrdef
<
in ntfs_attr_find_in_attrdef()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
super.c
1582
* @vol: ntfs super block describing device whose
attrdef
to load
1596
/* Read
attrdef
table and setup vol->
attrdef
and vol->attrdef_size. */
in load_and_init_attrdef()
1608
vol->
attrdef
= (ATTR_DEF*)ntfs_malloc_nofs(i_size);
in load_and_init_attrdef()
1609
if (!vol->
attrdef
)
in load_and_init_attrdef()
1615
/* Read the
attrdef
table and copy it into the linear buffer. */
in load_and_init_attrdef()
1620
memcpy((u8*)vol->
attrdef
+ (index++ << PAGE_SHIFT),
in load_and_init_attrdef()
1634
ntfs_free(vol->
attrdef
);
in load_and_init_attrdef()
1635
vol->
attrdef
= NULL;
in load_and_init_attrdef()
1822
* Read attribute definitions table and setup @vol->
attrdef
an
in load_system_files()
[all...]
H
A
D
volume.h
66
ATTR_DEF *
attrdef
; /* Table of attribute definitions.
member
H
A
D
attrib.c
1321
BUG_ON(!vol->
attrdef
);
in ntfs_attr_find_in_attrdef()
1323
for (ad = vol->
attrdef
; (u8*)ad - (u8*)vol->
attrdef
<
in ntfs_attr_find_in_attrdef()
Completed in 12 milliseconds