Searched refs:do_mount (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount02.c | 72 static void do_mount(void); 86 {&device, &mntpoint, &fs_type, 0, EBUSY, do_mount, do_umount}, 147 static void do_mount(void) in do_mount() function 155 do_mount(); in mount_open()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 47 static void do_mount(const char *source, const char *target, in do_mount() function 90 do_mount(tst_device->dev, MNTPOINT, tst_device->fs_type, 0, "noacl"); in setup()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 337 static int do_mount(const char *mnt, char **typep, mode_t rootmode, in do_mount() function 620 res = do_mount(real_mnt, &type, stbuf.st_mode & S_IFMT, fd, opts, dev, in mount_fuse()
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 769 static int do_mount(const char *mnt, const char **typep, mode_t rootmode, in do_mount() function 1157 res = do_mount(real_mnt, type, stbuf.st_mode & S_IFMT, in mount_fuse()
|
Completed in 4 milliseconds