Searched refs:FUSE_READ (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/test/ |
H A D | stracedecode.c | 21 [FUSE_READ] = { "READ" }, 73 case FUSE_READ: { in process_buf()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 169 FUSE_READ = 15, enumerator
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 44 * FUSE_RMDIR, FUSE_RENAME, FUSE_LINK, FUSE_OPEN, FUSE_READ, FUSE_WRITE, 539 FUSE_READ = 15, enumerator
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 1251 [FUSE_READ] = { do_read, "READ" }, 1320 in->opcode != FUSE_INIT && in->opcode != FUSE_READ && in fuse_ll_process()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 2580 [FUSE_READ] = { do_read, "READ" }, 2722 in->opcode != FUSE_INIT && in->opcode != FUSE_READ &&
|
Completed in 10 milliseconds