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:sle64
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/
H
A
D
endian.h
29
static inline s64 sle64_to_cpu(
sle64
x)
in sle64_to_cpu()
44
static inline s64 sle64_to_cpup(
sle64
*x)
in sle64_to_cpup()
59
static inline
sle64
cpu_to_sle64(s64 x)
in cpu_to_sle64()
61
return (__force
sle64
)cpu_to_le64(x);
in cpu_to_sle64()
74
static inline
sle64
cpu_to_sle64p(s64 *x)
in cpu_to_sle64p()
76
return (__force
sle64
)cpu_to_le64(*x);
in cpu_to_sle64p()
H
A
D
types.h
19
typedef __u64 __bitwise
sle64
;
typedef
30
typedef
sle64
leVCN;
32
typedef
sle64
leLCN;
40
typedef
sle64
leLSN;
48
typedef
sle64
leUSN;
H
A
D
layout.h
67
/*0x28*/
sle64
number_of_sectors; /* Number of sectors in volume. Gives
72
sle64
mft_lcn; /* Cluster location of mft data. */
73
sle64
mftmirr_lcn; /* Cluster location of copy of mft. */
583
/* 90*/
sle64
min_size; /* Optional minimum attribute size. */
584
/* 98*/
sle64
max_size; /* Maximum size of attribute. */
751
/* 40*/
sle64
allocated_size; /* Byte size of disk space
759
/* 48*/
sle64
data_size; /* Byte size of the attribute
762
/* 56*/
sle64
initialized_size; /* Byte size of initialized
766
/* 64*/
sle64
compressed_size; /* Byte size of the attribute
856
/* 0*/
sle64
creation_tim
[all...]
H
A
D
usnjrnl.h
88
/* 0*/
sle64
maximum_size; /* The maximum on-disk size of the $DATA/$J
90
/* 8*/
sle64
allocation_delta; /* Number of bytes by which to increase the
92
/*0x10*/
sle64
journal_id; /* Current id of the transaction log. */
170
/*0x20*/
sle64
time; /* Time when this record was created. */
H
A
D
time.h
34
static inline
sle64
utc2ntfs(const struct timespec64 ts)
in utc2ntfs()
50
static inline
sle64
get_current_ntfs_time(void)
in get_current_ntfs_time()
74
static inline struct timespec64 ntfs2utc(const
sle64
time)
in ntfs2utc()
H
A
D
usnjrnl.c
37
sle64
stamp;
in ntfs_stamp_usnjrnl()
H
A
D
logfile.h
208
/* 24*/
sle64
file_size; /* Usable byte size of the log file. If the
H
A
D
index.c
248
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_index_lookup()
409
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_index_lookup()
H
A
D
dir.c
292
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_lookup_inode_by_name()
543
vcn = sle64_to_cpup((
sle64
*)((u8*)ie +
in ntfs_lookup_inode_by_name()
H
A
D
inode.c
2957
sle64
nt;
in __ntfs_write_inode()
/kernel/linux/linux-6.6/fs/ntfs/
H
A
D
endian.h
29
static inline s64 sle64_to_cpu(
sle64
x)
in sle64_to_cpu()
44
static inline s64 sle64_to_cpup(
sle64
*x)
in sle64_to_cpup()
59
static inline
sle64
cpu_to_sle64(s64 x)
in cpu_to_sle64()
61
return (__force
sle64
)cpu_to_le64(x);
in cpu_to_sle64()
74
static inline
sle64
cpu_to_sle64p(s64 *x)
in cpu_to_sle64p()
76
return (__force
sle64
)cpu_to_le64(*x);
in cpu_to_sle64p()
H
A
D
types.h
19
typedef __u64 __bitwise
sle64
;
typedef
30
typedef
sle64
leVCN;
32
typedef
sle64
leLCN;
40
typedef
sle64
leLSN;
48
typedef
sle64
leUSN;
H
A
D
layout.h
67
/*0x28*/
sle64
number_of_sectors; /* Number of sectors in volume. Gives
72
sle64
mft_lcn; /* Cluster location of mft data. */
73
sle64
mftmirr_lcn; /* Cluster location of copy of mft. */
583
/* 90*/
sle64
min_size; /* Optional minimum attribute size. */
584
/* 98*/
sle64
max_size; /* Maximum size of attribute. */
751
/* 40*/
sle64
allocated_size; /* Byte size of disk space
759
/* 48*/
sle64
data_size; /* Byte size of the attribute
762
/* 56*/
sle64
initialized_size; /* Byte size of initialized
766
/* 64*/
sle64
compressed_size; /* Byte size of the attribute
856
/* 0*/
sle64
creation_tim
[all...]
H
A
D
usnjrnl.h
88
/* 0*/
sle64
maximum_size; /* The maximum on-disk size of the $DATA/$J
90
/* 8*/
sle64
allocation_delta; /* Number of bytes by which to increase the
92
/*0x10*/
sle64
journal_id; /* Current id of the transaction log. */
170
/*0x20*/
sle64
time; /* Time when this record was created. */
H
A
D
time.h
34
static inline
sle64
utc2ntfs(const struct timespec64 ts)
in utc2ntfs()
50
static inline
sle64
get_current_ntfs_time(void)
in get_current_ntfs_time()
74
static inline struct timespec64 ntfs2utc(const
sle64
time)
in ntfs2utc()
H
A
D
usnjrnl.c
37
sle64
stamp;
in ntfs_stamp_usnjrnl()
H
A
D
logfile.h
208
/* 24*/
sle64
file_size; /* Usable byte size of the log file. If the
H
A
D
index.c
248
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_index_lookup()
409
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_index_lookup()
H
A
D
dir.c
292
vcn = sle64_to_cpup((
sle64
*)((u8*)ie + le16_to_cpu(ie->length) - 8));
in ntfs_lookup_inode_by_name()
543
vcn = sle64_to_cpup((
sle64
*)((u8*)ie +
in ntfs_lookup_inode_by_name()
H
A
D
inode.c
2958
sle64
nt;
in __ntfs_write_inode()
Completed in 21 milliseconds