int Client::ll_read(Fh *fh, loff_t off, loff_t len, bufferlist *bl)
{
Mutex::Locker lock(client_lock);
- ldout(cct, 3) << "ll_read " << fh << " " << off << "~" << len << dendl;
+ ldout(cct, 3) << "ll_read " << fh << " " << fh->inode->ino << " " << " " << off << "~" << len << dendl;
tout(cct) << "ll_read" << std::endl;
tout(cct) << (unsigned long)fh << std::endl;
tout(cct) << off << std::endl;
int Client::ll_write(Fh *fh, loff_t off, loff_t len, const char *data)
{
Mutex::Locker lock(client_lock);
- ldout(cct, 3) << "ll_write " << fh << " " << off << "~" << len << dendl;
+ ldout(cct, 3) << "ll_write " << fh << " " << fh->inode->ino << " " << off << "~" << len << dendl;
tout(cct) << "ll_write" << std::endl;
tout(cct) << (unsigned long)fh << std::endl;
tout(cct) << off << std::endl;
int Client::ll_flush(Fh *fh)
{
Mutex::Locker lock(client_lock);
- ldout(cct, 3) << "ll_flush " << fh << dendl;
+ ldout(cct, 3) << "ll_flush " << fh << " " << fh->inode->ino << " " << dendl;
tout(cct) << "ll_flush" << std::endl;
tout(cct) << (unsigned long)fh << std::endl;
int Client::ll_fsync(Fh *fh, bool syncdataonly)
{
Mutex::Locker lock(client_lock);
- ldout(cct, 3) << "ll_fsync " << fh << dendl;
+ ldout(cct, 3) << "ll_fsync " << fh << " " << fh->inode->ino << " " << dendl;
tout(cct) << "ll_fsync" << std::endl;
tout(cct) << (unsigned long)fh << std::endl;
int Client::ll_release(Fh *fh)
{
Mutex::Locker lock(client_lock);
- ldout(cct, 3) << "ll_release " << fh << dendl;
+ ldout(cct, 3) << "ll_release " << fh << " " << fh->inode->ino << " " << dendl;
tout(cct) << "ll_release" << std::endl;
tout(cct) << (unsigned long)fh << std::endl;