Searched refs:mounts (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs.c27 static struct vfs_mount *mounts; variable in typeref:struct:vfs_mount
63 for (struct vfs_mount *m = mounts; m != NULL; m = m->next) {
108 if (mounts == NULL) {
181 // add to list of mounts
182 m->next = mounts;
183 mounts = m;
544 assert(mounts == NULL);
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex100 multiple mounts using \acs{idc}, so with the current \acs{vfs} implementation

Completed in 35 milliseconds