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:al_entry
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
attrlist.c
158
if (ctx->
al_entry
->lowest_vcn == attr->lowest_vcn) {
in ntfs_attrlist_entry_add()
166
ale = (ATTR_LIST_ENTRY*)((u8*)ctx->
al_entry
+
in ntfs_attrlist_entry_add()
167
le16_to_cpu(ctx->
al_entry
->length));
in ntfs_attrlist_entry_add()
177
ale = ctx->
al_entry
;
in ntfs_attrlist_entry_add()
179
/* Don't need it anymore, @ctx->
al_entry
points to @ni->attr_list. */
in ntfs_attrlist_entry_add()
240
* Remove the attribute list entry @ctx->
al_entry
from the attribute list.
253
if (!ctx || !ctx->ntfs_ino || !ctx->
al_entry
) {
in ntfs_attrlist_entry_rm()
263
ale = ctx->
al_entry
;
in ntfs_attrlist_entry_rm()
267
(unsigned) le32_to_cpu(ctx->
al_entry
->type),
in ntfs_attrlist_entry_rm()
268
(long long) sle64_to_cpu(ctx->
al_entry
in ntfs_attrlist_entry_rm()
[all...]
H
A
D
attrib.c
3042
* @ctx->mrec, and @ctx->
al_entry
is the attribute list entry for this
3051
* @ctx->
al_entry
points to the position within @ctx->base_ntfs_ino->attr_list
3055
* @ctx->
al_entry
is set to NULL also (see above).
3070
ATTR_LIST_ENTRY *
al_entry
, *next_al_entry;
local
3095
if (!ctx->
al_entry
) {
3096
ctx->
al_entry
= (ATTR_LIST_ENTRY*)al_start;
3100
* Iterate over entries in attribute list starting at @ctx->
al_entry
,
3104
al_entry
= ctx->
al_entry
;
3112
le32_to_cpu(
al_entry
[all...]
H
A
D
index.c
1281
&& (ctx->
al_entry
|| !ntfs_inode_add_attrlist(icx->ni))) {
in ntfs_ir_reparent()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
attrib.h
91
ATTR_LIST_ENTRY *
al_entry
;
member
268
ATTR_LIST_ENTRY
al_entry
;
member
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfswipe.c
917
if (!ctx->
al_entry
|| !ctx->
al_entry
->lowest_vcn) {
in wipe_tails()
Completed in 11 milliseconds