/linux-6.6.21/fs/smb/client/ |
D | smb2misc.c | 39 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() 180 cifs_dbg(VFS, "Invalid structure size %u\n", in smb2_check_message() 187 cifs_dbg(VFS, "Invalid SMB2 command %d\n", command); in smb2_check_message() 201 cifs_dbg(VFS, "Length less than SMB header size\n"); in smb2_check_message() [all …]
|
D | cifs_swn.c | 146 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 …]
|
D | sess.c | 89 cifs_dbg(VFS, "unable to get chan index for server: 0x%llx", in cifs_ses_get_chan_index() 137 cifs_dbg(FYI, "Set reconnect bitmask for chan %u; now 0x%lx\n", in cifs_chan_set_need_reconnect() 150 cifs_dbg(FYI, "Cleared reconnect bitmask for chan %u; now 0x%lx\n", in cifs_chan_clear_need_reconnect() 196 cifs_dbg(FYI, in cifs_try_adding_channels() 204 cifs_dbg(VFS, "multichannel is not supported on this protocol version, use 3.0 or above\n"); in cifs_try_adding_channels() 219 cifs_dbg(VFS, "too many channel open attempts (%d channels left to open)\n", in cifs_try_adding_channels() 227 cifs_dbg(VFS, "server %s does not advertise interfaces\n", in cifs_try_adding_channels() 265 cifs_dbg(VFS, "failed to open extra channel on iface:%pIS rc=%d\n", in cifs_try_adding_channels() 276 cifs_dbg(VFS, "successfully opened new channel on iface:%pIS\n", in cifs_try_adding_channels() 395 cifs_dbg(VFS, "server %s does not advertise interfaces\n", ses->server->hostname); in cifs_chan_update_iface() [all …]
|
D | dns_resolve.c | 43 cifs_dbg(FYI, "%s: unc is too short: %s\n", __func__, unc); in dns_resolve_server_name_to_ip() 56 cifs_dbg(FYI, "%s: probably server name is whole unc: %s\n", in dns_resolve_server_name_to_ip() 62 cifs_dbg(FYI, "%s: unc is IP, skipping dns upcall: %*.*s\n", __func__, len, len, 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() 82 cifs_dbg(FYI, "%s: unable to determine ip address\n", __func__); in dns_resolve_server_name_to_ip()
|
D | connect.c | 94 cifs_dbg(FYI, "%s: failed to create UNC path\n", __func__); in reconn_set_ipaddr_from_hostname() 107 cifs_dbg(FYI, "%s: failed to resolve server part of %s to IP: %d\n", in reconn_set_ipaddr_from_hostname() 134 cifs_dbg(FYI, "%s: failed to query server interfaces: %d\n", in smb2_query_server_interfaces() 210 cifs_dbg(FYI, "%s: marking necessary sessions and tcons for reconnect\n", __func__); in cifs_mark_tcp_ses_conns_for_reconnect() 254 cifs_dbg(FYI, "%s: channel connect bitmap: 0x%lx\n", in cifs_mark_tcp_ses_conns_for_reconnect() 296 cifs_dbg(FYI, "%s: tearing down socket\n", __func__); in cifs_abort_connection() 299 cifs_dbg(FYI, "State: 0x%x Flags: 0x%lx\n", server->ssocket->state, in cifs_abort_connection() 302 cifs_dbg(FYI, "Post shutdown state: 0x%x Flags: 0x%lx\n", server->ssocket->state, in cifs_abort_connection() 316 cifs_dbg(FYI, "%s: moving mids to private list\n", __func__); in cifs_abort_connection() 328 cifs_dbg(FYI, "%s: issuing mid callbacks\n", __func__); in cifs_abort_connection() [all …]
|
D | cifsencrypt.c | 195 cifs_dbg(VFS, "null iovec entry\n"); in __cifs_calc_signature() 202 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature() 214 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature() 240 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature() 247 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature() 353 cifs_dbg(FYI, "dummy signature received for smb command 0x%x\n", in cifs_verify_signature() 543 cifs_dbg(VFS, "%s: can't generate ntlmv2 hash\n", __func__); in calc_ntlmv2_hash() 553 cifs_dbg(VFS, "%s: Could not set NT Hash as a key\n", __func__); in calc_ntlmv2_hash() 559 cifs_dbg(VFS, "%s: Could not init hmacmd5\n", __func__); in calc_ntlmv2_hash() 582 cifs_dbg(VFS, "%s: Could not update with user\n", __func__); in calc_ntlmv2_hash() [all …]
|
D | misc.c | 51 cifs_dbg(FYI, "warning: more than 65000 requests active\n"); in _get_xid() 94 cifs_dbg(FYI, "Null buffer passed to sesInfoFree\n"); in sesInfoFree() 154 cifs_dbg(FYI, "Null buffer passed to tconInfoFree\n"); in tconInfoFree() 235 cifs_dbg(FYI, "Null buffer passed to cifs_small_buf_release\n"); in cifs_small_buf_release() 310 cifs_dbg(VFS, "Bad protocol string signature header 0x%x\n", in check_smb_hdr() 323 cifs_dbg(VFS, "Server sent request, not response. mid=%u\n", in check_smb_hdr() 334 cifs_dbg(FYI, "checkSMB Length: 0x%x, smb_buf_length: 0x%x\n", in checkSMB() 361 cifs_dbg(VFS, "rcvd invalid byte count (bcc)\n"); in checkSMB() 363 cifs_dbg(VFS, "Length less than smb header size\n"); in checkSMB() 367 cifs_dbg(VFS, "%s: can't read BCC due to invalid WordCount(%u)\n", in checkSMB() [all …]
|
D | readdir.c | 41 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() 254 cifs_dbg(FYI, "posix fattr: dev %d, reparse %d, mode %o\n", in cifs_posix_to_fattr() 409 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); in _initiate_cifs_search() 482 cifs_dbg(FYI, "Unicode string longer than PATH_MAX found\n"); in cifs_unicode_bytelen() 501 cifs_dbg(VFS, "Invalid offset %u\n", next_offset); in nxt_dir_entry() 506 cifs_dbg(FYI, "new entry %p old entry %p\n", new_entry, old_entry); in nxt_dir_entry() [all …]
|
D | cifsacl.c | 239 cifs_dbg(FYI, "auth %d did not match\n", i); in is_well_known_sid() 258 cifs_dbg(FYI, "Unix UID %d returned from SID\n", *puid); in is_well_known_sid() 299 cifs_dbg(FYI, "%s: Can't map %cid %u to a SID\n", in id_to_sid() 304 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu)\n", in id_to_sid() 321 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu, ksid_size=%u)\n", in id_to_sid() 354 cifs_dbg(FYI, "%s: %u subauthorities is too many!\n", in sid_to_id() 404 cifs_dbg(FYI, "%s: Can't map SID %s to a %cid\n", in sid_to_id() 416 cifs_dbg(FYI, "%s: Downcall contained malformed key (datalen=%hu)\n", in sid_to_id() 464 cifs_dbg(FYI, "Registering the %s key type\n", in init_cifs_idmap() 498 cifs_dbg(FYI, "cifs idmap keyring: %d\n", key_serial(keyring)); in init_cifs_idmap() [all …]
|
D | cifssmb.c | 95 cifs_dbg(FYI, "can not send cmd %d while umounting\n", in cifs_reconnect_tcon() 169 cifs_dbg(FYI, "reconnect tcon rc = %d\n", rc); in cifs_reconnect_tcon() 363 cifs_dbg(FYI, "server UID changed\n"); in decode_ext_sec_blob() 427 cifs_dbg(FYI, "Requesting extended security\n"); in CIFSSMBNegotiate() 451 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate() 468 cifs_dbg(FYI, "share mode security\n"); in CIFSSMBNegotiate() 480 cifs_dbg(NOISY, "Max buf = %d\n", ses->server->maxBuf); in CIFSSMBNegotiate() 505 cifs_dbg(FYI, "negprot rc %d\n", rc); in CIFSSMBNegotiate() 515 cifs_dbg(FYI, "In tree disconnect\n"); in CIFSSMBTDis() 542 cifs_dbg(FYI, "Tree disconnect failed %d\n", rc); in CIFSSMBTDis() [all …]
|
D | dfs_cache.c | 88 cifs_dbg(VFS, "%s: failed to convert path to utf16\n", __func__); in dfs_cache_canonical_path() 96 cifs_dbg(VFS, "%s: failed to convert path from utf16\n", __func__); in dfs_cache_canonical_path() 203 cifs_dbg(FYI, "clearing dfs cache\n"); in dfscache_proc_write() 230 cifs_dbg(FYI, "target list:\n"); in dump_tgts() 232 cifs_dbg(FYI, " %s%s\n", t->name, in dump_tgts() 239 …cifs_dbg(FYI, "cache entry: path=%s,type=%s,ttl=%d,etime=%ld,hdr_flags=0x%x,ref_flags=0x%x,interli… in dump_ce() 254 cifs_dbg(FYI, "DFS referrals returned by the server:\n"); in dump_refs() 258 cifs_dbg(FYI, in dump_refs() 311 cifs_dbg(FYI, "%s: initialized DFS referral cache\n", __func__); in dfs_cache_init() 329 cifs_dbg(VFS, "%s: can't convert char\n", __func__); in cache_entry_hash() [all …]
|
D | ioctl.c | 44 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() 186 cifs_dbg(VFS, "shut down requested (%d)", flags); in cifs_shutdown() 202 cifs_dbg(FYI, "shutdown with default flag not supported\n"); in cifs_shutdown() 346 cifs_dbg(FYI, "cifs ioctl 0x%x\n", command); in cifs_ioctl() 406 cifs_dbg(FYI, "set compress flag rc %d\n", rc); in cifs_ioctl() 532 cifs_dbg(FYI, "ioctl notify rc %d\n", rc); in cifs_ioctl() [all …]
|
D | fscache.c | 42 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() 134 cifs_dbg(FYI, "%s: (0x%p)\n", __func__, cookie); in cifs_fscache_release_inode_cookie() 198 cifs_dbg(FYI, "%s: (fsc:%p, p:%p, i:0x%p\n", in __cifs_readpage_from_fscache() 212 cifs_dbg(FYI, "%s: (fsc: %p, p: %llx, l: %zx, i: %p)\n", in __cifs_readahead_to_fscache()
|
D | cifs_spnego.c | 139 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()
|
D | smb2pdu.c | 169 cifs_dbg(VFS, in cifs_chan_skip_or_disable() 240 cifs_dbg(FYI, "can not send cmd %d while umounting\n", in smb2_reconnect() 296 cifs_dbg(FYI, "sess reconnect mask: 0x%lx, tcon reconnect: %d", in smb2_reconnect() 394 cifs_dbg(FYI, "reconnect tcon rc = %d\n", rc); in smb2_reconnect() 398 cifs_dbg(VFS, "reconnect tcon failed rc = %d\n", rc); in smb2_reconnect() 434 cifs_dbg(FYI, "%s: failed to query server interfaces: %d\n", in smb2_reconnect() 808 cifs_dbg(FYI, "decode SMB3.11 encryption neg context of len %d\n", len); in decode_encrypt_ctx() 823 cifs_dbg(FYI, "SMB311 cipher type:%d\n", le16_to_cpu(ctxt->Ciphers[0])); in decode_encrypt_ctx() 826 cifs_dbg(VFS, "Server does not support requested encryption type (AES256 GCM)\n"); in decode_encrypt_ctx() 880 cifs_dbg(FYI, "signing algorithm %d chosen\n", in decode_signing_ctx() [all …]
|
D | smbencrypt.c | 50 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()
|
D | inode.c | 87 cifs_dbg(FYI, "%s: revalidating inode %llu\n", in cifs_revalidate_cache() 91 cifs_dbg(FYI, "%s: inode %llu is new\n", in cifs_revalidate_cache() 98 cifs_dbg(FYI, "%s: inode %llu is oplocked\n", in cifs_revalidate_cache() 108 cifs_dbg(FYI, "%s: inode %llu is unchanged\n", in cifs_revalidate_cache() 113 cifs_dbg(FYI, "%s: invalidating inode %llu mapping\n", in cifs_revalidate_cache() 296 cifs_dbg(FYI, "unknown type %d\n", le32_to_cpu(info->Type)); in cifs_unix_basic_to_fattr() 335 cifs_dbg(FYI, "%s: creating fake fattr\n", __func__); in cifs_create_junction_fattr() 425 cifs_dbg(FYI, "Getting info on %s\n", full_path); in cifs_get_unix_fattr() 436 cifs_dbg(FYI, "%s: query path info: rc = %d\n", __func__, rc); in cifs_get_unix_fattr() 454 cifs_dbg(FYI, "check_mf_symlink: %d\n", tmprc); in cifs_get_unix_fattr() [all …]
|
D | dir.c | 110 cifs_dbg(FYI, "using cifs_sb prepath <%s>\n", cifs_sb->prepath); in __build_path_from_dentry_optional_prefix() 166 cifs_dbg(FYI, "Invalid file name\n"); in check_name() 288 cifs_dbg(FYI, "Create flag not set in create function\n"); 319 cifs_dbg(FYI, "cifs_create returned 0x%x\n", rc); 391 cifs_dbg(FYI, "Create worked, get_inode_info failed rc = %d\n", 465 cifs_dbg(FYI, "parent inode = 0x%p name is: %pd and dentry = 0x%p\n", 553 cifs_dbg(FYI, "cifs_create parent inode = 0x%p name is: %pd and dentry = 0x%p\n", 642 cifs_dbg(FYI, "parent inode = 0x%p name is: %pd and dentry = 0x%p\n", 675 cifs_dbg(FYI, "non-NULL inode in lookup\n"); 677 cifs_dbg(FYI, "NULL inode in lookup\n"); [all …]
|
D | cifsfs.c | 277 cifs_dbg(FYI, "export ops supported\n"); in cifs_read_super() 285 cifs_dbg(VFS, "%s: get root inode failed\n", __func__); in cifs_read_super() 759 cifs_dbg(FYI, "wake up tasks now - umount begin not complete\n"); in cifs_umount_begin() 850 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root() 902 cifs_dbg(FYI, "%s: devname=%s flags=0x%x\n", __func__, in cifs_smb3_do_mount() 932 cifs_dbg(VFS, "cifs_mount failed w/return code = %d\n", in cifs_smb3_do_mount() 952 cifs_dbg(FYI, "Use existing superblock\n"); in cifs_smb3_do_mount() 972 cifs_dbg(FYI, "dentry root is: %p\n", root); in cifs_smb3_do_mount() 1013 cifs_dbg(FYI, in cifs_file_write_iter() 1032 cifs_dbg(FYI, "cifs_file_write_iter: %d rc on %p inode\n", in cifs_file_write_iter() [all …]
|
D | transport.c | 49 cifs_dbg(VFS, "%s: null TCP session\n", __func__); in alloc_mid() 59 cifs_dbg(FYI, "For smb_command %d\n", smb_buffer->Command); in alloc_mid() 301 cifs_dbg(FYI, "signal pending before send request\n"); in __smb_send_rqst() 338 cifs_dbg(FYI, "Sending smb: smb_len=%u\n", send_length); in __smb_send_rqst() 383 cifs_dbg(FYI, "signal is pending after attempt to send\n"); in __smb_send_rqst() 391 cifs_dbg(FYI, "partial send (wanted=%u sent=%zu): terminating session\n", in __smb_send_rqst() 524 cifs_dbg(FYI, "%s: remove %u credits total=%d\n", in wait_for_free_credits() 631 cifs_dbg(FYI, "%s: remove %u credits total=%d\n", in wait_for_free_credits() 682 cifs_dbg(FYI, "%s: %d requests in flight, needed %d total=%d\n", in wait_for_compound_request() 880 cifs_dbg(NOISY, "SendRcvNoRsp flags %d rc %d\n", flags, rc); in SendReceiveNoRsp() [all …]
|
D | smb2transport.c | 135 cifs_dbg(VFS, in smb2_get_sign_key() 472 cifs_dbg(VFS, "%s: dumping generated AES session keys\n", __func__); in generate_smb3signingkey() 477 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey() 479 cifs_dbg(VFS, "Cipher type %d\n", server->cipher_type); in generate_smb3signingkey() 480 cifs_dbg(VFS, "Session Key %*ph\n", in generate_smb3signingkey() 482 cifs_dbg(VFS, "Signing Key %*ph\n", in generate_smb3signingkey() 486 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey() 488 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey() 491 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey() 493 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey() [all …]
|
D | smb1ops.c | 60 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 …]
|
D | file.c | 244 …cifs_dbg(FYI, "Application %s pid %d has incorrectly set O_EXCL flag but not O_CREAT on file open.… in cifs_posix_convert_flags() 290 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open() 505 cifs_dbg(FYI, "Reset oplock val from read to None due to mand locks\n"); in cifs_new_fileinfo() 649 cifs_dbg(FYI, "closing last open instance for inode %p\n", in _cifsFileInfo_put() 731 cifs_dbg(FYI, "inode = 0x%p file flags are 0x%x for %s\n", in cifs_open() 770 cifs_dbg(FYI, "posix open succeeded\n"); in cifs_open() 774 …cifs_dbg(VFS, "server %s of type %s returned unexpected error on SMB posix open, disabling posix o… in cifs_open() 935 cifs_dbg(FYI, "inode = 0x%p file flags 0x%x for %s\n", in cifs_reopen_file() 958 cifs_dbg(FYI, "posix reopen succeeded\n"); in cifs_reopen_file() 1009 cifs_dbg(FYI, "cifs_reopen returned 0x%x\n", rc); in cifs_reopen_file() [all …]
|
D | link.c | 49 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() 422 cifs_dbg(FYI, "%s: path: %s\n", __func__, path); in smb3_create_mf_symlink() 612 cifs_dbg(FYI, "Full path: %s\n", full_path); 613 cifs_dbg(FYI, "symname is %s\n", symname); 639 cifs_dbg(FYI, "Create symlink ok, getinodeinfo fail rc = %d\n",
|
D | namespace.c | 244 cifs_dbg(FYI, "%s: ctx: source=%s UNC=%s prepath=%s dfs_automount=%d\n", in cifs_do_automount() 261 cifs_dbg(FYI, "%s: %pd\n", __func__, path->dentry); in cifs_d_automount() 265 cifs_dbg(FYI, "leaving %s [automount failed]\n" , __func__); in cifs_d_automount() 273 cifs_dbg(FYI, "leaving %s [ok]\n" , __func__); in cifs_d_automount()
|