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:size_pack
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
xattr.c
323
__le16
size_pack
;
in ntfs_set_ea()
local
350
size_pack
= 0;
in ntfs_set_ea()
354
size_pack
= ea_info.
size_pack
;
in ntfs_set_ea()
381
le16_add_cpu(&ea_info.
size_pack
, 0 - packed_ea_size(ea));
in ntfs_set_ea()
418
new_pack = le16_to_cpu(ea_info.
size_pack
) + packed_ea_size(new_ea);
in ntfs_set_ea()
419
ea_info.
size_pack
= cpu_to_le16(new_pack);
in ntfs_set_ea()
425
* 1. Check ea_info.
size_pack
for overflow.
in ntfs_set_ea()
518
if (ea_info.
size_pack
!=
size_pack
)
in ntfs_set_ea()
[all...]
H
A
D
ntfs.h
1177
__le16
size_pack
; // 0x00: Size of buffer to hold in packed form.
member
H
A
D
frecord.c
3195
dup->ea_size = info->
size_pack
;
in ni_update_parent()
Completed in 8 milliseconds