Searched refs:FUSE_FSYNC (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/test/ |
H A D | stracedecode.c | 25 [FUSE_FSYNC] = { "FSYNC" },
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 173 FUSE_FSYNC = 20, enumerator
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 45 * FUSE_RELEASE, FUSE_FSYNC, FUSE_FLUSH, FUSE_SETXATTR, FUSE_GETXATTR, 543 FUSE_FSYNC = 20, enumerator
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 1255 [FUSE_FSYNC] = { do_fsync, "FSYNC" }, 1321 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC && in fuse_ll_process()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 2584 [FUSE_FSYNC] = { do_fsync, "FSYNC" }, 2723 in->opcode != FUSE_WRITE && in->opcode != FUSE_FSYNC &&
|
Completed in 9 milliseconds