OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtab_list
(Results
1 - 5
of
5
) sorted by null
/external/toybox/toys/lsb/
umount.c
55
struct
mtab_list
*mt = dlist_terminate(xgetmountlist("/etc/fstab"));
59
struct
mtab_list
*mtemp = mt;
110
struct
mtab_list
*mlsave = 0, *mlrev = 0, *ml;
mount.c
267
struct
mtab_list
*mtl, *mtl2 = 0, *mm, *remount;
313
struct
mtab_list
*mmm = 0;
/external/toybox/lib/
getmountlist.c
126
int mountlist_istype(struct
mtab_list
*ml, char *typelist)
156
struct
mtab_list
*xgetmountlist(char *path)
158
struct
mtab_list
*mtlist = 0, *mt;
170
mt = xzalloc(sizeof(struct
mtab_list
) + strlen(me->mnt_fsname) +
lib.h
252
struct
mtab_list
{
struct
253
struct
mtab_list
*next, *prev;
268
int mountlist_istype(struct
mtab_list
*ml, char *typelist);
269
struct
mtab_list
*xgetmountlist(char *path);
/external/toybox/toys/posix/
df.c
83
static void show_mt(struct
mtab_list
*mt, int measuring)
151
struct
mtab_list
*mt, *mtstart, *mtend;
194
struct
mtab_list
*mt2, *mt3;
Completed in 391 milliseconds