Searched refs:vfs_unmount (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/include/vfs/
H A Dvfs.h85 errval_t vfs_unmount(const char *mountpoint);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs.c193 errval_t vfs_unmount(const char *mointpoint) function
196 USER_PANIC("vfs_unmount NYI");
/barrelfish-2018-10-04/include/sys/
H A Dmount.h637 vfs_unmount_t *vfs_unmount; member in struct:vfsops
683 _rc = (*(MP)->mnt_op->vfs_unmount)(MP, FORCE); \

Completed in 49 milliseconds