const entity_addr_t& addr,
string_view trimmed_inode_path) const
{
- ldout(g_ceph_context, 10) << __func__ << "fs_name " << fs_name
+ ldout(g_ceph_context, 10) << __func__ << " fs_name " << fs_name
<< " inode(path /" << trimmed_inode_path
<< " owner " << inode_uid << ":" << inode_gid
<< " mode 0" << std::oct << inode_mode << std::dec
*/
bool Server::_dir_is_nonempty_unlocked(const MDRequestRef& mdr, CInode *in)
{
- dout(10) << "dir_is_nonempty_unlocked " << *in << dendl;
+ dout(10) << __func__ << " " << *in << dendl;
ceph_assert(in->is_auth());
if (in->filelock.is_cached())
// is the frag obviously non-empty?
if (dir->is_auth()) {
if (dir->get_projected_fnode()->fragstat.size()) {
- dout(10) << "dir_is_nonempty_unlocked dirstat has "
+ dout(10) << __func__ << " dirstat has "
<< dir->get_projected_fnode()->fragstat.size() << " items " << *dir << dendl;
return true;
}