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_device
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fsmap.c
19
dest->
fmr_device
= src->
fmr_device
;
in ext4_fsmap_from_internal()
34
dest->
fmr_device
= src->
fmr_device
;
in ext4_fsmap_to_internal()
144
fmr.
fmr_device
= info->gfi_dev;
in ext4_getfsmap_helper()
166
fmr.
fmr_device
= info->gfi_dev;
in ext4_getfsmap_helper()
238
irec.
fmr_device
= 0;
in ext4_getfsmap_datadev_helper()
300
fsm->
fmr_device
= 0;
in ext4_getfsmap_fill()
576
if (fm->
fmr_device
== 0 || fm->
fmr_device
in ext4_getfsmap_is_valid_device()
[all...]
H
A
D
fsmap.h
15
dev_t
fmr_device
; /* device id */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fsmap.c
19
dest->
fmr_device
= src->
fmr_device
;
in ext4_fsmap_from_internal()
34
dest->
fmr_device
= src->
fmr_device
;
in ext4_fsmap_to_internal()
144
fmr.
fmr_device
= info->gfi_dev;
in ext4_getfsmap_helper()
166
fmr.
fmr_device
= info->gfi_dev;
in ext4_getfsmap_helper()
238
irec.
fmr_device
= 0;
in ext4_getfsmap_datadev_helper()
300
fsm->
fmr_device
= 0;
in ext4_getfsmap_fill()
576
if (fm->
fmr_device
== 0 || fm->
fmr_device
in ext4_getfsmap_is_valid_device()
[all...]
H
A
D
fsmap.h
15
dev_t
fmr_device
; /* device id */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_fsmap.c
34
dest->
fmr_device
= src->
fmr_device
;
in xfs_fsmap_from_internal()
51
dest->
fmr_device
= src->
fmr_device
;
in xfs_fsmap_to_internal()
298
fmr.
fmr_device
= info->dev;
in xfs_getfsmap_helper()
316
fmr.
fmr_device
= info->dev;
in xfs_getfsmap_helper()
754
if (fm->
fmr_device
== 0 || fm->
fmr_device
== UINT_MAX ||
in xfs_getfsmap_is_valid_device()
755
fm->
fmr_device
== new_encode_dev(mp->m_ddev_targp->bt_dev))
in xfs_getfsmap_is_valid_device()
758
fm->
fmr_device
in xfs_getfsmap_is_valid_device()
[all...]
H
A
D
xfs_fsmap.h
13
dev_t
fmr_device
; /* device id */
member
H
A
D
xfs_trace.h
3354
__entry->keydev = new_decode_dev(fsmap->
fmr_device
);
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_fsmap.c
35
dest->
fmr_device
= src->
fmr_device
;
in xfs_fsmap_from_internal()
52
dest->
fmr_device
= src->
fmr_device
;
in xfs_fsmap_to_internal()
325
fmr.
fmr_device
= info->dev;
in xfs_getfsmap_helper()
344
fmr.
fmr_device
= info->dev;
in xfs_getfsmap_helper()
798
if (fm->
fmr_device
== 0 || fm->
fmr_device
== UINT_MAX ||
in xfs_getfsmap_is_valid_device()
799
fm->
fmr_device
== new_encode_dev(mp->m_ddev_targp->bt_dev))
in xfs_getfsmap_is_valid_device()
802
fm->
fmr_device
in xfs_getfsmap_is_valid_device()
[all...]
H
A
D
xfs_fsmap.h
13
dev_t
fmr_device
; /* device id */
member
H
A
D
xfs_trace.h
3660
__entry->keydev = new_decode_dev(fsmap->
fmr_device
);
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fsmap.h
23
__u32
fmr_device
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fsmap.h
23
__u32
fmr_device
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fsmap.h
44
*
fmr_device
can be either a 32-bit cookie representing a device, or
51
__u32
fmr_device
; /* device id */
member
92
#define FMH_OF_DEV_T 0x1 /*
fmr_device
values will be dev_t */
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fsmap.h
44
*
fmr_device
can be either a 32-bit cookie representing a device, or
51
__u32
fmr_device
; /* device id */
member
92
#define FMH_OF_DEV_T 0x1 /*
fmr_device
values will be dev_t */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fsmap.h
10
__u32
fmr_device
;
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
ext4.h
2709
__entry->keydev = new_decode_dev(fsmap->
fmr_device
);
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
ext4.h
2570
__entry->keydev = new_decode_dev(fsmap->
fmr_device
);
Completed in 20 milliseconds