Home
last modified time | relevance | path

Searched defs:fuse_create_in (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h269 struct fuse_create_in { struct
270 __u32 flags;
271 __u32 mode;
272 __u32 umask;
273 __u32 padding;
/third_party/libfuse/include/
Dfuse_kernel.h691 struct fuse_create_in { struct
692 uint32_t flags;
693 uint32_t mode;
694 uint32_t umask;
695 uint32_t open_flags; /* FUSE_OPEN_... */