Searched refs:FUSE_WRITE (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/test/ |
H A D | stracedecode.c | 22 [FUSE_WRITE] = { "WRITE" }, 80 case FUSE_WRITE: { in process_buf()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 170 FUSE_WRITE = 16, enumerator
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 44 * FUSE_RMDIR, FUSE_RENAME, FUSE_LINK, FUSE_OPEN, FUSE_READ, FUSE_WRITE, 540 FUSE_WRITE = 16, enumerator
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 2581 [FUSE_WRITE] = { do_write, "WRITE" }, 2723 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && 2744 (in->opcode != FUSE_WRITE || !se->op.write_buf) && 2766 if (in->opcode == FUSE_WRITE && se->op.write_buf)
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 1252 [FUSE_WRITE] = { do_write, "WRITE" }, 1321 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_ll_process()
|
Completed in 10 milliseconds