vfs_rootmountalloc(9) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

vfs_rootmountalloc(9)

VFS_ROOTMOUNTALLOC(9)    BSD Kernel Developer's Manual   VFS_ROOTMOUNTALLOC(9)

NAME
     vfs_rootmountalloc — allocate a root mount structure

SYNOPSIS
     #include <sys/param.h>
     #include <sys/mount.h>

     int
     vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp);

DESCRIPTION
     vfs_rootmountalloc() allocates a mount structure initialized from the
     vfsconf type that matches fstypename.

RETURN VALUES
     If successful, 0 is returned and mpp points to the newly allocated mount
     structure.  ENODEV is returned if fstypename is NULL or invalid.

SEE ALSO
     vfsconf(9)

AUTHORS
     This manual page was written by Chad David <davidc@acns.ab.ca>.

BSD                            November 21, 2001                           BSD
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3