Searched defs:do_mount (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/controllers/memcg/control/
H A Dmemcg_control_test.sh126 do_mount() function
139 do_mount
/external/ltp/testcases/kernel/controllers/memcg/stress/
H A Dmemcg_stress_test.sh51 do_mount() function
68 do_mount;
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount02.c71 static void do_mount(void);
85 {&device, &mntpoint, &fs_type, 0, EBUSY, do_mount, do_umount},
146 static void do_mount(void) function
154 do_mount();
/external/syslinux/linux/
H A Dsyslinux.c106 int do_mount(int dev_fd, int *cookie, const char *mntpath, const char *fstype) function
380 if (do_mount(dev_fd, &mnt_cookie, mntpath, "vfat") &&
381 do_mount(dev_fd, &mnt_cookie, mntpath, "msdos")) {
386 if (do_mount(dev_fd, &mnt_cookie, mntpath, "ntfs-3g")) {

Completed in 146 milliseconds