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_mountedfrom — sets the mounted from name for a mount

Authors

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

Debian                                          February 25, 2008                             VFS_MOUNTEDFROM(9)

Description

       The  vfs_mountedfrom()  function sets the mounted from name for a mount.  This value is used by statfs(2)
       to fill in f_mntfromname.

       In most cases from is the device that contains the file system, but in the case of a pseudo  file  system
       it could be a descriptive name like "devfs" or "procfs".

Name

       vfs_mountedfrom — sets the mounted from name for a mount

Synopsis

#include<sys/param.h>#include<sys/mount.h>voidvfs_mountedfrom(structmount*mp, constchar*from);

See Also