OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsmap
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/kernel/uapi/linux/
fsmap.h
22
struct
fsmap
{
struct
37
struct
fsmap
fmh_keys[2];
38
struct
fsmap
fmh_recs[];
/external/e2fsprogs/misc/
fsmap.h
25
struct
fsmap
{
struct
42
struct
fsmap
fmh_keys[2]; /* low and high keys for the mapping search */
43
struct
fsmap
fmh_recs[]; /* returned records */
51
return sizeof(struct fsmap_head) + nr * sizeof(struct
fsmap
);
54
/* Start the next
fsmap
query at the end of the current query results. */
e2freefrag.c
42
# include <linux/
fsmap
.h>
44
# include "
fsmap
.h"
168
struct fsmap_head *
fsmap
;
local
169
struct
fsmap
*extent;
170
struct
fsmap
*p;
193
fsmap
= malloc(fsmap_sizeof(FSMAP_EXTENTS));
194
if (!
fsmap
) {
199
memset(
fsmap
, 0, sizeof(*
fsmap
));
200
fsmap
->fmh_count = FSMAP_EXTENTS
[
all
...]
/external/kernel-headers/original/uapi/linux/
fsmap.h
18
* struct fsmap_head, followed by two struct
fsmap
that describe
20
* array of struct
fsmap
mappings.
50
struct
fsmap
{
struct
67
struct
fsmap
fmh_keys[2]; /* low and high keys for the mapping search */
68
struct
fsmap
fmh_recs[]; /* returned records */
76
return sizeof(struct fsmap_head) + nr * sizeof(struct
fsmap
);
79
/* Start the next
fsmap
query at the end of the current query results. */
/external/e2fsprogs/debugfs/
e2freefrag.c
42
# include <linux/
fsmap
.h>
44
# include "
fsmap
.h"
168
struct fsmap_head *
fsmap
;
local
169
struct
fsmap
*extent;
170
struct
fsmap
*p;
193
fsmap
= malloc(fsmap_sizeof(FSMAP_EXTENTS));
194
if (!
fsmap
) {
199
memset(
fsmap
, 0, sizeof(*
fsmap
));
200
fsmap
->fmh_count = FSMAP_EXTENTS
[
all
...]
Completed in 63 milliseconds