Home
last modified time | relevance | path

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

/linux-6.15/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 Dsuper.c1572 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1574 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
1587 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1589 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
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.c547 pr_warn_client(cl, in ceph_readdir()
1255 pr_warn_client(cl, in ceph_async_unlink_cb()
1291 pr_warn_client(cl, "failure path=(%llx)%s result=%d!\n", in ceph_async_unlink_cb()
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()
3829 pr_warn_client(cl, "got a dup %s reply on %llu from mds%d\n", in handle_reply()
3835 pr_warn_client(cl, "got unsafe after safe on %llu from mds%d\n", in handle_reply()
4154 pr_warn_client(cl, "mds%d session blocklisted\n", in handle_session()
6215 pr_warn_client(mdsc->fsc->client, "mds%d closed our session\n", in mds_peer_reset()
H A Daddr.c901 pr_warn_client(cl, in writepages_finish()
1542 pr_warn_client(cl, in ceph_submit_write()
H A Dinode.c1120 pr_warn_client(cl, in ceph_fill_inode()
1301 pr_warn_client(cl, "mds issued no caps on %llx.%llx\n", in ceph_fill_inode()
H A Dcaps.c277 pr_warn_client(cl, "ctx=%p ENOMEM need=%d got=%d\n", ctx, need, in ceph_reserve_caps()
1795 pr_warn_client(cl, "%p %llx.%llx mask %s, " in __ceph_mark_dirty_caps()
/linux-6.15/include/linux/ceph/
H A Dceph_debug.h57 #define pr_warn_client(client, fmt, ...) \ macro