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()
412 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()
373 pr_warn_client(cl, "fsname %s doesn't match mds_namespace %s\n", in ceph_mdsmap_decode()
H A Dmetric.c134 pr_warn_client(cl, "failed to snapshot subvolume metrics: %d\n", in ceph_mdsc_send_metrics()
298 pr_warn_client(cl, in ceph_mdsc_send_metrics()
H A Dsuper.c1569 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1571 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
1584 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1586 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
H A Dfile.c586 pr_warn_client(cl, in restore_deleg_ino()
637 pr_warn_client(cl, in ceph_async_create_cb()
657 pr_warn_client(cl, in ceph_async_create_cb()
664 pr_warn_client(cl, "no req->r_target_inode for 0x%llx\n", in ceph_async_create_cb()
985 pr_warn_client(cl, in ceph_atomic_open()
H A Ddir.c546 pr_warn_client(cl, in ceph_readdir()
1257 pr_warn_client(cl, in ceph_async_unlink_cb()
1290 pr_warn_client(cl, "failure path=(%llx)%s result=%d!\n", in ceph_async_unlink_cb()
H A Dmds_client.c643 pr_warn_client(cl, in ceph_parse_deleg_inos()
909 pr_warn_client(cl, "dentry %p:%pd async unlink bit is not set\n", in ceph_wait_on_conflict_unlink()
3940 pr_warn_client(cl, "got a dup %s reply on %llu from mds%d\n", in handle_reply()
3946 pr_warn_client(cl, "got unsafe after safe on %llu from mds%d\n", in handle_reply()
4266 pr_warn_client(cl, "mds%d session blocklisted\n", in handle_session()
6352 pr_warn_client(mdsc->fsc->client, "mds%d closed our session\n", in mds_peer_reset()
H A Daddr.c921 pr_warn_client(cl, in writepages_finish()
1565 pr_warn_client(cl, in ceph_submit_write()
H A Dinode.c1194 pr_warn_client(cl, in ceph_fill_inode()
1375 pr_warn_client(cl, "mds issued no caps on %llx.%llx\n", in ceph_fill_inode()
H A Dcaps.c278 pr_warn_client(cl, "ctx=%p ENOMEM need=%d got=%d\n", ctx, need, in ceph_reserve_caps()
1796 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