vfs_mount - generic file system mount function
vfs_mount ();
is called directly by the
mount(2)
system call.
Its arguments are:
MNT_EXPORTED , MNT_NOSUID , MNT_UPDATE , MNT_RELOAD MNT_FORCE , MNT_ASYNC , MNT_SYNCHRONOUS , MNT_UNION , MNT_NOATIME MNT_SNAPSHOT , MNT_NOCLUSTERR , MNT_NOCLUSTERW , MNT_IGNORE MNT_UNION , MNT_NOSYMFOLLOW
Other errors can be returned by the file system's
mount ();
and
you should check the specific file system for details.
Also
this call relies on a large number of other kernel services
whose errors it returns so this list may not be exhaustive.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |