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 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
attrib.c
847
* mft record in which @ctx->attr is located and @ctx->
al_entry
will point to
854
* @ctx->attr is located and @ctx->
al_entry
will point to the attribute list
862
* attribute list attribute at @ctx->
al_entry
.
874
ATTR_LIST_ENTRY *
al_entry
, *next_al_entry;
in ntfs_external_attr_find()
local
897
if (!ctx->
al_entry
)
in ntfs_external_attr_find()
898
ctx->
al_entry
= (ATTR_LIST_ENTRY*)al_start;
in ntfs_external_attr_find()
900
* Iterate over entries in attribute list starting at @ctx->
al_entry
,
in ntfs_external_attr_find()
904
al_entry
= ctx->
al_entry
;
in ntfs_external_attr_find()
907
al_entry
in ntfs_external_attr_find()
[all...]
H
A
D
inode.c
1860
ATTR_LIST_ENTRY *
al_entry
, *next_al_entry;
in ntfs_read_inode_mount()
local
1958
al_entry
= (ATTR_LIST_ENTRY*)ni->attr_list;
in ntfs_read_inode_mount()
1959
al_end = (u8*)
al_entry
+ ni->attr_list_size;
in ntfs_read_inode_mount()
1960
for (;;
al_entry
= next_al_entry) {
in ntfs_read_inode_mount()
1962
if ((u8*)
al_entry
< ni->attr_list ||
in ntfs_read_inode_mount()
1963
(u8*)
al_entry
> al_end)
in ntfs_read_inode_mount()
1966
if ((u8*)
al_entry
== al_end)
in ntfs_read_inode_mount()
1968
if (!
al_entry
->length)
in ntfs_read_inode_mount()
1970
if ((u8*)
al_entry
+ 6 > al_end || (u8*)
al_entry
in ntfs_read_inode_mount()
[all...]
H
A
D
attrib.h
43
ATTR_LIST_ENTRY *
al_entry
;
member
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
attrib.c
847
* mft record in which @ctx->attr is located and @ctx->
al_entry
will point to
854
* @ctx->attr is located and @ctx->
al_entry
will point to the attribute list
862
* attribute list attribute at @ctx->
al_entry
.
874
ATTR_LIST_ENTRY *
al_entry
, *next_al_entry;
in ntfs_external_attr_find()
local
897
if (!ctx->
al_entry
)
in ntfs_external_attr_find()
898
ctx->
al_entry
= (ATTR_LIST_ENTRY*)al_start;
in ntfs_external_attr_find()
900
* Iterate over entries in attribute list starting at @ctx->
al_entry
,
in ntfs_external_attr_find()
904
al_entry
= ctx->
al_entry
;
in ntfs_external_attr_find()
907
al_entry
in ntfs_external_attr_find()
[all...]
H
A
D
inode.c
1860
ATTR_LIST_ENTRY *
al_entry
, *next_al_entry;
in ntfs_read_inode_mount()
local
1958
al_entry
= (ATTR_LIST_ENTRY*)ni->attr_list;
in ntfs_read_inode_mount()
1959
al_end = (u8*)
al_entry
+ ni->attr_list_size;
in ntfs_read_inode_mount()
1960
for (;;
al_entry
= next_al_entry) {
in ntfs_read_inode_mount()
1962
if ((u8*)
al_entry
< ni->attr_list ||
in ntfs_read_inode_mount()
1963
(u8*)
al_entry
> al_end)
in ntfs_read_inode_mount()
1966
if ((u8*)
al_entry
== al_end)
in ntfs_read_inode_mount()
1968
if (!
al_entry
->length)
in ntfs_read_inode_mount()
1970
if ((u8*)
al_entry
+ 6 > al_end || (u8*)
al_entry
in ntfs_read_inode_mount()
[all...]
H
A
D
attrib.h
43
ATTR_LIST_ENTRY *
al_entry
;
member
Completed in 8 milliseconds