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:system_page_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
logfile.c
50
logfile_system_page_size = le32_to_cpu(rp->
system_page_size
);
in ntfs_check_restart_page_header()
186
if (ra_ofs + ra_len > le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
188
le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
256
* function needs @rp->
system_page_size
bytes in @rp, i.e. it requires the full
360
trp = ntfs_malloc_nofs(le32_to_cpu(rp->
system_page_size
));
in ntfs_check_and_load_restart_page()
372
if (size >= le32_to_cpu(rp->
system_page_size
)) {
in ntfs_check_and_load_restart_page()
373
memcpy(trp, rp, le32_to_cpu(rp->
system_page_size
));
in ntfs_check_and_load_restart_page()
383
to_read = le32_to_cpu(rp->
system_page_size
) - size;
in ntfs_check_and_load_restart_page()
410
le32_to_cpu(rp->
system_page_size
))) {
in ntfs_check_and_load_restart_page()
H
A
D
logfile.h
66
/* 16*/ le32
system_page_size
; /* Byte size of system pages when the log file
member
182
has to be <=
system_page_size
. Also,
200
system_page_size
. On Win2k and presumably
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
logfile.c
50
logfile_system_page_size = le32_to_cpu(rp->
system_page_size
);
in ntfs_check_restart_page_header()
186
if (ra_ofs + ra_len > le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
188
le32_to_cpu(rp->
system_page_size
) ||
in ntfs_check_restart_area()
256
* function needs @rp->
system_page_size
bytes in @rp, i.e. it requires the full
360
trp = ntfs_malloc_nofs(le32_to_cpu(rp->
system_page_size
));
in ntfs_check_and_load_restart_page()
372
if (size >= le32_to_cpu(rp->
system_page_size
)) {
in ntfs_check_and_load_restart_page()
373
memcpy(trp, rp, le32_to_cpu(rp->
system_page_size
));
in ntfs_check_and_load_restart_page()
383
to_read = le32_to_cpu(rp->
system_page_size
) - size;
in ntfs_check_and_load_restart_page()
410
le32_to_cpu(rp->
system_page_size
))) {
in ntfs_check_and_load_restart_page()
H
A
D
logfile.h
66
/* 16*/ le32
system_page_size
; /* Byte size of system pages when the log file
member
182
has to be <=
system_page_size
. Also,
200
system_page_size
. On Win2k and presumably
Completed in 4 milliseconds