Lines Matching refs:LOG_DEBUG

1104         LOG_DEBUG(LOG, "numChildrenIncludeMeta() returns %u", count);  in _numChildrenIncludeMeta()
1122 LOG_DEBUG(LOG, "numChildrenExcludeMeta() returns %u", count); in _numChildrenExcludeMeta()
1165 LOG_DEBUG(LOG, "hasChild(childPath %s) returns %d", in _hasChildPath()
1198 LOG_DEBUG(LOG, "isMeta(childName %s) returns %d", in _isMeta()
1225 LOG_DEBUG(LOG, "hasRegMetadata() returns %d", res); in _hasRegMetadata()
1238 LOG_DEBUG(LOG, "hasDirMetadata() returns %d", res); in _hasDirMetadata()
1257 LOG_DEBUG(LOG, "isReg() returns %d", res); in _isReg()
1307 LOG_DEBUG(LOG, "isRegNameType(nameType %d) returns %d", in _isRegNameType()
1344 LOG_DEBUG(LOG, "isDirNameType(nameType %d) returns %d", in _isDirNameType()
1387 LOG_DEBUG(LOG, "encodeMetadata()"); in _encodeMetadata()
1404 LOG_DEBUG(LOG, "decodeMetadata(data %s)", data.c_str()); in _decodeMetadata()
1417 LOG_DEBUG(LOG, "key %s value %s", key, value); in _decodeMetadata()
1420 LOG_DEBUG(LOG, "version: %llu", v); in _decodeMetadata()
1425 LOG_DEBUG(LOG, "atime: %llu", v); in _decodeMetadata()
1430 LOG_DEBUG(LOG, "mtime: %llu", v); in _decodeMetadata()
1438 LOG_DEBUG(LOG, "decodeMetadata done"); in _decodeMetadata()
1453 LOG_DEBUG(LOG, "flush() path %s", _path.c_str()); in _flush()
1458 LOG_DEBUG(LOG, "is dirty, active version %d", in _flush()
1469 LOG_DEBUG(LOG, "not dirty"); in _flush()
1485 LOG_DEBUG(LOG, "flush returns %d", res); in _flush()
1502 LOG_DEBUG(LOG, "truncate(size %zu) path %s", size, _path.c_str()); in _truncate()
1507 LOG_DEBUG(LOG, "not initialized"); in _truncate()
1512 LOG_DEBUG(LOG, "size > maxDataFileSize"); in _truncate()
1515 LOG_DEBUG(LOG, "increase to size"); in _truncate()
1523 LOG_DEBUG(LOG, "decrease to size"); in _truncate()
1529 LOG_DEBUG(LOG, "do nothing, same size"); in _truncate()
1532 LOG_DEBUG(LOG, "truncate returns %d", res); in _truncate()
1562 LOG_DEBUG(LOG, "rmdir(nameType %d, force %d) path %s", in _rmdir()
1568 LOG_DEBUG(LOG, "failed because not directory"); in _rmdir()
1573 LOG_DEBUG(LOG, "failed because node has data"); in _rmdir()
1578 LOG_DEBUG(LOG, "failed because node has children"); in _rmdir()
1582 LOG_DEBUG(LOG, "delete node"); in _rmdir()
1593 LOG_DEBUG(LOG, "delete failed"); in _rmdir()
1602 LOG_DEBUG(LOG, "rmdir returns %d", res); in _rmdir()
1630 LOG_DEBUG(LOG, "unlink(nameType %d) path %s", in _unlink()
1655 LOG_DEBUG(LOG, "unlink returns %d", res); in _unlink()
1726 LOG_DEBUG(LOG, "deleted"); in _getattrNoMetaAccess()
1730 LOG_DEBUG(LOG, "not initialized"); in _getattrNoMetaAccess()
1737 LOG_DEBUG(LOG, "regular"); in _getattrNoMetaAccess()
1742 LOG_DEBUG(LOG, "directory"); in _getattrNoMetaAccess()
1870 LOG_DEBUG(LOG, "constructor() path %s", _path.c_str()); in ZkFuseFile()
1877 LOG_DEBUG(LOG, "destructor() path %s", _path.c_str()); in ~ZkFuseFile()
1914 LOG_DEBUG(LOG, "addChild(childPath %s) path %s", in addChild()
1924 LOG_DEBUG(LOG, "child not found, adding child path"); in addChild()
1929 LOG_DEBUG(LOG, "child found"); in addChild()
1935 LOG_DEBUG(LOG, "addChild returns %d", res); in addChild()
1946 LOG_DEBUG(LOG, "removeChild(childPath %s) path %s", in removeChild()
1956 LOG_DEBUG(LOG, "child found"); in removeChild()
1961 LOG_DEBUG(LOG, "child not found"); in removeChild()
1967 LOG_DEBUG(LOG, "removeChild returns %d", res); in removeChild()
1980 LOG_DEBUG(LOG, "clear(clearChildren %d, clearData %d) path %s", in clear()
2020 LOG_DEBUG(LOG, "incRefCount(count %d) path %s", count, _path.c_str()); in incRefCount()
2030 LOG_DEBUG(LOG, "incRefCount returns %d", res); in incRefCount()
2062 LOG_DEBUG(LOG, "incOpenDirCount(count %d) path %s", in incOpenDirCount()
2074 LOG_DEBUG(LOG, "incOpenDirCount returns %d", res); in incOpenDirCount()
2149 LOG_DEBUG(LOG, "setData(doFlush %d) path %s", doFlush, _path.c_str()); in setData()
2164 LOG_DEBUG(LOG, "setData() returns %d", res); in setData()
2197 LOG_DEBUG(LOG, "update(newFile %d) path %s", newFile, _path.c_str()); in update()
2208 LOG_DEBUG(LOG, "deleted, not new file"); in update()
2213 LOG_DEBUG(LOG, "initialized children %d, data %d", in update()
2215 LOG_DEBUG(LOG, "has children watch %d, data watch %d", in update()
2236 LOG_DEBUG(LOG, "update children"); in update()
2242 LOG_DEBUG(LOG, "update children done"); in update()
2266 LOG_DEBUG(LOG, "node currently in-use, no data update"); in update()
2279 LOG_DEBUG(LOG, "node first use or reuse"); in update()
2284 LOG_DEBUG(LOG, "update data"); in update()
2291 LOG_DEBUG(LOG, in update()
2310 LOG_DEBUG(LOG, "update set active version %d", in update()
2317 LOG_DEBUG(LOG, "update %s exception %s", in update()
2334 LOG_DEBUG(LOG, "update returns %d", res); in update()
2375 LOG_DEBUG(LOG, "dataEventReceived() path %s, type %d, state %d", in dataEventReceived()
2387 LOG_DEBUG(LOG, "invalidate data"); in dataEventReceived()
2417 LOG_DEBUG(LOG, "register data watcher"); in dataEventReceived()
2423 LOG_DEBUG(LOG, in dataEventReceived()
2437 LOG_DEBUG(LOG, "dataEventReceived return %d", reclaim); in dataEventReceived()
2454 LOG_DEBUG(LOG, "childrenEventReceived() path %s, type %d, state %d", in childrenEventReceived()
2467 LOG_DEBUG(LOG, "invalidate children"); in childrenEventReceived()
2503 LOG_DEBUG(LOG, "update children"); in childrenEventReceived()
2509 LOG_DEBUG(LOG, "update children done"); in childrenEventReceived()
2523 LOG_DEBUG(LOG, "childrenEventReceived returns %d", reclaim); in childrenEventReceived()
2559 LOG_DEBUG(LOG, "read(size %zu, off_t %zu) path %s", in read()
2567 LOG_DEBUG(LOG, "not initialized"); in read()
2573 LOG_DEBUG(LOG, "offset > fileSize %zu", fileSize); in read()
2579 LOG_DEBUG(LOG, in read()
2591 LOG_DEBUG(LOG, "read returns %d", res); in read()
2605 LOG_DEBUG(LOG, "write(size %zu, off_t %zu) path %s", in write()
2613 LOG_DEBUG(LOG, "not initialized"); in write()
2617 LOG_DEBUG(LOG, "offset > maxDataFileSize %u", maxDataFileSize); in write()
2622 LOG_DEBUG(LOG, in write()
2630 LOG_DEBUG(LOG, "resizing to %zu", offset + size); in write()
2640 LOG_DEBUG(LOG, "write returns %d", res); in write()
2677 LOG_DEBUG(LOG, "close() path %s", _path.c_str()); in close()
2691 LOG_DEBUG(LOG, "close returns %d", res); in close()
2705 LOG_DEBUG(LOG, "getattr(nameType %d) path %s", in getattr()
2729 LOG_DEBUG(LOG, "metaRes %d dataSize %zu", in getattr()
2734 LOG_DEBUG(LOG, "metadata version %u active version %u", in getattr()
2748 LOG_DEBUG(LOG, "getattr returns %d", res); in getattr()
2762 LOG_DEBUG(LOG, "readdir(offset %zu) path %s", offset, _path.c_str()); in readdir()
2780 LOG_DEBUG(LOG, "not initialized"); in readdir()
2820 LOG_DEBUG(LOG, "filler full"); in readdir()
2828 LOG_DEBUG(LOG, "include data file name"); in readdir()
2839 LOG_DEBUG(LOG, "readdir returns %d", res); in readdir()
2870 LOG_DEBUG(LOG, in utime()
2884 LOG_DEBUG(LOG, "not initialized"); in utime()
2906 LOG_DEBUG(LOG, "utime returns %d", res); in utime()
3023 LOG_DEBUG(LOG, "allocate(path %s)", path.c_str()); in allocate()
3030 LOG_DEBUG(LOG, "not found"); in allocate()
3034 LOG_DEBUG(LOG, "free list empty, resize handle %d", handle); in allocate()
3038 LOG_DEBUG(LOG, "get from free list, handle %d", handle); in allocate()
3053 LOG_DEBUG(LOG, "numInUse %u", _numInUse); in allocate()
3056 LOG_DEBUG(LOG, "found"); in allocate()
3062 LOG_DEBUG(LOG, "resurrecting zombie, numInUse %u", _numInUse); in allocate()
3068 LOG_DEBUG(LOG, "allocate returns %d, newFile %d", handle, newFile); in allocate()
3074 LOG_DEBUG(LOG, "deallocate(handle %d)", handle); in deallocate()
3085 LOG_DEBUG(LOG, "path %s ref count %d", path.c_str(), refCount); in deallocate()
3107 LOG_DEBUG(LOG, "handle invalid"); in deallocate()
3110 LOG_DEBUG(LOG, "deallocate done"); in deallocate()
3118 LOG_DEBUG(LOG, "eventReceived() eventType %d, eventState %d, path %s", in eventReceived()
3128 LOG_DEBUG(LOG, "path found"); in eventReceived()
3212 LOG_DEBUG(LOG, "getData(path %s)", path.c_str()); in getData()
3223 LOG_DEBUG(LOG, "getData returns %d", res); in getData()
3232 LOG_DEBUG(LOG, "setData(path %s, exists %d)\n%s", in setData()
3247 LOG_DEBUG(LOG, "setData returns %d", res); in setData()
3256 LOG_DEBUG(LOG, "mknod(path %s, mode %o, mayExist %d)", in mknod()
3263 LOG_DEBUG(LOG, "bad mode %o", mode); in mknod()
3268 LOG_DEBUG(LOG, "create %s", path.c_str()); in mknod()
3272 LOG_DEBUG(LOG, "created"); in mknod()
3277 LOG_DEBUG(LOG, "create %s", dirMetaPath.c_str()); in mknod()
3285 LOG_DEBUG(LOG, "open after create"); in mknod()
3288 LOG_DEBUG(LOG, "create failed"); in mknod()
3292 LOG_DEBUG(LOG, "create failed because already exist"); in mknod()
3299 LOG_DEBUG(LOG, "create failed but does not exist"); in mknod()
3309 LOG_DEBUG(LOG, "mknod returns %d created %d", res, created); in mknod()
3315 LOG_DEBUG(LOG, "mkdir(path %s, mode %o)", path, mode); in mkdir()
3333 LOG_DEBUG(LOG, "mkdir returns %d", res); in mkdir()
3339 LOG_DEBUG(LOG, "open(path %s, justCreated %d)", in open()
3357 LOG_DEBUG(LOG, "open returns %d", res); in open()
3363 LOG_DEBUG(LOG, "rmdir(path %s, force %d)", path, force); in rmdir()
3380 LOG_DEBUG(LOG, "rmdir returns %d", res); in rmdir()
3388 LOG_DEBUG(LOG, "unlink(path %s)", path); in unlink()
3398 LOG_DEBUG(LOG, "unlink returns %d", res); in unlink()
3404 LOG_DEBUG(LOG, "getattr(path %s)", path); in getattr()
3420 LOG_DEBUG(LOG, "getattr returns %d", res); in getattr()
3427 LOG_DEBUG(LOG, "rename(fromPath %s, toPath %s)", fromPath, toPath); in rename()
3434 LOG_DEBUG(LOG, "good fromPath"); in rename()
3436 LOG_DEBUG(LOG, "fromPath is directory"); in rename()
3448 LOG_DEBUG(LOG, "toPath is directory"); in rename()
3452 LOG_DEBUG(LOG, "copy data"); in rename()
3456 LOG_DEBUG(LOG, "copy metadata"); in rename()
3461 LOG_DEBUG(LOG, "get metadata failed"); in rename()
3469 LOG_DEBUG(LOG, "set metadata failed"); in rename()
3474 LOG_DEBUG(LOG, "undo create because copy data failed"); in rename()
3480 LOG_DEBUG(LOG, "copy successful, unlink fromPath"); in rename()
3484 LOG_DEBUG(LOG, "rename returns %d", res); in rename()
3491 LOG_DEBUG(LOG, "addChildToParent(childPath %s)", childPath.c_str()); in addChildToParent()
3504 LOG_DEBUG(LOG, "addChildToParent done"); in addChildToParent()
3510 LOG_DEBUG(LOG, "removeChildFromParent(childPath %s)", childPath.c_str()); in removeChildFromParent()
3523 LOG_DEBUG(LOG, "removeChildFromParent done"); in removeChildFromParent()
3543 LOG_DEBUG(LOG, "getZkPath(path %s)", path); in getZkPath()
3621 LOG_DEBUG(LOG, "getZkPath returns %s, nameType %d", in getZkPath()
3636 LOG_DEBUG(LOG, "zkfuse_getattr(path %s)", path); in zkfuse_getattr()
3646 LOG_DEBUG(LOG, "zkfuse_getattr returns %d", res); in zkfuse_getattr()
3654 LOG_DEBUG(LOG, "zkfuse_fgetattr(path %s)", path); in zkfuse_fgetattr()
3671 LOG_DEBUG(LOG, "zkfuse_fgetattr returns %d", res); in zkfuse_fgetattr()
3692 LOG_DEBUG(LOG, "zkfuse_opendir(path %s)", path); in zkfuse_opendir()
3716 LOG_DEBUG(LOG, "zkfuse_opendir returns %d", res); in zkfuse_opendir()
3724 LOG_DEBUG(LOG, "zkfuse_readdir(path %s, offset %zu)", path, offset); in zkfuse_readdir()
3741 LOG_DEBUG(LOG, "zkfuse_readdir returns %d", res); in zkfuse_readdir()
3748 LOG_DEBUG(LOG, "zkfuse_releasedir(path %s)", path); in zkfuse_releasedir()
3765 LOG_DEBUG(LOG, "zkfuse_releasedir returns %d", res); in zkfuse_releasedir()
3772 LOG_DEBUG(LOG, "zkfuse_mknod(path %s, mode %o)", path, mode); in zkfuse_mknod()
3788 LOG_DEBUG(LOG, "zkfuse_mknod returns %d", res); in zkfuse_mknod()
3794 LOG_DEBUG(LOG, "zkfuse_mkdir(path %s, mode %o", path, mode); in zkfuse_mkdir()
3804 LOG_DEBUG(LOG, "zkfuse_mkdir returns %d", res); in zkfuse_mkdir()
3810 LOG_DEBUG(LOG, "zkfuse_unlink(path %s)", path); in zkfuse_unlink()
3820 LOG_DEBUG(LOG, "zkfuse_unlink returns %d", res); in zkfuse_unlink()
3826 LOG_DEBUG(LOG, "zkfuse_rmdir(path %s)", path); in zkfuse_rmdir()
3836 LOG_DEBUG(LOG, "zkfuse_rmdir returns %d", res); in zkfuse_rmdir()
3849 LOG_DEBUG(LOG, "zkfuse_rename(from %s, to %s)", from, to); in zkfuse_rename()
3859 LOG_DEBUG(LOG, "zkfuse_rename returns %d", res); in zkfuse_rename()
3872 LOG_DEBUG(LOG, "zkfuse_chmod(path %s, mode %o)", path, mode); in zkfuse_chmod()
3875 LOG_DEBUG(LOG, "zkfuse_chmod returns %d", res); in zkfuse_chmod()
3881 LOG_DEBUG(LOG, "zkfuse_chown(path %s, uid %d, gid %d)", path, uid, gid); in zkfuse_chown()
3893 LOG_DEBUG(LOG, "zkfuse_chown returns %d", res); in zkfuse_chown()
3899 LOG_DEBUG(LOG, "zkfuse_truncate(path %s, size %zu)", path, size); in zkfuse_truncate()
3915 LOG_DEBUG(LOG, "zkfuse_truncate returns %d", res); in zkfuse_truncate()
3922 LOG_DEBUG(LOG, "zkfuse_ftruncate(path %s, size %zu)", path, size); in zkfuse_ftruncate()
3938 LOG_DEBUG(LOG, "zkfuse_ftruncate returns %d", res); in zkfuse_ftruncate()
3945 LOG_DEBUG(LOG, "zkfuse_utimens(path %s)", path); in zkfuse_utimens()
3963 LOG_DEBUG(LOG, "zkfuse_utimens returns %d", res); in zkfuse_utimens()
3983 LOG_DEBUG(LOG, "zkfuse_open(path %s, flags %o)", path, fi->flags); in zkfuse_open()
4006 LOG_DEBUG(LOG, "zkfuse_open returns %d", res); in zkfuse_open()
4014 LOG_DEBUG(LOG, "zkfuse_read(path %s, size %zu, offset %zu)", in zkfuse_read()
4032 LOG_DEBUG(LOG, "zkfuse_read returns %d", res); in zkfuse_read()
4040 LOG_DEBUG(LOG, "zkfuse_write(path %s, size %zu, offset %zu)", in zkfuse_write()
4058 LOG_DEBUG(LOG, "zkfuse_write returns %d", res); in zkfuse_write()
4077 LOG_DEBUG(LOG, "zkfuse_flush(path %s)", path); in zkfuse_flush()
4093 LOG_DEBUG(LOG, "zkfuse_flush returns %d", res); in zkfuse_flush()
4100 LOG_DEBUG(LOG, "zkfuse_release(path %s)", path); in zkfuse_release()
4116 LOG_DEBUG(LOG, "zkfuse_release returns %d", res); in zkfuse_release()
4124 LOG_DEBUG(LOG, "zkfuse_fsync(path %s, isdatasync %d)", path, isdatasync); in zkfuse_fsync()
4129 LOG_DEBUG(LOG, "zkfuse_fsync returns %d", res); in zkfuse_fsync()