Home
last modified time | relevance | path

Searched refs:VFS (Results 1 – 25 of 104) sorted by relevance

12345

/linux-6.3-rc2/fs/cifs/
A Dsmb2transport.c94 cifs_server_dbg(VFS, "%s: Could not find session 0x%llx\n", in smb2_get_sign_key()
127 cifs_dbg(VFS, in smb2_get_sign_key()
238 cifs_server_dbg(VFS, in smb2_calc_signature()
249 cifs_server_dbg(VFS, in smb2_calc_signature()
273 cifs_server_dbg(VFS, in smb2_calc_signature()
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()
[all …]
A Dcifsencrypt.c195 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()
602 cifs_dbg(VFS, "%s: Could not update with domain\n", in calc_ntlmv2_hash()
622 cifs_dbg(VFS, "%s: Could not update with server\n", in calc_ntlmv2_hash()
710 cifs_dbg(VFS, "error %d finding domain name\n", in setup_ntlmv2_rsp()
721 cifs_dbg(VFS, "error %d building av pair blob\n", rc); in setup_ntlmv2_rsp()
765 cifs_dbg(VFS, "Could not get v2 hash rc %d\n", rc); in setup_ntlmv2_rsp()
772 cifs_dbg(VFS, "Could not calculate CR1 rc: %d\n", rc); in setup_ntlmv2_rsp()
[all …]
A 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()
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()
200 cifs_dbg(VFS, "Invalid structure size %u\n", in smb2_check_message()
207 cifs_dbg(VFS, "Invalid SMB2 command %d\n", command); in smb2_check_message()
765 cifs_tcon_dbg(VFS, "Close interrupted close\n"); in smb2_cancelled_close_fid()
930 cifs_dbg(VFS, "%s: Could not update sha512 shash\n", in smb311_update_preauth_hash()
[all …]
A Dsess.c85 cifs_dbg(VFS, "unable to get chan index for server: 0x%llx", in cifs_ses_get_chan_index()
465 cifs_dbg(VFS, "%s: crypto alloc failed\n", __func__); in cifs_ses_add_channel()
768 cifs_dbg(VFS, "blob signature incorrect %s\n", in decode_ntlmssp_challenge()
773 cifs_dbg(VFS, "Incorrect message type %d\n", in decode_ntlmssp_challenge()
812 cifs_dbg(VFS, "tioffset + tilen too high %u + %u\n", in decode_ntlmssp_challenge()
821 cifs_dbg(VFS, "Challenge target info alloc failure\n"); in decode_ntlmssp_challenge()
1489 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_kerberos()
1544 cifs_dbg(VFS, "NTLMSSP requires Unicode support\n"); in _sess_auth_rawntlmssp_assemble_req()
1647 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_rawntlmssp_negotiate()
1741 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_rawntlmssp_authenticate()
[all …]
A 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()
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()
341 cifs_dbg(VFS, "%s: failed to extract host name from target: %d\n", __func__, ret); in cifs_get_swn_reg()
379 cifs_dbg(VFS, "%s: Failed to send unregister message: %d\n", __func__, ret); in cifs_swn_reg_release()
475 cifs_dbg(VFS, "%s: failed to store address: %d\n", __func__, ret); in cifs_swn_reconnect()
485 cifs_dbg(VFS, "%s: Failed to unregister for witness notifications: %d\n", in cifs_swn_reconnect()
496 cifs_dbg(VFS, "%s: Failed to register for witness notifications: %d\n", in cifs_swn_reconnect()
[all …]
A 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()
A Dcifs_debug.h26 #define VFS 1 macro
67 } else if ((type) & VFS) { \
90 } else if ((type) & VFS) { \
116 } else if ((type) & VFS) { \
A Dconnect.c1652 cifs_dbg(VFS, "RDMA transport established\n"); in cifs_get_tcp_session()
1796 cifs_server_dbg(VFS, in cifs_setup_ipc()
2394 cifs_dbg(VFS, in cifs_get_tcon()
2404 cifs_dbg(VFS, in cifs_get_tcon()
2423 cifs_dbg(VFS, in cifs_get_tcon()
2469 cifs_dbg(VFS, in cifs_get_tcon()
2477 cifs_dbg(VFS, in cifs_get_tcon()
2489 cifs_dbg(VFS, in cifs_get_tcon()
2535 cifs_dbg(VFS, in cifs_get_tcon()
3017 cifs_dbg(VFS, "POSIXPATH support change\n"); in reset_cifs_unix_caps()
[all …]
A Dmisc.c297 cifs_dbg(VFS, "Bad protocol string signature header 0x%x\n", in check_smb_hdr()
310 cifs_dbg(VFS, "Server sent request, not response. mid=%u\n", in check_smb_hdr()
348 cifs_dbg(VFS, "rcvd invalid byte count (bcc)\n"); in checkSMB()
350 cifs_dbg(VFS, "Length less than smb header size\n"); in checkSMB()
361 cifs_dbg(VFS, "Length read does not match RFC1001 length %d\n", in checkSMB()
378 cifs_dbg(VFS, "RFC1001 size %u smaller than SMB for mid=%u\n", in checkSMB()
391 cifs_dbg(VFS, "RFC1001 size %u more than 512 bytes larger than SMB for mid=%u\n", in checkSMB()
532 cifs_dbg(VFS, "Autodisabling the use of server inode numbers on %s\n", in cifs_autodisable_serverino()
860 cifs_dbg(VFS, "Referrals of V%d version are not supported, should be V3\n", in parse_dfs_referrals()
1012 cifs_dbg(VFS, "Could not allocate shash TFM '%s'\n", name); in cifs_alloc_hash()
[all …]
A Dtransport.c47 cifs_dbg(VFS, "%s: null TCP session\n", __func__); in alloc_mid()
103 cifs_server_dbg(VFS, "Invalid mid allocation time\n"); in __release_mid()
240 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec()
537 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits()
1070 cifs_dbg(VFS, "Null session\n"); in compound_send_recv()
1347 cifs_dbg(VFS, "Null smb session\n"); in SendReceive()
1352 cifs_dbg(VFS, "Null tcp session\n"); in SendReceive()
1435 cifs_server_dbg(VFS, "Bad MID state?\n"); in SendReceive()
1490 cifs_dbg(VFS, "Null smb session\n"); in SendReceiveBlockingLock()
1497 cifs_dbg(VFS, "Null tcp session\n"); in SendReceiveBlockingLock()
[all …]
A Dnetlink.c70 cifs_dbg(VFS, "%s: failed to register netlink family\n", in cifs_genl_init()
87 cifs_dbg(VFS, "%s: failed to unregister netlink family\n", in cifs_genl_exit()
A Dsmb2pdu.c940 cifs_server_dbg(VFS, in SMB2_negotiate()
944 cifs_server_dbg(VFS, in SMB2_negotiate()
955 cifs_server_dbg(VFS, in SMB2_negotiate()
1633 cifs_dbg(VFS, "Session Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
1635 cifs_dbg(VFS, "Signing Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
1670 cifs_dbg(VFS, "secType %d not supported!\n", type); in SMB2_select_sec()
1933 cifs_tcon_dbg(VFS, "BAD_NETWORK_NAME: %s\n", tree); in SMB2_tcon()
3568 cifs_tcon_dbg(VFS, in query_info()
4347 cifs_dbg(VFS, "Send error in read = %d\n", rc); in SMB2_read()
4700 cifs_dbg(VFS, "Send error in write = %d\n", rc); in SMB2_write()
[all …]
A Dcifs_debug.c42 cifs_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Flgs2: 0x%x Mid: %d Pid: %d\n", in cifs_dump_detail()
45 cifs_dbg(VFS, "smb buf %p len %u\n", smb, in cifs_dump_detail()
58 cifs_dbg(VFS, "Dump pending requests:\n"); in cifs_dump_mids()
61 cifs_dbg(VFS, "State: %d Cmd: %d Pid: %d Cbdata: %p Mid %llu\n", in cifs_dump_mids()
68 cifs_dbg(VFS, "IsLarge: %d buf: %p time rcv: %ld now: %ld\n", in cifs_dump_mids()
74 cifs_dbg(VFS, "IsMult: %d IsEnd: %d\n", in cifs_dump_mids()
957 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", in cifs_security_flags_proc_write()
966 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", in cifs_security_flags_proc_write()
974 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", flags_string); in cifs_security_flags_proc_write()
979 cifs_dbg(VFS, "Unsupported security flags: 0x%x\n", in cifs_security_flags_proc_write()
A Dreaddir.c504 cifs_dbg(VFS, "Invalid offset %u\n", next_offset); in nxt_dir_entry()
512 cifs_dbg(VFS, "search entry %p began after end of SMB %p old entry %p\n", in nxt_dir_entry()
519 cifs_dbg(VFS, "search entry %p extends after end of SMB %p\n", in nxt_dir_entry()
541 cifs_dbg(VFS, "Invalid POSIX info payload\n"); in cifs_fill_dirent_posix()
803 cifs_dbg(VFS, "ntwrk_buf_start is NULL during readdir\n"); in find_cifs_entry()
824 cifs_dbg(VFS, "reached end of buf searching for pos in buf %d index to find %lld rc %d\n", in find_cifs_entry()
978 cifs_dbg(VFS, "bad search response length %zd past smb end\n", in cifs_filldir()
1194 cifs_dbg(VFS, "past SMB end, num to fill %d i %d\n", in cifs_readdir()
A Dsmb2ops.c146 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits()
389 cifs_server_dbg(VFS, "smb buf %p len %u\n", buf, in smb2_dump_detail()
553 cifs_dbg(VFS, in parse_server_interfaces()
600 cifs_dbg(VFS, in parse_server_interfaces()
1679 cifs_tcon_dbg(VFS, "Invalid cchunk response size\n"); in smb2_copychunk_range()
1693 cifs_tcon_dbg(VFS, "Invalid copy chunk response\n"); in smb2_copychunk_range()
1698 cifs_tcon_dbg(VFS, "Invalid num chunks written\n"); in smb2_copychunk_range()
2802 cifs_dbg(VFS, "%lld not a supported symlink type\n", in parse_reparse_posix()
4790 cifs_dbg(VFS, "error decrypting rc=%d\n", rc); in smb2_decrypt_offload()
5015 cifs_server_dbg(VFS, "too many PDUs in compound\n"); in receive_encrypted_standard()
[all …]
/linux-6.3-rc2/tools/perf/util/c++/
A Dclang.cpp75 StringRef Path, IntrusiveRefCntPtr<vfs::FileSystem> VFS) in getModuleFromSource() argument
81 Clang.setVirtualFileSystem(&*VFS); in getModuleFromSource()
83 Clang.createFileManager(&*VFS); in getModuleFromSource()
129 IntrusiveRefCntPtr<vfs::FileSystem> VFS(vfs::getRealFileSystem()); in getModuleFromSource() local
130 return getModuleFromSource(std::move(CFlags), Path, VFS); in getModuleFromSource()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst149 for internal VFS use: you should initialize this to NULL
300 called when the VFS wants to delete an inode
303 called when the VFS wishes to free the superblock
321 called when the VFS needs to get filesystem statistics.
328 called then the VFS clears the inode. Optional
331 called when the VFS is unmounting a filesystem.
338 called by the VFS to read from filesystem quota file.
341 called by the VFS to write to filesystem quota file.
361 any scanning loop that is done. This allows the VFS to
1086 called by the VFS when an inode should be opened. When the VFS
[all …]
A Dindex.rst8 comprehensive information on how the Linux virtual filesystem (VFS) layer
12 Core VFS documentation
15 See these manuals for documentation about the VFS layer itself and how its
A Dcoda.rst122 VFS interface. Similar functionality is provided, and the format of
148 filesystem (VFS) layer, which is named I/O Manager in NT and IFS
149 manager in Windows 95. The VFS is responsible for partial processing
153 pre-processing, the VFS starts invoking exported routines in the FS
164 such VFS requests by invoking one or more well defined services
166 come back to the FS driver, servicing of the VFS call continues and
167 finishes with a reply to the kernel's VFS. Finally the VFS layer
196 Among these interfaces the VFS interface and the facility to place,
208 up processes. The Coda FS driver processes VFS- and pioctl-requests
283 processing. The VFS routine will now continue. (-- If a VFS request
[all …]
/linux-6.3-rc2/Documentation/admin-guide/namespaces/
A Dcompatibility-list.rst13 - UTS IPC VFS PID User Net
17 VFS X
34 should not be equal from the VFS point of view. In other
/linux-6.3-rc2/fs/ksmbd/
A Dvfs.c214 ksmbd_debug(VFS, "path create failed for %s, err %d\n", in ksmbd_vfs_mkdir()
262 ksmbd_debug(VFS, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_getcasexattr()
519 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
597 ksmbd_debug(VFS, "can't get %s, err %d\n", name, err); in ksmbd_vfs_remove_file()
620 ksmbd_debug(VFS, "%s: rmdir failed, err %d\n", name, in ksmbd_vfs_remove_file()
625 ksmbd_debug(VFS, "%s: unlink failed, err %d\n", name, in ksmbd_vfs_remove_file()
680 ksmbd_debug(VFS, "vfs_link failed err %d\n", err); in ksmbd_vfs_link()
903 ksmbd_debug(VFS, "listxattr failed\n"); in ksmbd_vfs_listxattr()
975 ksmbd_debug(VFS, "setxattr failed, err %d\n", err); in ksmbd_vfs_setxattr()
1102 ksmbd_debug(VFS, "failed to delete, err %d\n", err); in ksmbd_vfs_unlink()
[all …]
A Dndr.c245 ksmbd_debug(VFS, "v%d version is not supported\n", da->version); in ndr_decode_dos_attr()
254 ksmbd_debug(VFS, "ndr version mismatched(version: %d, version2: %d)\n", in ndr_decode_dos_attr()
460 ksmbd_debug(VFS, "v%d version is not supported\n", acl->version); in ndr_decode_v4_ntacl()
468 ksmbd_debug(VFS, "ndr version mismatched(version: %d, version2: %d)\n", in ndr_decode_v4_ntacl()
/linux-6.3-rc2/drivers/target/
A DKconfig26 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
29 access to Linux/VFS struct file or struct block_device
/linux-6.3-rc2/Documentation/translations/zh_CN/filesystems/
A Dindex.rst15 文件系统(VFS)层以及基于其上的各种文件系统如何工作呈现给大家。当前\
/linux-6.3-rc2/Documentation/translations/zh_TW/filesystems/
A Dindex.rst16 文件系統(VFS)層以及基於其上的各種文件系統如何工作呈現給大家。當前\

Completed in 62 milliseconds

12345