Home
last modified time | relevance | path

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

12345

/openbmc/linux/fs/smb/client/
H A Dsmb2transport.c135 cifs_dbg(VFS, in smb2_get_sign_key()
255 cifs_server_dbg(VFS, in smb2_calc_signature()
266 cifs_server_dbg(VFS, in smb2_calc_signature()
290 cifs_server_dbg(VFS, in smb2_calc_signature()
482 cifs_dbg(VFS, "Session Key %*ph\n", in generate_smb3signingkey()
484 cifs_dbg(VFS, "Signing Key %*ph\n", in generate_smb3signingkey()
488 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey()
490 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey()
493 cifs_dbg(VFS, "ServerIn Key %*ph\n", in generate_smb3signingkey()
495 cifs_dbg(VFS, "ServerOut Key %*ph\n", in generate_smb3signingkey()
[all …]
H 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 …]
H 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()
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()
763 cifs_tcon_dbg(VFS, "Close interrupted close\n"); in smb2_cancelled_close_fid()
932 cifs_dbg(VFS, "%s: Could not update sha512 shash\n", in smb311_update_preauth_hash()
[all …]
H A Dsmbencrypt.c43 cifs_dbg(VFS, "%s: Could not init MD4\n", __func__); in mdfour()
48 cifs_dbg(VFS, "%s: Could not update MD4\n", __func__); in mdfour()
53 cifs_dbg(VFS, "%s: Could not finalize MD4\n", __func__); in mdfour()
H 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 …]
H A Dsess.c89 cifs_dbg(VFS, "unable to get chan index for server: 0x%llx", in cifs_ses_get_chan_index()
216 cifs_server_dbg(VFS, "no multichannel support\n"); in cifs_try_adding_channels()
629 cifs_dbg(VFS, "%s: crypto alloc failed\n", __func__); in cifs_ses_add_channel()
932 cifs_dbg(VFS, "blob signature incorrect %s\n", in decode_ntlmssp_challenge()
937 cifs_dbg(VFS, "Incorrect message type %d\n", in decode_ntlmssp_challenge()
979 cifs_dbg(VFS, "tioffset + tilen too high %u + %u\n", in decode_ntlmssp_challenge()
1664 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_kerberos()
1719 cifs_dbg(VFS, "NTLMSSP requires Unicode support\n"); in _sess_auth_rawntlmssp_assemble_req()
1822 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_rawntlmssp_negotiate()
1916 cifs_dbg(VFS, "bad security blob length %d\n", in sess_auth_rawntlmssp_authenticate()
[all …]
H A Dcifs_debug.h26 #define VFS 1 macro
67 } else if ((type) & VFS) { \
89 } else if ((type) & VFS) { \
116 } else if ((type) & VFS) { \
H A Dconnect.c1284 cifs_server_dbg(VFS, in cifs_demultiplex_thread()
1950 cifs_server_dbg(VFS, in cifs_setup_ipc()
2573 cifs_dbg(VFS, in cifs_get_tcon()
2583 cifs_dbg(VFS, in cifs_get_tcon()
2602 cifs_dbg(VFS, in cifs_get_tcon()
2636 cifs_dbg(VFS, in cifs_get_tcon()
2655 cifs_dbg(VFS, in cifs_get_tcon()
2663 cifs_dbg(VFS, in cifs_get_tcon()
2675 cifs_dbg(VFS, in cifs_get_tcon()
2721 cifs_dbg(VFS, in cifs_get_tcon()
[all …]
H A Dmisc.c310 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()
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()
378 cifs_dbg(VFS, "Length read does not match RFC1001 length %d\n", in checkSMB()
395 cifs_dbg(VFS, "RFC1001 size %u smaller than SMB for mid=%u\n", in checkSMB()
551 cifs_dbg(VFS, "Autodisabling the use of server inode numbers on %s\n", in cifs_autodisable_serverino()
919 cifs_dbg(VFS, "Referrals of V%d version are not supported, should be V3\n", in parse_dfs_referrals()
1071 cifs_dbg(VFS, "Could not allocate shash TFM '%s'\n", name); in cifs_alloc_hash()
[all …]
H 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()
H A Dtransport.c49 cifs_dbg(VFS, "%s: null TCP session\n", __func__); in alloc_mid()
106 cifs_server_dbg(VFS, "Invalid mid allocation time\n"); in __release_mid()
234 cifs_server_dbg(VFS, "tcp sent no data\n"); in smb_send_kvec()
558 cifs_server_dbg(VFS, "wait timed out after %d ms\n", in wait_for_free_credits()
1091 cifs_dbg(VFS, "Null session\n"); in compound_send_recv()
1367 cifs_dbg(VFS, "Null smb session\n"); in SendReceive()
1372 cifs_dbg(VFS, "Null tcp session\n"); in SendReceive()
1454 cifs_server_dbg(VFS, "Bad MID state?\n"); in SendReceive()
1509 cifs_dbg(VFS, "Null smb session\n"); in SendReceiveBlockingLock()
1516 cifs_dbg(VFS, "Null tcp session\n"); in SendReceiveBlockingLock()
[all …]
H A Dreparse.c483 cifs_dbg(VFS, "srv returned malformed nfs buffer\n"); in parse_reparse_posix()
492 cifs_dbg(VFS, "srv returned malformed nfs symlink buffer\n"); in parse_reparse_posix()
500 cifs_dbg(VFS, "srv returned null byte in nfs symlink target location\n"); in parse_reparse_posix()
515 cifs_dbg(VFS, "srv returned malformed nfs buffer for type: 0x%llx\n", type); in parse_reparse_posix()
523 cifs_dbg(VFS, "srv returned malformed nfs buffer for type: 0x%llx\n", type); in parse_reparse_posix()
528 cifs_dbg(VFS, "%s: unhandled inode type: 0x%llx\n", in parse_reparse_posix()
548 cifs_dbg(VFS, "srv returned malformed symlink buffer\n"); in parse_reparse_symlink()
588 cifs_tcon_dbg(VFS | ONCE, "unhandled reparse tag: 0x%08x\n", in parse_reparse_point()
H A Dsmb2pdu.c172 cifs_dbg(VFS, in cifs_chan_skip_or_disable()
204 cifs_server_dbg(VFS, in cifs_chan_skip_or_disable()
1149 cifs_server_dbg(VFS, in SMB2_negotiate()
1153 cifs_server_dbg(VFS, in SMB2_negotiate()
1164 cifs_server_dbg(VFS, in SMB2_negotiate()
1858 cifs_dbg(VFS, "Session Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
1860 cifs_dbg(VFS, "Signing Key %*ph\n", in SMB2_sess_auth_rawntlmssp_authenticate()
3868 cifs_tcon_dbg(VFS, in query_info()
4707 cifs_dbg(VFS, "Send error in read = %d\n", rc); in SMB2_read()
5075 cifs_dbg(VFS, "Send error in write = %d\n", rc); in SMB2_write()
[all …]
H A Dcifs_debug.c43 cifs_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Flgs2: 0x%x Mid: %d Pid: %d Wct: %d\n", in cifs_dump_detail()
47 cifs_dbg(VFS, "smb buf %p len %u\n", smb, in cifs_dump_detail()
61 cifs_dbg(VFS, "Dump pending requests:\n"); in cifs_dump_mids()
64 cifs_dbg(VFS, "State: %d Cmd: %d Pid: %d Cbdata: %p Mid %llu\n", in cifs_dump_mids()
71 cifs_dbg(VFS, "IsLarge: %d buf: %p time rcv: %ld now: %ld\n", in cifs_dump_mids()
77 cifs_dbg(VFS, "IsMult: %d IsEnd: %d\n", in cifs_dump_mids()
1109 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", in cifs_security_flags_proc_write()
1118 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", in cifs_security_flags_proc_write()
1126 cifs_dbg(VFS, "Invalid SecurityFlags: %s\n", flags_string); in cifs_security_flags_proc_write()
1131 cifs_dbg(VFS, "Unsupported security flags: 0x%x\n", in cifs_security_flags_proc_write()
H A Dreaddir.c460 cifs_dbg(VFS, "Invalid offset %u\n", next_offset); in nxt_dir_entry()
468 cifs_dbg(VFS, "search entry %p began after end of SMB %p old entry %p\n", in nxt_dir_entry()
475 cifs_dbg(VFS, "search entry %p extends after end of SMB %p\n", in nxt_dir_entry()
497 cifs_dbg(VFS, "Invalid POSIX info payload\n"); in cifs_fill_dirent_posix()
759 cifs_dbg(VFS, "ntwrk_buf_start is NULL during readdir\n"); in find_cifs_entry()
780 cifs_dbg(VFS, "reached end of buf searching for pos in buf %d index to find %lld rc %d\n", in find_cifs_entry()
934 cifs_dbg(VFS, "bad search response length %zd past smb end\n", in cifs_filldir()
1149 cifs_dbg(VFS, "past SMB end, num to fill %d i %d\n", in cifs_readdir()
/openbmc/linux/Documentation/filesystems/
H 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
H A Dvfs.rst168 for internal VFS use: you should initialize this to NULL
339 called when the VFS wants to evict an inode. Caller does
346 called when the VFS wishes to free the superblock
375 called when the VFS needs to get filesystem statistics.
382 called when the VFS is unmounting a filesystem.
390 Optional. Called by the VFS to show device name for
403 called by the VFS to read from filesystem quota file.
406 called by the VFS to write to filesystem quota file.
430 any scanning loop that is done. This allows the VFS to
1153 called by the VFS when an inode should be opened. When the VFS
[all …]
H A Didmappings.rst707 VFS ids in the mount's idmapping::
719 remapping the caller's VFS ids using the mount's idmapping::
748 id into a VFS id in the mount's idmapping::
758 VFS id in the mount's idmapping into a userspace id in the caller's
775 a VFS id according to the mount's idmapping::
882 2. Translate the kernel id into a VFS id in the mount's idmapping::
891 3. Map the VFS id up into a userspace id in the caller's idmapping::
919 2. Translate the kernel id into a VFS id in the mount's idmapping::
928 3. Map the VFS id up into a userspace id in the caller's idmapping::
1019 2. Translate the kernel id into a VFS id in the mount's idmapping::
[all …]
/openbmc/linux/Documentation/admin-guide/namespaces/
H 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
/openbmc/linux/drivers/target/
H A DKconfig26 tristate "TCM/FILEIO Subsystem Plugin for Linux/VFS"
29 access to Linux/VFS struct file or struct block_device
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dindex.rst15 文件系统(VFS)层以及基于其上的各种文件系统如何工作呈现给大家。当前\
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dindex.rst16 文件系統(VFS)層以及基於其上的各種文件系統如何工作呈現給大家。當前\
/openbmc/linux/fs/smb/server/
H A Dvfs.c223 ksmbd_debug(VFS, "path create failed for %s, err %d\n", in ksmbd_vfs_mkdir()
270 ksmbd_debug(VFS, "%s, len %zd\n", name, strlen(name)); in ksmbd_vfs_getcasexattr()
532 ksmbd_debug(VFS, "smb write failed, err = %d\n", err); in ksmbd_vfs_write()
616 ksmbd_debug(VFS, "rmdir failed, err %d\n", err); in ksmbd_vfs_remove_file()
620 ksmbd_debug(VFS, "unlink failed, err %d\n", err); in ksmbd_vfs_remove_file()
672 ksmbd_debug(VFS, "vfs_link failed err %d\n", err); in ksmbd_vfs_link()
783 ksmbd_debug(VFS, "vfs_rename failed err %d\n", err); in ksmbd_vfs_rename()
870 ksmbd_debug(VFS, "listxattr failed\n"); in ksmbd_vfs_listxattr()
950 ksmbd_debug(VFS, "setxattr failed, err %d\n", err); in ksmbd_vfs_setxattr()
1099 ksmbd_debug(VFS, "failed to delete, err %d\n", err); in ksmbd_vfs_unlink()
[all …]
H 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()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst5 This is the client VFS module for the SMB3 NAS protocol as well
13 including the most recent, SMB3.1.1, are supported by the CIFS VFS

12345