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()
373 pr_warn_client(cl, "fsname %s doesn't match mds_namespace %s\n", in ceph_mdsmap_decode()
H A Dsuper.c1561 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1563 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
1576 pr_warn_client(cl, "umount timed out, %ld\n", timeleft); in ceph_kill_sb()
1578 pr_warn_client(cl, "umount was killed, %ld\n", timeleft); in ceph_kill_sb()
H A Dcrypto.c538 pr_warn_client(cl, in ceph_fscrypt_decrypt_extents()
H A Dfile.c567 pr_warn_client(cl, in restore_deleg_ino()
618 pr_warn_client(cl, in ceph_async_create_cb()
638 pr_warn_client(cl, in ceph_async_create_cb()
645 pr_warn_client(cl, "no req->r_target_inode for 0x%llx\n", in ceph_async_create_cb()
966 pr_warn_client(cl, in ceph_atomic_open()
H A Ddir.c546 pr_warn_client(cl, in ceph_readdir()
1255 pr_warn_client(cl, in ceph_async_unlink_cb()
1288 pr_warn_client(cl, "failure path=(%llx)%s result=%d!\n", in ceph_async_unlink_cb()
H A Dmds_client.c601 pr_warn_client(cl, in ceph_parse_deleg_inos()
865 pr_warn_client(cl, "dentry %p:%pd async unlink bit is not set\n", in ceph_wait_on_conflict_unlink()
3896 pr_warn_client(cl, "got a dup %s reply on %llu from mds%d\n", in handle_reply()
3902 pr_warn_client(cl, "got unsafe after safe on %llu from mds%d\n", in handle_reply()
4221 pr_warn_client(cl, "mds%d session blocklisted\n", in handle_session()
6286 pr_warn_client(mdsc->fsc->client, "mds%d closed our session\n", in mds_peer_reset()
H A Daddr.c912 pr_warn_client(cl, in writepages_finish()
1545 pr_warn_client(cl, in ceph_submit_write()
H A Dinode.c1156 pr_warn_client(cl, in ceph_fill_inode()
1337 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