Searched refs:path_new (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/mem/include/ |
D | mem.h | 83 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new); 84 void umount_mem(char *path, char *path_new);
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 808 void umount_mem(char *path, char *path_new) in umount_mem() argument 820 snprintf(s_new, BUFSIZ, "%s/tasks", path_new); in umount_mem() 834 if (rmdir(path_new) == -1) in umount_mem() 835 tst_resm(TWARN | TERRNO, "rmdir %s", path_new); in umount_mem() 842 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() argument 857 if (mkdir(path_new, 0777) == -1) in mount_mem() 858 tst_brkm(TBROK | TERRNO, cleanup, "mkdir %s", path_new); in mount_mem()
|