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:fmr_physical
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fsmap.c
21
dest->
fmr_physical
= src->
fmr_physical
<< sb->s_blocksize_bits;
in ext4_fsmap_from_internal()
36
dest->
fmr_physical
= src->
fmr_physical
>> sb->s_blocksize_bits;
in ext4_fsmap_to_internal()
77
return rec->
fmr_physical
< info->gfi_low.
fmr_physical
;
in ext4_getfsmap_rec_before_low_key()
90
ext4_fsblk_t rec_fsblk = rec->
fmr_physical
;
in ext4_getfsmap_helper()
145
fmr.
fmr_physical
= info->gfi_next_fsblk;
in ext4_getfsmap_helper()
167
fmr.
fmr_physical
= rec_fsblk;
in ext4_getfsmap_helper()
185
return fmr->
fmr_physical
in ext4_fsmap_next_pblk()
[all...]
H
A
D
fsmap.h
17
uint64_t
fmr_physical
; /* device offset of segment */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fsmap.c
21
dest->
fmr_physical
= src->
fmr_physical
<< sb->s_blocksize_bits;
in ext4_fsmap_from_internal()
36
dest->
fmr_physical
= src->
fmr_physical
>> sb->s_blocksize_bits;
in ext4_fsmap_to_internal()
77
return rec->
fmr_physical
< info->gfi_low.
fmr_physical
;
in ext4_getfsmap_rec_before_low_key()
90
ext4_fsblk_t rec_fsblk = rec->
fmr_physical
;
in ext4_getfsmap_helper()
145
fmr.
fmr_physical
= info->gfi_next_fsblk;
in ext4_getfsmap_helper()
167
fmr.
fmr_physical
= rec_fsblk;
in ext4_getfsmap_helper()
185
return fmr->
fmr_physical
in ext4_fsmap_next_pblk()
[all...]
H
A
D
fsmap.h
17
uint64_t
fmr_physical
; /* device offset of segment */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_fsmap.c
36
dest->
fmr_physical
= BBTOB(src->
fmr_physical
);
in xfs_fsmap_from_internal()
53
dest->
fmr_physical
= BTOBBT(src->
fmr_physical
);
in xfs_fsmap_to_internal()
299
fmr.
fmr_physical
= info->next_daddr;
in xfs_getfsmap_helper()
317
fmr.
fmr_physical
= rec_daddr;
in xfs_getfsmap_helper()
414
info->low.rm_startblock = XFS_BB_TO_FSBT(mp, keys[0].
fmr_physical
);
in xfs_getfsmap_logdev()
435
if (keys[0].
fmr_physical
> 0)
in xfs_getfsmap_logdev()
487
if (keys[0].
fmr_physical
>= eofs)
in __xfs_getfsmap_rtdev()
489
if (keys[1].
fmr_physical
>
in __xfs_getfsmap_rtdev()
[all...]
H
A
D
xfs_fsmap.h
15
uint64_t
fmr_physical
; /* device offset of segment */
member
H
A
D
xfs_trace.h
3355
__entry->block = fsmap->
fmr_physical
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_fsmap.c
37
dest->
fmr_physical
= BBTOB(src->
fmr_physical
);
in xfs_fsmap_from_internal()
54
dest->
fmr_physical
= BTOBBT(src->
fmr_physical
);
in xfs_fsmap_to_internal()
326
fmr.
fmr_physical
= info->next_daddr;
in xfs_getfsmap_helper()
345
fmr.
fmr_physical
= rec_daddr;
in xfs_getfsmap_helper()
444
if (keys[0].
fmr_physical
>= eofs)
in xfs_getfsmap_logdev()
447
keys[0].
fmr_physical
+ keys[0].fmr_length);
in xfs_getfsmap_logdev()
448
end_fsb = XFS_BB_TO_FSB(mp, min(eofs - 1, keys[1].
fmr_physical
));
in xfs_getfsmap_logdev()
518
if (keys[0].
fmr_physical
>
in xfs_getfsmap_rtdev_rtbitmap()
[all...]
H
A
D
xfs_fsmap.h
15
uint64_t
fmr_physical
; /* device offset of segment */
member
H
A
D
xfs_trace.h
3661
__entry->block = fsmap->
fmr_physical
;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fsmap.h
25
__u64
fmr_physical
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fsmap.h
25
__u64
fmr_physical
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fsmap.h
45
* a 32-bit dev_t if the FMH_OF_DEV_T flag is set.
fmr_physical
,
53
__u64
fmr_physical
; /* device offset of segment */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fsmap.h
45
* a 32-bit dev_t if the FMH_OF_DEV_T flag is set.
fmr_physical
,
53
__u64
fmr_physical
; /* device offset of segment */
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fsmap.h
12
__u64
fmr_physical
;
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
2710
__entry->block = fsmap->
fmr_physical
;
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
2571
__entry->block = fsmap->
fmr_physical
;
Completed in 20 milliseconds