logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

vfs_rootmountalloc — allocate a root mount structure

Authors

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

Debian                                          November 21, 2001                          VFS_ROOTMOUNTALLOC(9)

Description

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

Name

       vfs_rootmountalloc — allocate a root mount structure

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)

Synopsis

#include<sys/param.h>#include<sys/mount.h>intvfs_rootmountalloc(char*fstypename, char*devname, structmount**mpp);

See Also