Home
last modified time | relevance | path

Searched refs:pr_warn_client (Results 1 – 11 of 11) sorted by relevance

/linux/fs/ceph/
H A Dquota.c66 pr_warn_client(cl, "failed to find inode %llx\n", vino.ino); in ceph_handle_quota()
115 pr_warn_client(cl, "Failed to alloc quotarealms_inode\n"); in find_quotarealm_inode()
398 pr_warn_client(cl, "Invalid quota check op (%d)\n", op); in check_quota_exceeded()
H A Dmdsmap.c244 pr_warn_client(cl, "got incorrect mds(%d)\n", mds); in ceph_mdsmap_decode()
H A Dfile.c568 pr_warn_client(cl, in restore_deleg_ino()
622 pr_warn_client(cl, in ceph_async_create_cb()
642 pr_warn_client(cl, in ceph_async_create_cb()
649 pr_warn_client(cl, "no req->r_target_inode for 0x%llx\n", in ceph_async_create_cb()
972 pr_warn_client(cl, in ceph_atomic_open()
H A Dcrypto.c617 pr_warn_client(cl, in ceph_fscrypt_decrypt_extents()
H A Ddir.c546 pr_warn_client(cl, in ceph_readdir()
1247 pr_warn_client(cl, in ceph_async_unlink_cb()
1283 pr_warn_client(cl, "failure path=(%llx)%s result=%d!\n", in ceph_async_unlink_cb()
H A Dsuper.c1564 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1566 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
H A Dmds_client.c600 pr_warn_client(cl, in ceph_parse_deleg_inos()
864 pr_warn_client(cl, "dentry %p:%pd async unlink bit is not set\n", in ceph_wait_on_conflict_unlink()
2814 pr_warn_client(cl, "did not end path lookup where expected (pos = %d)\n", in ceph_mdsc_build_path()
3835 pr_warn_client(cl, "got a dup %s reply on %llu from mds%d\n", in handle_reply()
3841 pr_warn_client(cl, "got unsafe after safe on %llu from mds%d\n", in handle_reply()
4160 pr_warn_client(cl, "mds%d session blocklisted\n", in handle_session()
6199 pr_warn_client(mdsc->fsc->client, "mds%d closed our session\n", in mds_peer_reset()
H A Daddr.c847 pr_warn_client(cl, in writepages_finish()
1279 pr_warn_client(cl, in ceph_writepages_start()
H A Dinode.c1121 pr_warn_client(cl, in ceph_fill_inode()
1302 pr_warn_client(cl, "mds issued no caps on %llx.%llx\n", in ceph_fill_inode()
H A Dcaps.c276 pr_warn_client(cl, "ctx=%p ENOMEM need=%d got=%d\n", ctx, need, in ceph_reserve_caps()
1808 pr_warn_client(cl, "%p %llx.%llx mask %s, " in __ceph_mark_dirty_caps()
/linux/include/linux/ceph/
H A Dceph_debug.h57 #define pr_warn_client(client, fmt, ...) \ macro