![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
void
DESCRIPTIONThe
The actual fsid is made up of two 32 bit integers, that are stored in the statfs structure of mp. The first integer is unique in the set of mounted file systems, while the second holds the file system type. typedef struct fsid { int32_t val[2]; } fsid_t; PSEUDOCODExxx_mount(struct mount *mp, char *path, caddr_t data, struct nameidata *ndp, struct thread *td) { ... vfs_getnewfsid(mp); ... } SEE ALSOAUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
|