Home
last modified time | relevance | path

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

/third_party/libfuse/include/
Dfuse_mount_compat.h32 #ifndef UMOUNT_DETACH
33 #define UMOUNT_DETACH 0x00000002 /* Just detach from the tree */ macro
/third_party/libfuse/util/
Dfusermount.c440 int umount_flags = (lazy ? UMOUNT_DETACH : 0) | UMOUNT_NOFOLLOW; in unmount_fuse_locked()
1526 res = umount2(mnt, lazy ? UMOUNT_DETACH : 0); in main()