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:attrs_offset
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsck.c
253
u16
attrs_offset
;
in load_runlist()
local
257
if (size_of_file_record<22) // offset to
attrs_offset
in load_runlist()
272
attrs_offset
= le16_to_cpu(((MFT_RECORD*)buf)->
attrs_offset
);
in load_runlist()
274
if (
attrs_offset
<42) {
in load_runlist()
275
check_failed("First attribute must be after the header (%u).\n", (int)
attrs_offset
);
in load_runlist()
277
attr_rec = (ATTR_RECORD *)(buf +
attrs_offset
);
in load_runlist()
424
u16
attrs_offset
= le16_to_cpu(mft_rec->
attrs_offset
);
in check_attr_record()
local
451
if ((u8*)attr_rec == ((u8*)mft_rec) +
attrs_offset
) {
in check_attr_record()
581
u16 usa_count, usa_ofs,
attrs_offset
, usa;
check_file_record()
local
[all...]
H
A
D
ntfsmftalloc.c
236
u = le16_to_cpu(m->
attrs_offset
);
in dump_mft_record()
256
a = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->
attrs_offset
));
in dump_mft_record()
H
A
D
ntfstruncate.c
647
u = le16_to_cpu(m->
attrs_offset
);
in dump_mft_record()
667
a = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->
attrs_offset
));
in dump_mft_record()
H
A
D
ntfswipe.c
1010
const u16
attrs_offset
=
in wipe_mft()
local
1012
const u32 bytes_in_use =
attrs_offset
+ 8;
in wipe_mft()
1036
rec->
attrs_offset
= cpu_to_le16(
attrs_offset
);
in wipe_mft()
1042
*((le32*) (((u8*) rec) +
attrs_offset
)) = const_cpu_to_le32(0xFFFFFFFF);
in wipe_mft()
H
A
D
ntfsinfo.c
2290
(unsigned)le16_to_cpu(mrec->
attrs_offset
),
in ntfs_dump_inode_general_info()
2291
(unsigned)le16_to_cpu(mrec->
attrs_offset
));
in ntfs_dump_inode_general_info()
2341
le16_to_cpu(mrec->
attrs_offset
));
in ntfs_dump_inode_general_info()
H
A
D
ntfsresize.c
3128
offset = le16_to_cpu(mrec->
attrs_offset
);
in find_attr()
4037
offset = le16_to_cpu(mrec->
attrs_offset
);
in rebase_runlists()
4122
offset = le16_to_cpu(mrec->
attrs_offset
);
in rebase_runlists_meta()
H
A
D
playlog.c
320
k = le16_to_cpu(record->
attrs_offset
);
in sanity_mft()
1544
pos = le16_to_cpu(record->
attrs_offset
);
in delete_names()
1626
pos = le16_to_cpu(record->
attrs_offset
);
in insert_index_allocation()
1732
k = le16_to_cpu(record->
attrs_offset
);
in check_full_mft()
H
A
D
ntfsfix.c
786
offset = le16_to_cpu(mrec->
attrs_offset
);
in find_unnamed_attr()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
mft.c
266
if (le16_to_cpu(m->
attrs_offset
) & 7) {
in ntfs_mft_record_check()
272
a = (ATTR_RECORD *)((char *)m + le16_to_cpu(m->
attrs_offset
));
in ntfs_mft_record_check()
280
offset = le16_to_cpu(m->
attrs_offset
);
in ntfs_mft_record_check()
380
*attr = (ATTR_RECORD*)((char*)m + le16_to_cpu(m->
attrs_offset
));
in ntfs_file_record_read()
448
mrec->
attrs_offset
= cpu_to_le16((le16_to_cpu(mrec->usa_ofs) +
in ntfs_mft_record_layout()
452
* Using
attrs_offset
plus eight bytes (for the termination attribute),
in ntfs_mft_record_layout()
455
mrec->bytes_in_use = cpu_to_le32((le16_to_cpu(mrec->
attrs_offset
) + 8 +
in ntfs_mft_record_layout()
460
a = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->
attrs_offset
));
in ntfs_mft_record_layout()
H
A
D
attrib.c
3158
le16_to_cpu(ctx->mrec->
attrs_offset
));
3300
le16_to_cpu(ctx->mrec->
attrs_offset
));
3400
le16_to_cpu(ctx->mrec->
attrs_offset
));
3753
ctx->attr = (ATTR_RECORD*)((u8*)mrec + le16_to_cpu(mrec->
attrs_offset
));
3778
le16_to_cpu(ctx->mrec->
attrs_offset
));
4424
le16_to_cpu(ctx->mrec->
attrs_offset
) == 8) {
4696
le16_to_cpu(attr_ni->mrec->
attrs_offset
) == 8)
5497
le16_to_cpu(ctx->mrec->
attrs_offset
) +
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
layout.h
369
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
444
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
/third_party/node/deps/v8/tools/
H
A
D
ll_prof.py
488
("
attrs_offset
", "u64"),
606
self.trace_header.
attrs_offset
)
Completed in 35 milliseconds