Home
last modified time | relevance | path

Searched refs:cifs_dbg (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.1.9/fs/cifs/
Dsmb2misc.c39 cifs_dbg(VFS, "Received Request not response\n"); in check_smb2_hdr()
43 cifs_dbg(VFS, "Bad protocol string signature header %x\n", in check_smb2_hdr()
46 cifs_dbg(VFS, "Mids do not match: %llu and %llu\n", in check_smb2_hdr()
49 cifs_dbg(VFS, "Bad SMB detected. The Mid=%llu\n", wire_mid); in check_smb2_hdr()
114 cifs_dbg(FYI, "no SPNEGO security blob in negprot rsp\n"); in get_neg_ctxt_len()
128 cifs_dbg(FYI, "length of negcontexts %d pad %d\n", in get_neg_ctxt_len()
170 cifs_dbg(VFS, "no decryption - session id not found\n"); in smb2_check_message()
186 cifs_dbg(VFS, "Length less than SMB header size\n"); in smb2_check_message()
191 cifs_dbg(VFS, "SMB length greater than maximum, mid=%llu\n", in smb2_check_message()
200 cifs_dbg(VFS, "Invalid structure size %u\n", in smb2_check_message()
[all …]
Dcifs_swn.c146 cifs_dbg(VFS, "%s: Failed to get kerberos auth info: %d\n", __func__, ret); in cifs_swn_send_register_message()
154 cifs_dbg(VFS, "%s: Failed to get NTLM auth info: %d\n", __func__, ret); in cifs_swn_send_register_message()
159 cifs_dbg(VFS, "%s: secType %d not supported!\n", __func__, authtype); in cifs_swn_send_register_message()
167 cifs_dbg(FYI, "%s: Message to register for network name %s with id %d sent\n", __func__, in cifs_swn_send_register_message()
236 cifs_dbg(FYI, "%s: Message to unregister for network name %s with id %d sent\n", __func__, in cifs_swn_send_unregister_message()
264 cifs_dbg(VFS, "%s: failed to extract host name from target '%s': %d\n", in cifs_find_swn_reg()
274 cifs_dbg(VFS, "%s: failed to extract share name from target '%s': %d\n", in cifs_find_swn_reg()
286 cifs_dbg(FYI, "Existing swn registration for %s:%s found\n", swnreg->net_name, in cifs_find_swn_reg()
333 cifs_dbg(FYI, "%s: failed to allocate registration id\n", __func__); in cifs_get_swn_reg()
341 cifs_dbg(VFS, "%s: failed to extract host name from target: %d\n", __func__, ret); in cifs_get_swn_reg()
[all …]
Dcifsencrypt.c51 cifs_dbg(VFS, "null iovec entry\n"); in __cifs_calc_signature()
58 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
75 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
86 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
112 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
119 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
225 cifs_dbg(FYI, "dummy signature received for smb command 0x%x\n", in cifs_verify_signature()
415 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in calc_ntlmv2_hash()
425 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash()
431 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash()
[all …]
Dsess.c85 cifs_dbg(VFS, "unable to get chan index for server: 0x%llx", in cifs_ses_get_chan_index()
125 cifs_dbg(FYI, "Set reconnect bitmask for chan %u; now 0x%lx\n", in cifs_chan_set_need_reconnect()
136 cifs_dbg(FYI, "Cleared reconnect bitmask for chan %u; now 0x%lx\n", in cifs_chan_clear_need_reconnect()
175 cifs_dbg(FYI, in cifs_try_adding_channels()
183 cifs_dbg(VFS, "multichannel is not supported on this protocol version, use 3.0 or above\n"); in cifs_try_adding_channels()
190 cifs_dbg(VFS, "server %s does not support multichannel\n", ses->server->hostname); in cifs_try_adding_channels()
209 cifs_dbg(FYI, "too many channel open attempts (%d channels left to open)\n", in cifs_try_adding_channels()
237 cifs_dbg(VFS, "failed to open extra channel on iface:%pIS rc=%d\n", in cifs_try_adding_channels()
244 cifs_dbg(FYI, "successfully opened new channel on iface:%pIS\n", in cifs_try_adding_channels()
301 cifs_dbg(FYI, "unable to find a suitable iface\n"); in cifs_chan_update_iface()
[all …]
Dmisc.c49 cifs_dbg(FYI, "warning: more than 65000 requests active\n"); in _get_xid()
92 cifs_dbg(FYI, "Null buffer passed to sesInfoFree\n"); in sesInfoFree()
144 cifs_dbg(FYI, "Null buffer passed to tconInfoFree\n"); in tconInfoFree()
221 cifs_dbg(FYI, "Null buffer passed to cifs_small_buf_release\n"); in cifs_small_buf_release()
296 cifs_dbg(VFS, "Bad protocol string signature header 0x%x\n", in check_smb_hdr()
309 cifs_dbg(VFS, "Server sent request, not response. mid=%u\n", in check_smb_hdr()
320 cifs_dbg(FYI, "checkSMB Length: 0x%x, smb_buf_length: 0x%x\n", in checkSMB()
347 cifs_dbg(VFS, "rcvd invalid byte count (bcc)\n"); in checkSMB()
349 cifs_dbg(VFS, "Length less than smb header size\n"); in checkSMB()
360 cifs_dbg(VFS, "Length read does not match RFC1001 length %d\n", in checkSMB()
[all …]
Dconnect.c108 cifs_dbg(FYI, "%s: failed to create UNC path\n", __func__); in reconn_set_ipaddr_from_hostname()
117 cifs_dbg(FYI, "%s: failed to resolve server part of %s to IP: %d\n", in reconn_set_ipaddr_from_hostname()
141 cifs_dbg(FYI, "%s: next dns resolution scheduled for %lu seconds in the future\n", in reconn_set_ipaddr_from_hostname()
160 cifs_dbg(FYI, "%s: failed to query server interfaces: %d\n", in smb2_query_server_interfaces()
181 cifs_dbg(FYI, "%s: failed to resolve hostname: %d\n", in cifs_resolve_server()
251 cifs_dbg(FYI, "%s: marking necessary sessions and tcons for reconnect\n", __func__); in cifs_mark_tcp_ses_conns_for_reconnect()
303 cifs_dbg(FYI, "%s: tearing down socket\n", __func__); in cifs_abort_connection()
306 cifs_dbg(FYI, "State: 0x%x Flags: 0x%lx\n", server->ssocket->state, in cifs_abort_connection()
309 cifs_dbg(FYI, "Post shutdown state: 0x%x Flags: 0x%lx\n", server->ssocket->state, in cifs_abort_connection()
323 cifs_dbg(FYI, "%s: moving mids to private list\n", __func__); in cifs_abort_connection()
[all …]
Ddns_resolve.c46 cifs_dbg(FYI, "%s: unc is too short: %s\n", __func__, unc); in dns_resolve_server_name_to_ip()
59 cifs_dbg(FYI, "%s: probably server name is whole unc: %s\n", in dns_resolve_server_name_to_ip()
71 cifs_dbg(FYI, "%s: unable to resolve: %*.*s\n", in dns_resolve_server_name_to_ip()
74 cifs_dbg(FYI, "%s: resolved: %*.*s to %s expiry %llu\n", in dns_resolve_server_name_to_ip()
85 cifs_dbg(FYI, "%s: unc is IP, skipping dns upcall: %s\n", in dns_resolve_server_name_to_ip()
Dcifsacl.c234 cifs_dbg(FYI, "auth %d did not match\n", i); in is_well_known_sid()
253 cifs_dbg(FYI, "Unix UID %d returned from SID\n", *puid); in is_well_known_sid()
294 cifs_dbg(FYI, "%s: Can't map %cid %u to a SID\n", in id_to_sid()
299 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu)\n", in id_to_sid()
316 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu, ksid_size=%u)\n", in id_to_sid()
349 cifs_dbg(FYI, "%s: %u subauthorities is too many!\n", in sid_to_id()
399 cifs_dbg(FYI, "%s: Can't map SID %s to a %cid\n", in sid_to_id()
411 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu)\n", in sid_to_id()
459 cifs_dbg(FYI, "Registering the %s key type\n", in init_cifs_idmap()
493 cifs_dbg(FYI, "cifs idmap keyring: %d\n", key_serial(keyring)); in init_cifs_idmap()
[all …]
Dcifssmb.c96 cifs_dbg(FYI, "can not send cmd %d while umounting\n", in cifs_reconnect_tcon()
115 cifs_dbg(FYI, "%s: aborting reconnect due to a received signal by the process\n", in cifs_reconnect_tcon()
137 cifs_dbg(FYI, "gave up waiting on reconnect in smb_init\n"); in cifs_reconnect_tcon()
197 cifs_dbg(FYI, "reconnect tcon rc = %d\n", rc); in cifs_reconnect_tcon()
392 cifs_dbg(FYI, "server UID changed\n"); in decode_ext_sec_blob()
456 cifs_dbg(FYI, "Requesting extended security\n"); in CIFSSMBNegotiate()
480 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate()
497 cifs_dbg(FYI, "share mode security\n"); in CIFSSMBNegotiate()
509 cifs_dbg(NOISY, "Max buf = %d\n", ses->server->maxBuf); in CIFSSMBNegotiate()
534 cifs_dbg(FYI, "negprot rc %d\n", rc); in CIFSSMBNegotiate()
[all …]
Dreaddir.c41 cifs_dbg(FYI, "empty cifs private file data\n"); in dump_cifs_file_struct()
45 cifs_dbg(FYI, "Invalid handle\n"); in dump_cifs_file_struct()
47 cifs_dbg(FYI, "end of search\n"); in dump_cifs_file_struct()
49 cifs_dbg(FYI, "empty dir\n"); in dump_cifs_file_struct()
75 cifs_dbg(FYI, "%s: for %s\n", __func__, name->name); in cifs_prime_dcache()
259 cifs_dbg(FYI, "posix fattr: dev %d, reparse %d, mode %o\n", in cifs_posix_to_fattr()
412 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); in _initiate_cifs_search()
485 cifs_dbg(FYI, "Unicode string longer than PATH_MAX found\n"); in cifs_unicode_bytelen()
504 cifs_dbg(VFS, "Invalid offset %u\n", next_offset); in nxt_dir_entry()
509 cifs_dbg(FYI, "new entry %p old entry %p\n", new_entry, old_entry); in nxt_dir_entry()
[all …]
Dcifs_dfs_ref.c181 cifs_dbg(FYI, "%s: Failed to resolve server part of %s to IP: %d\n", in cifs_compose_mount_options()
314 cifs_dbg(FYI, "in %s\n", __func__); in cifs_dfs_do_automount()
338 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); in cifs_dfs_do_automount()
341 cifs_dbg(FYI, "%s: cifs_dfs_do_mount:%s , mnt:%p\n", __func__, full_path + 1, mnt); in cifs_dfs_do_automount()
346 cifs_dbg(FYI, "leaving %s\n" , __func__); in cifs_dfs_do_automount()
357 cifs_dbg(FYI, "in %s\n", __func__); in cifs_dfs_d_automount()
361 cifs_dbg(FYI, "leaving %s [automount failed]\n" , __func__); in cifs_dfs_d_automount()
369 cifs_dbg(FYI, "leaving %s [ok]\n" , __func__); in cifs_dfs_d_automount()
Ddfs_cache.c200 cifs_dbg(VFS, "%s: failed to convert path to utf16\n", __func__); in dfs_cache_canonical_path()
208 cifs_dbg(VFS, "%s: failed to convert path from utf16\n", __func__); in dfs_cache_canonical_path()
315 cifs_dbg(FYI, "clearing dfs cache\n"); in dfscache_proc_write()
342 cifs_dbg(FYI, "target list:\n"); in dump_tgts()
344 cifs_dbg(FYI, " %s%s\n", t->name, in dump_tgts()
351cifs_dbg(FYI, "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interli… in dump_ce()
366 cifs_dbg(FYI, "DFS referrals returned by the server:\n"); in dump_refs()
370 cifs_dbg(FYI, in dump_refs()
420 cifs_dbg(FYI, "%s: initialized DFS referral cache\n", __func__); in dfs_cache_init()
438 cifs_dbg(VFS, "%s: can't convert char\n", __func__); in cache_entry_hash()
[all …]
Dioctl.c44 cifs_dbg(FYI, "%s %s\n", __func__, path); in cifs_ioctl_query_info()
78 cifs_dbg(FYI, "ioctl copychunk range\n"); in cifs_ioctl_copychunk()
81 cifs_dbg(FYI, "file target not open for write\n"); in cifs_ioctl_copychunk()
88 cifs_dbg(FYI, "mnt_want_write failed with rc %d\n", rc); in cifs_ioctl_copychunk()
100 cifs_dbg(VFS, "src file seems to be from a different filesystem type\n"); in cifs_ioctl_copychunk()
172 cifs_dbg(VFS, "shut down requested (%d)", flags); in cifs_shutdown()
188 cifs_dbg(FYI, "shutdown with default flag not supported\n"); in cifs_shutdown()
328 cifs_dbg(FYI, "cifs ioctl 0x%x\n", command); in cifs_ioctl()
388 cifs_dbg(FYI, "set compress flag rc %d\n", rc); in cifs_ioctl()
489 cifs_dbg(FYI, "ioctl notify rc %d\n", rc); in cifs_ioctl()
[all …]
Dfscache.c42 cifs_dbg(VFS, "Unknown network family '%d'\n", sa->sa_family); in cifs_fscache_get_super_cookie()
50 cifs_dbg(FYI, "%s: couldn't extract sharename\n", __func__); in cifs_fscache_get_super_cookie()
67 cifs_dbg(FYI, "%s: (%s/0x%p)\n", __func__, key, vcookie); in cifs_fscache_get_super_cookie()
90 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, tcon->fscache); in cifs_fscache_release_super_cookie()
132 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, cookie); in cifs_fscache_release_inode_cookie()
204 cifs_dbg(FYI, "%s: (fsc:%p, p:%p, i:0x%p\n", in __cifs_readpage_from_fscache()
218 cifs_dbg(FYI, "%s: (fsc: %p, p: %p, i: %p)\n", in __cifs_readpage_to_fscache()
Dcifs_spnego.c139 cifs_dbg(VFS, "unknown or missing server auth type, use krb5\n"); in cifs_get_spnego_key()
159 cifs_dbg(FYI, "key description = %s\n", description); in cifs_get_spnego_key()
184 cifs_dbg(FYI, "Registering the %s key type\n", in init_cifs_spnego()
219 cifs_dbg(FYI, "cifs spnego keyring: %d\n", key_serial(keyring)); in init_cifs_spnego()
235 cifs_dbg(FYI, "Unregistered %s key type\n", cifs_spnego_key_type.name); in exit_cifs_spnego()
Dsmbencrypt.c50 cifs_dbg(VFS, "%s: Could not init MD4\n", __func__); in mdfour()
55 cifs_dbg(VFS, "%s: Could not update MD4\n", __func__); in mdfour()
60 cifs_dbg(VFS, "%s: Could not finalize MD4\n", __func__); in mdfour()
Dsmb2pdu.c177 cifs_dbg(FYI, "can not send cmd %d while umounting\n", in smb2_reconnect()
215 cifs_dbg(FYI, "%s: aborting reconnect due to a received signal by the process\n", in smb2_reconnect()
237 cifs_dbg(FYI, "gave up waiting on reconnect in smb_init\n"); in smb2_reconnect()
249 cifs_dbg(FYI, "sess reconnect mask: 0x%lx, tcon reconnect: %d", in smb2_reconnect()
315 cifs_dbg(FYI, "reconnect tcon rc = %d\n", rc); in smb2_reconnect()
662 cifs_dbg(FYI, "decode SMB3.11 encryption neg context of len %d\n", len); in decode_encrypt_ctx()
672 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx()
675 cifs_dbg(VFS, "Server does not support requested encryption type (AES256 GCM)\n"); in decode_encrypt_ctx()
724 cifs_dbg(FYI, "signing algorithm %d chosen\n", in decode_signing_ctx()
739 cifs_dbg(FYI, "decoding %d negotiate contexts\n", ctxt_cnt); in smb311_decode_neg_context()
[all …]
Dinode.c90 cifs_dbg(FYI, "%s: revalidating inode %llu\n",
94 cifs_dbg(FYI, "%s: inode %llu is new\n",
101 cifs_dbg(FYI, "%s: inode %llu is oplocked\n",
110 cifs_dbg(FYI, "%s: inode %llu is unchanged\n",
115 cifs_dbg(FYI, "%s: invalidating inode %llu mapping\n",
298 cifs_dbg(FYI, "unknown type %d\n", le32_to_cpu(info->Type));
337 cifs_dbg(FYI, "creating fake fattr for DFS referral\n");
400 cifs_dbg(FYI, "Getting info on %s\n", full_path);
411 cifs_dbg(FYI, "%s: query path info: rc = %d\n", __func__, rc);
428 cifs_dbg(FYI, "check_mf_symlink: %d\n", tmprc);
[all …]
Ddir.c111 cifs_dbg(FYI, "using cifs_sb prepath <%s>\n", cifs_sb->prepath); in build_path_from_dentry_optional_prefix()
157 cifs_dbg(FYI, "Invalid file name\n"); in check_name()
279 cifs_dbg(FYI, "Create flag not set in create function\n");
309 cifs_dbg(FYI, "cifs_create returned 0x%x\n", rc);
381 cifs_dbg(FYI, "Create worked, get_inode_info failed rc = %d\n",
455 cifs_dbg(FYI, "parent inode = 0x%p name is: %pd and dentry = 0x%p\n",
543 cifs_dbg(FYI, "cifs_create parent inode = 0x%p name is: %pd and dentry = 0x%p\n",
632 cifs_dbg(FYI, "parent inode = 0x%p name is: %pd and dentry = 0x%p\n",
665 cifs_dbg(FYI, "non-NULL inode in lookup\n");
667 cifs_dbg(FYI, "NULL inode in lookup\n");
[all …]
Dtransport.c47 cifs_dbg(VFS, "%s: null TCP session\n", __func__); in alloc_mid()
57 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid()
323 cifs_dbg(FYI, "signal pending before send request\n"); in __smb_send_rqst()
359 cifs_dbg(FYI, "Sending smb: smb_len=%u\n", send_length); in __smb_send_rqst()
412 cifs_dbg(FYI, "signal is pending after attempt to send\n"); in __smb_send_rqst()
420 cifs_dbg(FYI, "partial send (wanted=%u sent=%zu): terminating session\n", in __smb_send_rqst()
540 cifs_dbg(FYI, "%s: remove %u credits total=%d\n", in wait_for_free_credits()
647 cifs_dbg(FYI, "%s: remove %u credits total=%d\n", in wait_for_free_credits()
698 cifs_dbg(FYI, "%s: %d requests in flight, needed %d total=%d\n", in wait_for_compound_request()
897 cifs_dbg(NOISY, "SendRcvNoRsp flags %d rc %d\n", flags, rc); in SendReceiveNoRsp()
[all …]
Dsmb1ops.c60 cifs_dbg(FYI, "issued NT_CANCEL for mid %u, rc = %d\n", in send_nt_cancel()
257 cifs_dbg(FYI, "Invalid transact2 word count\n"); in check2ndT2()
269 cifs_dbg(FYI, "total data %d smaller than data in frame %d\n", in check2ndT2()
276 cifs_dbg(FYI, "missing %d bytes from transact2, check next response\n", in check2ndT2()
279 cifs_dbg(VFS, "TotalDataSize %d is over maximum buffer %d\n", in check2ndT2()
301 cifs_dbg(FYI, "total data count of primary and secondary t2 differ source=%hu target=%hu\n", in coalesce_t2()
309 cifs_dbg(FYI, "Server sent too much data. tgt_total_cnt=%hu total_in_tgt=%u\n", in coalesce_t2()
316 cifs_dbg(FYI, "no more data remains\n"); in coalesce_t2()
322 cifs_dbg(FYI, "transact2 2nd response contains too much data\n"); in coalesce_t2()
337 cifs_dbg(FYI, "coalesced DataCount too large (%u)\n", in coalesce_t2()
[all …]
Dcifsfs.c272 cifs_dbg(FYI, "export ops supported\n"); in cifs_read_super()
280 cifs_dbg(VFS, "%s: get root inode failed\n", __func__); in cifs_read_super()
746 cifs_dbg(FYI, "wake up tasks now - umount begin not complete\n"); in cifs_umount_begin()
822 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root()
878 cifs_dbg(FYI, "Devname: %s flags: %d\n", old_ctx->UNC, flags); in cifs_smb3_do_mount()
914 cifs_dbg(VFS, "cifs_mount failed w/return code = %d\n", in cifs_smb3_do_mount()
936 cifs_dbg(FYI, "Use existing superblock\n"); in cifs_smb3_do_mount()
956 cifs_dbg(FYI, "dentry root is: %p\n", root); in cifs_smb3_do_mount()
1001 cifs_dbg(FYI, in cifs_file_write_iter()
1020 cifs_dbg(FYI, "cifs_file_write_iter: %d rc on %p inode\n", in cifs_file_write_iter()
[all …]
Dsmb2transport.c127 cifs_dbg(VFS, in smb2_get_sign_key()
448 cifs_dbg(VFS, "%s: dumping generated AES session keys\n", __func__); in generate_smb3signingkey()
453 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey()
455 cifs_dbg(VFS, "Cipher type %d\n", server->cipher_type); in generate_smb3signingkey()
456 cifs_dbg(VFS, "Session Key %*ph\n", in generate_smb3signingkey()
458 cifs_dbg(VFS, "Signing Key %*ph\n", in generate_smb3signingkey()
462 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey()
464 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey()
467 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey()
469 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey()
[all …]
Dfile.c115cifs_dbg(FYI, "Application %s pid %d has incorrectly set O_EXCL flag but not O_CREAT on file open.… in cifs_posix_convert_flags()
161 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open()
375 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_new_fileinfo()
519 cifs_dbg(FYI, "closing last open instance for inode %p\n", in _cifsFileInfo_put()
601 cifs_dbg(FYI, "inode = 0x%p file flags are 0x%x for %s\n", in cifs_open()
640 cifs_dbg(FYI, "posix open succeeded\n"); in cifs_open()
644cifs_dbg(VFS, "server %s of type %s returned unexpected error on SMB posix open, disabling posix o… in cifs_open()
805 cifs_dbg(FYI, "inode = 0x%p file flags 0x%x for %s\n", in cifs_reopen_file()
828 cifs_dbg(FYI, "posix reopen succeeded\n"); in cifs_reopen_file()
877 cifs_dbg(FYI, "cifs_reopen returned 0x%x\n", rc); in cifs_reopen_file()
[all …]
Dlink.c49 cifs_dbg(VFS, "%s: Could not init md5 shash\n", __func__); in symlink_hash()
54 cifs_dbg(VFS, "%s: Could not update with link_str\n", __func__); in symlink_hash()
59 cifs_dbg(VFS, "%s: Could not generate md5 hash\n", __func__); in symlink_hash()
92 cifs_dbg(FYI, "%s: MD5 hash failure: %d\n", __func__, rc); in parse_mf_symlink()
131 cifs_dbg(FYI, "%s: MD5 hash failure: %d\n", __func__, rc); in format_mf_symlink()
418 cifs_dbg(FYI, "%s: path: %s\n", __func__, path); in smb3_create_mf_symlink()
606 cifs_dbg(FYI, "Full path: %s\n", full_path);
607 cifs_dbg(FYI, "symname is %s\n", symname);
633 cifs_dbg(FYI, "Create symlink ok, getinodeinfo fail rc = %d\n",

12