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:fmh_entries
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
fsmap.h
24
* length of the fmh_recs array, and
fmh_entries
will be set to the
27
*
fmh_entries
, though no mappings will be returned. fmh_reserved
64
__u32
fmh_entries
; /* # of entries filled in (output). */
member
84
head->fmh_keys[0] = head->fmh_recs[head->
fmh_entries
- 1];
in fsmap_advance()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
fsmap.h
24
* length of the fmh_recs array, and
fmh_entries
will be set to the
27
*
fmh_entries
, though no mappings will be returned. fmh_reserved
64
__u32
fmh_entries
; /* # of entries filled in (output). */
member
84
head->fmh_keys[0] = head->fmh_recs[head->
fmh_entries
- 1];
in fsmap_advance()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
fsmap.h
22
__u32
fmh_entries
;
member
37
head->fmh_keys[0] = head->fmh_recs[head->
fmh_entries
- 1];
in fsmap_advance()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
fsmap.c
111
if (info->gfi_head->
fmh_entries
== UINT_MAX)
in ext4_getfsmap_helper()
115
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
120
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
134
if (info->gfi_head->
fmh_entries
>= info->gfi_head->fmh_count)
in ext4_getfsmap_helper()
152
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
159
if (info->gfi_head->
fmh_entries
>= info->gfi_head->fmh_count)
in ext4_getfsmap_helper()
174
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
644
head->
fmh_entries
= 0;
in ext4_getfsmap()
H
A
D
fsmap.h
26
unsigned int
fmh_entries
; /* # of entries filled in (output). */
member
H
A
D
ioctl.c
735
head.
fmh_entries
= xhead.
fmh_entries
;
in ext4_ioc_getfsmap()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
fsmap.c
111
if (info->gfi_head->
fmh_entries
== UINT_MAX)
in ext4_getfsmap_helper()
115
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
120
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
134
if (info->gfi_head->
fmh_entries
>= info->gfi_head->fmh_count)
in ext4_getfsmap_helper()
152
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
159
if (info->gfi_head->
fmh_entries
>= info->gfi_head->fmh_count)
in ext4_getfsmap_helper()
174
info->gfi_head->
fmh_entries
++;
in ext4_getfsmap_helper()
644
head->
fmh_entries
= 0;
in ext4_getfsmap()
H
A
D
fsmap.h
26
unsigned int
fmh_entries
; /* # of entries filled in (output). */
member
H
A
D
ioctl.c
926
head.
fmh_entries
= xhead.
fmh_entries
;
in ext4_ioc_getfsmap()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_fsmap.c
236
rec = &info->fsmap_recs[info->head->
fmh_entries
++];
in xfs_getfsmap_format()
272
if (info->head->
fmh_entries
== UINT_MAX)
in xfs_getfsmap_helper()
276
info->head->
fmh_entries
++;
in xfs_getfsmap_helper()
281
info->head->
fmh_entries
++;
in xfs_getfsmap_helper()
295
if (info->head->
fmh_entries
>= info->head->fmh_count)
in xfs_getfsmap_helper()
311
if (info->head->
fmh_entries
>= info->head->fmh_count)
in xfs_getfsmap_helper()
807
* return or head.
fmh_entries
== head.fmh_count. In the second case, this
847
head->
fmh_entries
= 0;
in xfs_getfsmap()
H
A
D
xfs_fsmap.h
25
unsigned int
fmh_entries
; /* # of entries filled in (output). */
member
H
A
D
xfs_ioctl.c
1765
head.
fmh_entries
= 0;
in xfs_ioc_getfsmap()
1770
user_recs = &arg->fmh_recs[head.
fmh_entries
];
in xfs_ioc_getfsmap()
1771
xhead.
fmh_entries
= 0;
in xfs_ioc_getfsmap()
1773
head.fmh_count - head.
fmh_entries
);
in xfs_ioc_getfsmap()
1796
head.
fmh_entries
+= xhead.
fmh_entries
;
in xfs_ioc_getfsmap()
1803
if (head.fmh_count == 0 || xhead.
fmh_entries
== 0)
in xfs_ioc_getfsmap()
1808
xhead.
fmh_entries
* sizeof(struct fsmap))) {
in xfs_ioc_getfsmap()
1814
last_rec = &recs[xhead.
fmh_entries
- 1];
in xfs_ioc_getfsmap()
1820
} while (!done && head.
fmh_entries
< hea
in xfs_ioc_getfsmap()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_fsmap.c
245
rec = &info->fsmap_recs[info->head->
fmh_entries
++];
in xfs_getfsmap_format()
299
if (info->head->
fmh_entries
== UINT_MAX)
in xfs_getfsmap_helper()
303
info->head->
fmh_entries
++;
in xfs_getfsmap_helper()
308
info->head->
fmh_entries
++;
in xfs_getfsmap_helper()
322
if (info->head->
fmh_entries
>= info->head->fmh_count)
in xfs_getfsmap_helper()
338
if (info->head->
fmh_entries
>= info->head->fmh_count)
in xfs_getfsmap_helper()
864
* return or head.
fmh_entries
== head.fmh_count. In the second case, this
906
head->
fmh_entries
= 0;
in xfs_getfsmap()
H
A
D
xfs_fsmap.h
25
unsigned int
fmh_entries
; /* # of entries filled in (output). */
member
H
A
D
xfs_ioctl.c
1557
head.
fmh_entries
= 0;
in xfs_ioc_getfsmap()
1562
user_recs = &arg->fmh_recs[head.
fmh_entries
];
in xfs_ioc_getfsmap()
1563
xhead.
fmh_entries
= 0;
in xfs_ioc_getfsmap()
1565
head.fmh_count - head.
fmh_entries
);
in xfs_ioc_getfsmap()
1588
head.
fmh_entries
+= xhead.
fmh_entries
;
in xfs_ioc_getfsmap()
1595
if (head.fmh_count == 0 || xhead.
fmh_entries
== 0)
in xfs_ioc_getfsmap()
1600
xhead.
fmh_entries
* sizeof(struct fsmap))) {
in xfs_ioc_getfsmap()
1606
last_rec = &recs[xhead.
fmh_entries
- 1];
in xfs_ioc_getfsmap()
1612
} while (!done && head.
fmh_entries
< hea
in xfs_ioc_getfsmap()
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
fsmap.h
35
__u32
fmh_entries
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
fsmap.h
35
__u32
fmh_entries
;
member
Completed in 16 milliseconds