• Home
  • Raw
  • Download

Lines Matching full:smb

56  * check_session_id() - check for valid session id in smb header
58 * @id: session id from smb header
83 * @work: smb work
97 ksmbd_debug(SMB, "skip to check tree connect request\n"); in smb2_get_ksmbd_tcon()
102 ksmbd_debug(SMB, "NO tree connected\n"); in smb2_get_ksmbd_tcon()
135 * smb2_set_err_rsp() - set error response code on smb response
136 * @work: smb work containing response buffer
165 * @work: smb work containing smb header
189 * @work: smb work containing smb response buffer
209 * get_smb2_cmd_val() - get smb command code from smb header
210 * @work: smb work containing smb request buffer
227 * @work: smb work containing response buffer
245 * @work: smb work containing smb request buffer
276 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn->dialect); in init_smb2_neg_rsp()
309 * @work: smb work containing smb response buffer
333 ksmbd_debug(SMB, "Insufficient credits granted, given: %u, granted: %u\n", in smb2_set_rsp_credits()
362 ksmbd_debug(SMB, in smb2_set_rsp_credits()
371 * @work: smb work containing smb response buffer
406 ksmbd_debug(SMB, in init_chained_smb2_rsp()
415 ksmbd_debug(SMB, "related flag should be set\n"); in init_chained_smb2_rsp()
439 * @work: smb work containing smb request buffer
457 pr_err("next command(%u) offset exceeds smb msg size\n", in is_chained_smb2_message()
468 ksmbd_debug(SMB, "got SMB2 chained command\n"); in is_chained_smb2_message()
479 ksmbd_debug(SMB, "padding len %u\n", len); in is_chained_smb2_message()
490 * @work: smb work containing smb request buffer
520 * @work: smb work containing smb request buffer
560 * @work: smb work containing smb request buffer
606 ksmbd_debug(SMB, "Invalid user session, Uid %llu\n", sess_id); in smb2_check_user_session()
635 * smb2_get_name() - get filename string from on the wire smb format
671 ksmbd_debug(SMB, in setup_async_work()
842 ksmbd_debug(SMB, in assemble_neg_contexts()
851 ksmbd_debug(SMB, in assemble_neg_contexts()
865 ksmbd_debug(SMB, in assemble_neg_contexts()
875 ksmbd_debug(SMB, in assemble_neg_contexts()
938 ksmbd_debug(SMB, "Cipher ID = 0x%x\n", in decode_encrypt_ctxt()
948 * @conn: smb connection
958 * SMB 3.0 and 3.0.2 dialects use the SMB2_GLOBAL_CAP_ENCRYPTION flag. in smb3_encryption_negotiated()
959 * SMB 3.1.1 uses the cipher_type field. in smb3_encryption_negotiated()
996 ksmbd_debug(SMB, "Signing Algorithm ID = 0x%x\n", in decode_sign_cap_ctxt()
1017 ksmbd_debug(SMB, "decoding %d negotiate contexts\n", neg_ctxt_cnt); in deassemble_neg_contexts()
1019 ksmbd_debug(SMB, "Invalid response: negotiate context offset\n"); in deassemble_neg_contexts()
1039 ksmbd_debug(SMB, in deassemble_neg_contexts()
1050 ksmbd_debug(SMB, in deassemble_neg_contexts()
1059 ksmbd_debug(SMB, in deassemble_neg_contexts()
1067 ksmbd_debug(SMB, in deassemble_neg_contexts()
1070 ksmbd_debug(SMB, in deassemble_neg_contexts()
1074 ksmbd_debug(SMB, in deassemble_neg_contexts()
1091 * @work: smb work containing smb request buffer
1104 ksmbd_debug(SMB, "Received negotiate request\n"); in smb2_handle_negotiate()
1208 ksmbd_debug(SMB, "Server dialect :0x%x not supported\n", in smb2_handle_negotiate()
1236 ksmbd_debug(SMB, "negotiate context offset %d, count %d\n", in smb2_handle_negotiate()
1346 ksmbd_debug(SMB, "negotiate phase\n"); in ntlm_negotiate()
1422 ksmbd_debug(SMB, "blob len %d too small\n", secbuf_len); in session_user()
1441 ksmbd_debug(SMB, "session setup request for user %s\n", name); in session_user()
1458 ksmbd_debug(SMB, "authenticate phase\n"); in ntlm_authenticate()
1477 ksmbd_debug(SMB, "Unknown user name or an error\n"); in ntlm_authenticate()
1518 ksmbd_debug(SMB, "authentication failed\n"); in ntlm_authenticate()
1543 ksmbd_debug(SMB, in ntlm_authenticate()
1573 ksmbd_debug(SMB, "SMB3 signing key generation failed\n"); in ntlm_authenticate()
1617 ksmbd_debug(SMB, "krb5 authentication failed\n"); in krb5_authenticate()
1629 ksmbd_debug(SMB, in krb5_authenticate()
1654 ksmbd_debug(SMB, "SMB3 signing key generation failed\n"); in krb5_authenticate()
1684 ksmbd_debug(SMB, "Received request for session setup\n"); in smb2_sess_setup()
1937 * @work: smb work containing smb request buffer
1969 ksmbd_debug(SMB, "tree connect request for tree %s treename %s\n", in smb2_tree_connect()
1980 ksmbd_debug(SMB, "IPC share path request\n"); in smb2_tree_connect()
2058 * smb2_create_open_flags() - convert smb open flags to unix open flags
2121 * smb2_tree_disconnect() - handler for smb tree connect request
2122 * @work: smb work containing request buffer
2136 ksmbd_debug(SMB, "request\n"); in smb2_tree_disconnect()
2139 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_tree_disconnect()
2186 * @work: smb work containing request buffer
2201 ksmbd_debug(SMB, "request\n"); in smb2_session_logoff()
2223 ksmbd_debug(SMB, "Invalid tid %d\n", req->hdr.Id.SyncId.TreeId); in smb2_session_logoff()
2248 * @work: smb work containing request buffer
2350 ksmbd_debug(SMB, in smb2_set_ea()
2382 ksmbd_debug(SMB, in smb2_set_ea()
2396 ksmbd_debug(SMB, in smb2_set_ea()
2453 ksmbd_debug(SMB, "XATTR stream name lookup failed: %d\n", rc); in smb2_set_stream_name_xattr()
2474 ksmbd_debug(SMB, "empty xattr in the file\n"); in smb2_remove_smb_xattrs()
2480 ksmbd_debug(SMB, "%s, len %zd\n", name, strlen(name)); in smb2_remove_smb_xattrs()
2488 ksmbd_debug(SMB, "remove xattr failed : %s\n", in smb2_remove_smb_xattrs()
2510 ksmbd_debug(SMB, in smb2_create_truncate()
2534 ksmbd_debug(SMB, "failed to store file attribute into xattr\n"); in smb2_new_xattrs()
2571 ksmbd_debug(SMB, "file does not exist, so creating\n"); in smb2_creat()
2573 ksmbd_debug(SMB, "creating directory\n"); in smb2_creat()
2580 ksmbd_debug(SMB, "creating regular file\n"); in smb2_creat()
2614 ksmbd_debug(SMB, in smb2_create_sd_buffer()
2646 * smb2_open() - handler for smb file open request
2647 * @work: smb work containing request buffer
2688 ksmbd_debug(SMB, "invalid flag in chained command\n"); in smb2_open()
2695 ksmbd_debug(SMB, "IPC pipe create request\n"); in smb2_open()
2718 ksmbd_debug(SMB, "converted name = %s\n", name); in smb2_open()
2736 ksmbd_debug(SMB, "Reject open(), vetoed file: %s\n", in smb2_open()
2832 ksmbd_debug(SMB, in smb2_open()
2843 ksmbd_debug(SMB, "get timewarp context\n"); in smb2_open()
2863 ksmbd_debug(SMB, "get posix context\n"); in smb2_open()
2893 ksmbd_debug(SMB, in smb2_open()
2908 ksmbd_debug(SMB, "can not get linux path for %s, rc = %d\n", in smb2_open()
2940 ksmbd_debug(SMB, "open() argument is a directory: %s, %x\n", in smb2_open()
2988 ksmbd_debug(SMB, in smb2_open()
3107 ksmbd_debug(SMB, "inherit posix acl failed : %d\n", posix_acl_rc); in smb2_open()
3232 ksmbd_debug(SMB, in smb2_open()
3279 ksmbd_debug(SMB, in smb2_open()
3286 ksmbd_debug(SMB, in smb2_open()
3296 ksmbd_debug(SMB, "get query on disk id context\n"); in smb2_open()
3352 ksmbd_debug(SMB, "lease granted on(%s) lease state 0x%x\n", in smb2_open()
3464 ksmbd_debug(SMB, "Error response: %x\n", rsp->hdr.Status); in smb2_open()
3577 * @info_level: smb information level
3764 ksmbd_debug(SMB, in smb2_populate_readdir_entry()
3818 ksmbd_debug(SMB, "Cannot lookup `%s' [%ld]\n", in process_query_dir_entries()
3825 ksmbd_debug(SMB, "Negative dentry `%s'\n", in process_query_dir_entries()
4082 ksmbd_debug(SMB, "Search Pattern not found\n"); in smb2_query_dir()
4086 ksmbd_debug(SMB, "Search pattern is %s\n", srch_ptr); in smb2_query_dir()
4090 ksmbd_debug(SMB, "Restart directory scan\n"); in smb2_query_dir()
4281 ksmbd_debug(SMB, "FileInfoClass %u, FileId 0x%llx\n", in smb2_get_info_file_pipe()
4296 ksmbd_debug(SMB, "smb2_info_file_pipe for %u not supported\n", in smb2_get_info_file_pipe()
4305 * @work: smb work containing query info command buffer
4342 ksmbd_debug(SMB, in smb2_get_ea()
4358 ksmbd_debug(SMB, "no ea data in the file\n"); in smb2_get_ea()
4372 ksmbd_debug(SMB, "%s, len %d\n", name, name_len); in smb2_get_ea()
4449 ksmbd_debug(SMB, "single entry requested\n"); in smb2_get_ea()
4556 ksmbd_debug(SMB, "no right to read the attributes : 0x%x\n", in get_file_all_info()
4568 ksmbd_debug(SMB, "filename = %s\n", filename); in get_file_all_info()
4655 ksmbd_debug(SMB, "empty xattr in the file\n"); in get_file_stream_info()
4664 ksmbd_debug(SMB, "%s, len %d\n", stream_name, streamlen); in get_file_stream_info()
4905 ksmbd_debug(SMB, "Compound request set FID = %llu\n", in smb2_get_info_file()
4992 ksmbd_debug(SMB, "fileinfoclass %d not supported yet\n", in smb2_get_info_file()
5233 ksmbd_debug(SMB, "Unsupported addition info: 0x%x)\n", in smb2_get_info_sec()
5251 ksmbd_debug(SMB, "Compound request set FID = %llu\n", in smb2_get_info_sec()
5294 * @work: smb work containing query info request buffer
5306 ksmbd_debug(SMB, "GOT query info request\n"); in smb2_query_info()
5310 ksmbd_debug(SMB, "GOT SMB2_O_INFO_FILE\n"); in smb2_query_info()
5314 ksmbd_debug(SMB, "GOT SMB2_O_INFO_FILESYSTEM\n"); in smb2_query_info()
5318 ksmbd_debug(SMB, "GOT SMB2_O_INFO_SECURITY\n"); in smb2_query_info()
5322 ksmbd_debug(SMB, "InfoType %d not supported yet\n", in smb2_query_info()
5348 ksmbd_debug(SMB, "error while processing smb2 query rc = %d\n", in smb2_query_info()
5357 * @work: smb work containing close request buffer
5389 * @work: smb work containing close request buffer
5409 ksmbd_debug(SMB, "IPC pipe close request\n"); in smb2_close()
5432 ksmbd_debug(SMB, "file already closed\n"); in smb2_close()
5437 ksmbd_debug(SMB, in smb2_close()
5450 ksmbd_debug(SMB, "volatile_id = %llu\n", volatile_id); in smb2_close()
5504 * @work: smb work containing echo request buffer
5529 ksmbd_debug(SMB, "setting FILE_RENAME_INFO\n"); in smb2_rename()
5574 ksmbd_debug(SMB, "new name %s\n", new_name); in smb2_rename()
5577 ksmbd_debug(SMB, "Can't rename vetoed file: %s\n", new_name); in smb2_rename()
5606 ksmbd_debug(SMB, "setting FILE_LINK_INFORMATION\n"); in smb2_create_link()
5619 ksmbd_debug(SMB, "link name is %s\n", link_name); in smb2_create_link()
5626 ksmbd_debug(SMB, "target name is %s\n", target_name); in smb2_create_link()
5640 ksmbd_debug(SMB, "cannot delete %s\n", in smb2_create_link()
5648 ksmbd_debug(SMB, "link already exists\n"); in smb2_create_link()
5729 ksmbd_debug(SMB, in set_file_basic_info()
5757 * properly with any smb.conf option in set_file_allocation_info()
5821 ksmbd_debug(SMB, "truncated to newsize %lld\n", newsize); in set_end_of_file_info()
5824 ksmbd_debug(SMB, "truncate failed!, err %d\n", rc); in set_end_of_file_info()
5920 * @work: smb work containing set info command buffer
6032 * @work: smb work containing set info request buffer
6044 ksmbd_debug(SMB, "Received set info request\n"); in smb2_set_info()
6050 ksmbd_debug(SMB, "Compound request set FID = %llu\n", in smb2_set_info()
6061 ksmbd_debug(SMB, "User does not have write permission\n"); in smb2_set_info()
6074 ksmbd_debug(SMB, "Invalid id for close: %u\n", id); in smb2_set_info()
6081 ksmbd_debug(SMB, "GOT SMB2_O_INFO_FILE\n"); in smb2_set_info()
6085 ksmbd_debug(SMB, "GOT SMB2_O_INFO_SECURITY\n"); in smb2_set_info()
6132 ksmbd_debug(SMB, "error while processing smb2 query rc = %d\n", rc); in smb2_set_info()
6138 * @work: smb work containing read IPC pipe command buffer
6251 * @work: smb work containing read command buffer
6272 ksmbd_debug(SMB, "IPC pipe read request\n"); in smb2_read()
6280 ksmbd_debug(SMB, "Compound request set FID = %llu\n", in smb2_read()
6334 ksmbd_debug(SMB, "limiting read size to max size(%u)\n", in smb2_read()
6340 ksmbd_debug(SMB, "filename %pD, offset %lld, len %zu\n", in smb2_read()
6363 ksmbd_debug(SMB, "nbytes %zu, offset %lld mincount %zu\n", in smb2_read()
6421 * @work: smb work containing write IPC pipe command buffer
6518 * @work: smb work containing write command buffer
6538 ksmbd_debug(SMB, "IPC pipe write request\n"); in smb2_write()
6570 ksmbd_debug(SMB, "User does not have write permission\n"); in smb2_write()
6588 ksmbd_debug(SMB, "limiting write size to max size(%u)\n", in smb2_write()
6594 ksmbd_debug(SMB, "flags %u\n", le32_to_cpu(req->Flags)); in smb2_write()
6608 ksmbd_debug(SMB, "filename %pD, offset %lld, len %zu\n", in smb2_write()
6661 * @work: smb work containing flush command buffer
6673 ksmbd_debug(SMB, "SMB2_FLUSH called for fid %llu\n", req->VolatileFileId); in smb2_flush()
6691 * @work: smb work containing cancel command buffer
6706 ksmbd_debug(SMB, "smb2 cancel called on mid %llu, async flags 0x%x\n", in smb2_cancel()
6721 ksmbd_debug(SMB, in smb2_cancel()
6742 ksmbd_debug(SMB, in smb2_cancel()
6785 ksmbd_debug(SMB, "received shared request\n"); in smb2_set_flock_flags()
6791 ksmbd_debug(SMB, "received exclusive request\n"); in smb2_set_flock_flags()
6797 ksmbd_debug(SMB, in smb2_set_flock_flags()
6803 ksmbd_debug(SMB, in smb2_set_flock_flags()
6809 ksmbd_debug(SMB, "received unlock request\n"); in smb2_set_flock_flags()
6859 * @work: smb work containing lock command buffer
6885 ksmbd_debug(SMB, "Received lock request\n"); in smb2_lock()
6888 ksmbd_debug(SMB, "Invalid file id for lock : %llu\n", req->VolatileFileId); in smb2_lock()
6897 ksmbd_debug(SMB, "lock count is %d\n", lock_count); in smb2_lock()
6933 ksmbd_debug(SMB, in smb2_lock()
7077 ksmbd_debug(SMB, "File unlocked\n"); in smb2_lock()
7088 ksmbd_debug(SMB, in smb2_lock()
7150 ksmbd_debug(SMB, "successful in taking lock\n"); in smb2_lock()
7161 ksmbd_debug(SMB, "successful in taking lock\n"); in smb2_lock()
7202 ksmbd_debug(SMB, "failed in taking lock(flags : %x), err : %d\n", flags, err); in smb2_lock()
7397 ksmbd_debug(SMB, "%s %s\n", netdev->name, in fsctl_query_iface_info_ioctl()
7639 * @work: smb work containing ioctl command buffer
7656 ksmbd_debug(SMB, "Compound request set FID = %llu\n", in smb2_ioctl()
7763 ksmbd_debug(SMB, in smb2_ioctl()
7808 ksmbd_debug(SMB, in smb2_ioctl()
7918 * beneficial when re-exporting nfs/smb mount, but note that in smb2_ioctl()
7949 ksmbd_debug(SMB, "not implemented yet ioctl command 0x%x\n", in smb2_ioctl()
7985 * @work: smb work containing oplock break command buffer
8031 ksmbd_debug(SMB, "unexpected oplock state 0x%x\n", opinfo->op_state); in smb20_oplock_break_ack()
8131 * @work: smb work containing lease break command buffer
8268 * @work: smb work containing oplock/lease break command buffer
8298 * @work: smb work containing notify command buffer
8322 * @work: smb work containing notify command buffer
8342 * @work: smb work containing notify command buffer
8386 * @work: smb work containing notify command buffer
8414 * @work: smb work containing notify command buffer
8474 * @work: smb work containing notify command buffer
8520 * @work: smb work containing response buffer