Home | History | Annotate | Download | only in lfs

Lines Matching defs:MP

70 #define MP "/mp"
71 #define UNCHANGED_CONTROL MP "/3-unchanged-control"
72 #define TO_BE_DELETED MP "/4-to-be-deleted"
73 #define TO_BE_APPENDED MP "/5-to-be-appended"
74 #define NEWLY_CREATED MP "/6-newly-created"
131 if (rump_sys_mkdir(MP, 0777) == -1)
144 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
164 rump_sys_unmount(MP, 0);
174 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
189 rump_sys_unmount(MP, 0);
215 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
219 if (rump_sys_unmount(MP, 0) != 0)
239 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
260 rump_sys_unmount(MP, 0);