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:cpu_to_sle64
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
time.h
40
return
cpu_to_sle64
((s64)ts.tv_sec * 10000000 + ts.tv_nsec / 100 +
in utc2ntfs()
H
A
D
usnjrnl.c
58
cpu_to_sle64
(i_size_read(vol->usnjrnl_j_ino));
in ntfs_stamp_usnjrnl()
H
A
D
endian.h
59
static inline sle64
cpu_to_sle64
(s64 x)
in cpu_to_sle64()
function
H
A
D
mft.c
1456
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 1);
in ntfs_mft_bitmap_extend_allocation_nolock()
1482
cpu_to_sle64
(mftbmp_ni->allocated_size);
in ntfs_mft_bitmap_extend_allocation_nolock()
1513
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 2);
in ntfs_mft_bitmap_extend_allocation_nolock()
1619
cpu_to_sle64
(mftbmp_ni->initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1623
cpu_to_sle64
(mftbmp_ni->initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1667
cpu_to_sle64
(old_initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1670
a->data.non_resident.data_size =
cpu_to_sle64
(old_data_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1893
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 1);
in ntfs_mft_data_extend_allocation_nolock()
1921
cpu_to_sle64
(mft_ni->allocated_size);
in ntfs_mft_data_extend_allocation_nolock()
1951
cpu_to_sle64
(old_last_vc
in ntfs_mft_data_extend_allocation_nolock()
[all...]
H
A
D
attrib.c
1696
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_size - 1) >>
in ntfs_attr_make_non_resident()
1701
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_size);
in ntfs_attr_make_non_resident()
1704
cpu_to_sle64
(attr_size);
in ntfs_attr_make_non_resident()
2326
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_alloc_size >>
in ntfs_attr_extend_allocation()
2349
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_alloc_size);
in ntfs_attr_extend_allocation()
2363
cpu_to_sle64
(ni->itype.compressed.size);
in ntfs_attr_extend_allocation()
2372
a->data.non_resident.data_size =
cpu_to_sle64
(new_data_size);
in ntfs_attr_extend_allocation()
2425
ctx->attr->data.non_resident.highest_vcn =
cpu_to_sle64
(
in ntfs_attr_extend_allocation()
H
A
D
file.c
198
a->data.non_resident.data_size =
cpu_to_sle64
(new_init_size);
in ntfs_attr_extend_initialized()
293
a->data.non_resident.initialized_size =
cpu_to_sle64
(new_init_size);
in ntfs_attr_extend_initialized()
1117
cpu_to_sle64
(highest_vcn);
in ntfs_prepare_pages_for_non_resident_write()
1145
cpu_to_sle64
(ni->itype.compressed.size);
in ntfs_prepare_pages_for_non_resident_write()
1477
a->data.non_resident.initialized_size =
cpu_to_sle64
(end);
in ntfs_commit_pages_after_non_resident_write()
H
A
D
inode.c
2645
cpu_to_sle64
(new_size);
in ntfs_truncate()
2647
a->data.non_resident.data_size =
cpu_to_sle64
(new_size);
in ntfs_truncate()
2761
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_alloc_size >>
in ntfs_truncate()
2765
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_alloc_size);
in ntfs_truncate()
2771
a->data.non_resident.compressed_size =
cpu_to_sle64
(
in ntfs_truncate()
2792
a->data.non_resident.data_size =
cpu_to_sle64
(new_size);
in ntfs_truncate()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
time.h
40
return
cpu_to_sle64
((s64)ts.tv_sec * 10000000 + ts.tv_nsec / 100 +
in utc2ntfs()
H
A
D
usnjrnl.c
58
cpu_to_sle64
(i_size_read(vol->usnjrnl_j_ino));
in ntfs_stamp_usnjrnl()
H
A
D
endian.h
59
static inline sle64
cpu_to_sle64
(s64 x)
in cpu_to_sle64()
function
H
A
D
mft.c
1456
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 1);
in ntfs_mft_bitmap_extend_allocation_nolock()
1482
cpu_to_sle64
(mftbmp_ni->allocated_size);
in ntfs_mft_bitmap_extend_allocation_nolock()
1513
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 2);
in ntfs_mft_bitmap_extend_allocation_nolock()
1619
cpu_to_sle64
(mftbmp_ni->initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1623
cpu_to_sle64
(mftbmp_ni->initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1667
cpu_to_sle64
(old_initialized_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1670
a->data.non_resident.data_size =
cpu_to_sle64
(old_data_size);
in ntfs_mft_bitmap_extend_initialized_nolock()
1893
a->data.non_resident.highest_vcn =
cpu_to_sle64
(rl[1].vcn - 1);
in ntfs_mft_data_extend_allocation_nolock()
1921
cpu_to_sle64
(mft_ni->allocated_size);
in ntfs_mft_data_extend_allocation_nolock()
1951
cpu_to_sle64
(old_last_vc
in ntfs_mft_data_extend_allocation_nolock()
[all...]
H
A
D
attrib.c
1696
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_size - 1) >>
in ntfs_attr_make_non_resident()
1701
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_size);
in ntfs_attr_make_non_resident()
1704
cpu_to_sle64
(attr_size);
in ntfs_attr_make_non_resident()
2326
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_alloc_size >>
in ntfs_attr_extend_allocation()
2349
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_alloc_size);
in ntfs_attr_extend_allocation()
2363
cpu_to_sle64
(ni->itype.compressed.size);
in ntfs_attr_extend_allocation()
2372
a->data.non_resident.data_size =
cpu_to_sle64
(new_data_size);
in ntfs_attr_extend_allocation()
2425
ctx->attr->data.non_resident.highest_vcn =
cpu_to_sle64
(
in ntfs_attr_extend_allocation()
H
A
D
file.c
199
a->data.non_resident.data_size =
cpu_to_sle64
(new_init_size);
in ntfs_attr_extend_initialized()
289
a->data.non_resident.initialized_size =
cpu_to_sle64
(new_init_size);
in ntfs_attr_extend_initialized()
1110
cpu_to_sle64
(highest_vcn);
in ntfs_prepare_pages_for_non_resident_write()
1138
cpu_to_sle64
(ni->itype.compressed.size);
in ntfs_prepare_pages_for_non_resident_write()
1470
a->data.non_resident.initialized_size =
cpu_to_sle64
(end);
in ntfs_commit_pages_after_non_resident_write()
H
A
D
inode.c
2644
cpu_to_sle64
(new_size);
in ntfs_truncate()
2646
a->data.non_resident.data_size =
cpu_to_sle64
(new_size);
in ntfs_truncate()
2759
a->data.non_resident.highest_vcn =
cpu_to_sle64
((new_alloc_size >>
in ntfs_truncate()
2763
a->data.non_resident.allocated_size =
cpu_to_sle64
(new_alloc_size);
in ntfs_truncate()
2769
a->data.non_resident.compressed_size =
cpu_to_sle64
(
in ntfs_truncate()
2790
a->data.non_resident.data_size =
cpu_to_sle64
(new_size);
in ntfs_truncate()
Completed in 23 milliseconds