fs_unmount
&fs_unmount,
&fs_unmount,
&fs_unmount,
static status_t fs_unmount(char* path, dev_t mountID, uint32 flags,
return fs_unmount(NULL, mountID, flags, true);
return fs_unmount(pathBuffer.LockBuffer(), -1, flags, true);
return fs_unmount(path, -1, flags & ~B_UNMOUNT_BUSY_PARTITION, false);
return fs_unmount(pathBuffer.LockBuffer(), flags, true);