11 #ifndef FUSE_MOUNT_COMPAT_H_
12 #define FUSE_MOUNT_COMPAT_H_
14 #include <sys/mount.h>
20 #define MS_DIRSYNC 128
26 #define MS_PRIVATE (1<<18)
29 #define MS_LAZYTIME (1<<25)
33 #define UMOUNT_DETACH 0x00000002
35 #ifndef UMOUNT_NOFOLLOW
36 #define UMOUNT_NOFOLLOW 0x00000008
39 #define UMOUNT_UNUSED 0x80000000