Home | History | Annotate | Download | only in lfs

Lines Matching refs:MP

55 #define UNCHANGED_CONTROL MP "/3-unchanged-control"
56 #define TO_BE_DELETED MP "/4-to-be-deleted"
57 #define TO_BE_APPENDED MP "/5-to-be-appended"
58 #define NEWLY_CREATED MP "/6-newly-created"
100 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
120 rump_sys_unmount(MP, 0);
130 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
145 rump_sys_unmount(MP, 0);
173 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
177 if (rump_sys_unmount(MP, 0) != 0)
199 if (rump_sys_mount(MOUNT_LFS, MP, 0, &args, sizeof(args)) == -1)
220 rump_sys_unmount(MP, 0);