OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fs_info
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
fsck.h
40
struct
fs_info
{
struct
48
struct
fs_info
*next;
e2initrd_helper.c
53
struct
fs_info
{
struct
61
struct
fs_info
*next;
236
static int parse_fstab_line(char *line, struct
fs_info
*fs)
285
static void free_fstab_line(struct
fs_info
*fs)
295
memset(fs, 0, sizeof(struct
fs_info
));
340
struct
fs_info
fs_info
;
local
354
ret = parse_fstab_line(buf, &
fs_info
);
358
if (!strcmp(
fs_info
.mountpt, "/"))
359
printf("%s\n",
fs_info
.type)
[
all
...]
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc
1067
FSInfoMap
fs_info
= profile_state->GetGalleriesInfo(
local
[
all
...]
Completed in 323 milliseconds