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 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
layout.h
336
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
405
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
H
A
D
attrib.c
1032
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_external_attr_find()
1137
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_external_attr_find()
1234
le16_to_cpu(mrec->
attrs_offset
)),
in ntfs_attr_init_search_ctx()
1257
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_attr_reinit_search_ctx()
H
A
D
mft.c
2055
m->
attrs_offset
= cpu_to_le16((le16_to_cpu(m->usa_ofs) +
in ntfs_mft_record_layout()
2059
* Using
attrs_offset
plus eight bytes (for the termination attribute).
in ntfs_mft_record_layout()
2060
*
attrs_offset
is already aligned to 8-byte boundary, so no need to
in ntfs_mft_record_layout()
2063
m->bytes_in_use = cpu_to_le32(le16_to_cpu(m->
attrs_offset
) + 8);
in ntfs_mft_record_layout()
2068
a = (ATTR_RECORD*)((u8*)m + le16_to_cpu(m->
attrs_offset
));
in ntfs_mft_record_layout()
H
A
D
inode.c
1833
if (le16_to_cpu(m->
attrs_offset
) >= le32_to_cpu(m->bytes_allocated)) {
in ntfs_read_inode_mount()
1835
le16_to_cpu(m->
attrs_offset
));
in ntfs_read_inode_mount()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
layout.h
336
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
405
/* 20*/ le16
attrs_offset
; /* Byte offset to the first attribute in this
member
H
A
D
attrib.c
1032
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_external_attr_find()
1137
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_external_attr_find()
1234
le16_to_cpu(mrec->
attrs_offset
)),
in ntfs_attr_init_search_ctx()
1257
le16_to_cpu(ctx->mrec->
attrs_offset
));
in ntfs_attr_reinit_search_ctx()
H
A
D
mft.c
2057
m->
attrs_offset
= cpu_to_le16((le16_to_cpu(m->usa_ofs) +
in ntfs_mft_record_layout()
2061
* Using
attrs_offset
plus eight bytes (for the termination attribute).
in ntfs_mft_record_layout()
2062
*
attrs_offset
is already aligned to 8-byte boundary, so no need to
in ntfs_mft_record_layout()
2065
m->bytes_in_use = cpu_to_le32(le16_to_cpu(m->
attrs_offset
) + 8);
in ntfs_mft_record_layout()
2070
a = (ATTR_RECORD*)((u8*)m + le16_to_cpu(m->
attrs_offset
));
in ntfs_mft_record_layout()
H
A
D
inode.c
1833
if (le16_to_cpu(m->
attrs_offset
) >= le32_to_cpu(m->bytes_allocated)) {
in ntfs_read_inode_mount()
1835
le16_to_cpu(m->
attrs_offset
));
in ntfs_read_inode_mount()
Completed in 29 milliseconds