Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h225 struct fuse_mknod_in { struct
226 __u32 mode;
227 __u32 rdev;
228 __u32 umask;
229 __u32 padding;
/third_party/libfuse/include/
Dfuse_kernel.h641 struct fuse_mknod_in { struct
642 uint32_t mode;
643 uint32_t rdev;
644 uint32_t umask;
645 uint32_t padding;