Home
last modified time | relevance | path

Searched refs:mtab_list (Results 1 - 9 of 9) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dumount.c55 struct mtab_list *mt = dlist_terminate(xgetmountlist("/etc/fstab")); in do_umount()
59 struct mtab_list *mtemp = mt; in do_umount()
110 struct mtab_list *mlsave = 0, *mlrev = 0, *ml; in umount_main()
H A Dmount.c293 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main()
339 struct mtab_list *mmm = 0; in mount_main()
/third_party/toybox/lib/
H A Dportability.c56 struct mtab_list *xgetmountlist(char *path) in xgetmountlist()
58 struct mtab_list *mtlist = 0, *mt; in xgetmountlist()
72 mt = xzalloc(sizeof(struct mtab_list) + strlen(me->f_fstypename) + in xgetmountlist()
122 int mountlist_istype(struct mtab_list *ml, char *typelist) in mountlist_istype()
149 struct mtab_list *xgetmountlist(char *path) in xgetmountlist()
151 struct mtab_list *mtlist = 0, *mt; in xgetmountlist()
163 mt = xzalloc(sizeof(struct mtab_list) + strlen(me->mnt_fsname) + in xgetmountlist()
H A Dlib.h392 struct mtab_list { struct
393 struct mtab_list *next, *prev;
402 int mountlist_istype(struct mtab_list *ml, char *typelist);
403 struct mtab_list *xgetmountlist(char *path);
/third_party/toybox/toys/posix/
H A Ddf.c98 static void show_mt(struct mtab_list *mt, int measuring) in show_mt()
173 struct mtab_list *mt, *mtstart, *mtend; in df_main()
216 struct mtab_list *mt2, *mt3; in df_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h383 struct mtab_list { struct
384 struct mtab_list *next, *prev;
393 int mountlist_istype(struct mtab_list *ml, char *typelist);
394 struct mtab_list *xgetmountlist(char *path);
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c79 struct mtab_list *mlsave = 0, *mlrev = 0, *ml; in umount_main()
H A Dmount.c279 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main()
/third_party/toybox/toys/other/
H A Dstat.c107 struct mtab_list *mt = xgetmountlist(0); in print_stat()

Completed in 6 milliseconds