Home
last modified time | relevance | path

Searched refs:FUSE_ASYNC_READ (Results 1 - 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h143 #define FUSE_ASYNC_READ (1 << 0) macro
/third_party/libfuse/include/
H A Dfuse_kernel.h329 * FUSE_ASYNC_READ: asynchronous read requests
373 #define FUSE_ASYNC_READ (1 << 0) macro
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c1100 f->conn.async_read = arg->flags & FUSE_ASYNC_READ; in do_init()
1170 outarg.flags |= FUSE_ASYNC_READ; in do_init()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1976 if (inargflags & FUSE_ASYNC_READ)
2123 outargflags |= FUSE_ASYNC_READ;

Completed in 11 milliseconds