Home
last modified time | relevance | path

Searched refs:fuse_vfsop_unmount (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/fs/fuse/
HDfuse_vfsops.c105 static vfs_unmount_t fuse_vfsop_unmount; variable
111 .vfs_unmount = fuse_vfsop_unmount,
376 fuse_vfsop_unmount(struct mount *mp, int mntflags) in fuse_vfsop_unmount() function