Home | History | Annotate | Download | only in sdcard

Lines Matching refs:DLOG

49     DLOG(INFO) << "ACQUIRE " << std::hex << node << std::dec
57 DLOG(INFO) << "RELEASE " << std::hex << node << std::dec
62 DLOG(INFO) << "DESTROY " << std::hex << node << std::dec << " (" << node->name << ")";
598 DLOG(INFO) << "[" << handler->token << "] LOOKUP " << name << " @ " << hdr->nodeid
620 DLOG(INFO) << "[" << handler->token << "] FORGET #" << req->nlookup
642 DLOG(INFO) << "[" << handler->token << "] GETATTR flags=" << req->getattr_flags
666 DLOG(INFO) << "[" << handler->token << "] SETATTR fh=" << std::hex << req->fh
712 DLOG(INFO) << "[" << handler->token << "] Calling utimensat on " << path
732 DLOG(INFO) << "[" << handler->token << "] MKNOD " << name << " 0" << std::oct << req->mode
762 DLOG(INFO) << "[" << handler->token << "] MKDIR " << name << " 0" << std::oct << req->mode
811 DLOG(INFO) << "[" << handler->token << "] UNLINK " << name << " @ " << std::hex << hdr->nodeid
833 DLOG(INFO) << "[" << handler->token << "] fuse_notify_delete"
861 DLOG(INFO) << "[" << handler->token << "] UNLINK " << name << " @ " << std::hex << hdr->nodeid
883 DLOG(INFO) << "[" << handler->token << "] fuse_notify_delete"
920 DLOG(INFO) << "[" << handler->token << "] RENAME " << old_name << "->" << new_name
958 DLOG(INFO) << "[" << handler->token << "] RENAME " << old_child_path << "->" << new_child_path;
1005 DLOG(INFO) << "[" << handler->token << "] OPEN 0" << std::oct << req->flags
1021 DLOG(INFO) << "[" << handler->token << "] OPEN " << path;
1047 DLOG(INFO) << "[" << handler->token << "] READ " << std::hex << h << std::dec
1074 DLOG(INFO) << "[" << handler->token << "] WRITE " << std::hex << h << std::dec
1095 DLOG(INFO) << "[" << handler->token << "] STATFS";
1122 DLOG(INFO) << "[" << handler->token << "] RELEASE " << std::hex << h << std::dec
1144 DLOG(INFO) << "[" << handler->token << "] " << (is_dir ? "FSYNCDIR" : "FSYNC") << " "
1156 DLOG(INFO) << "[" << handler->token << "] FLUSH";
1170 DLOG(INFO) << "[" << handler->token << "] OPENDIR @ " << std::hex << hdr->nodeid
1184 DLOG(INFO) << "[" << handler->token << "] OPENDIR " << path;
1204 DLOG(INFO) << "[" << handler->token << "] READDIR " << h;
1207 DLOG(INFO) << "[" << handler->token << "] calling rewinddir()";
1230 DLOG(INFO) << "[" << handler->token << "] RELEASEDIR " << h;
1242 DLOG(INFO) << "[" << handler->token << "] INIT ver=" << req->major << "." << req->minor
1288 DLOG(INFO) << "[" << handler->token << "] CANONICAL_PATH @ " << std::hex << hdr->nodeid
1426 DLOG(INFO) << "[" << handler->token << "] NOTIMPL op=" << hdr->opcode
1471 DLOG(INFO) << "[" << handler->token << "] ERROR " << res;