/fs/ncpfs/ |
D | file.c | 43 ncp_dbg(1, "opened=%d, volume # %u, dir entry # %u\n", in ncp_make_open() 112 ncp_dbg(1, "enter %pd2\n", dentry); in ncp_file_read() 129 ncp_dbg(1, "open failed, error=%d\n", error); in ncp_file_read() 170 ncp_dbg(1, "exit %pd2\n", dentry); in ncp_file_read() 187 ncp_dbg(1, "enter %pd2\n", dentry); in ncp_file_write() 216 ncp_dbg(1, "open failed, error=%d\n", errno); in ncp_file_write() 266 ncp_dbg(1, "exit %pd2\n", dentry); in ncp_file_write() 274 ncp_dbg(1, "failed to close\n"); in ncp_release()
|
D | dir.c | 342 ncp_dbg(2, "%pd2 not valid, age=%ld, server lookup\n", in ncp_lookup_validate() 361 ncp_dbg(2, "looked for %pd/%s, res=%d\n", in ncp_lookup_validate() 375 ncp_dbg(2, "found, but dirEntNum changed\n"); in ncp_lookup_validate() 382 ncp_dbg(2, "result=%d\n", val); in ncp_lookup_validate() 452 ncp_dbg(2, "reading %pD2, pos=%d\n", file, (int)ctx->pos); in ncp_readdir() 695 ncp_dbg(1, "pos=%ld\n", (unsigned long)ctx->pos); in ncp_read_volume_list() 705 ncp_dbg(1, "found vol: %s\n", info.volume_name); in ncp_read_volume_list() 709 ncp_dbg(1, "could not lookup vol %s\n", in ncp_read_volume_list() 734 ncp_dbg(1, "%pD2, fpos=%ld\n", file, (unsigned long)ctx->pos); in ncp_do_readdir() 740 ncp_dbg(1, "init failed, err=%d\n", err); in ncp_do_readdir() [all …]
|
D | ioctl.c | 44 ncp_dbg(1, "info.version invalid: %d\n", info.version); in ncp_get_fs_info() 69 ncp_dbg(1, "info.version invalid: %d\n", info2.version); in ncp_get_fs_info_v2() 135 ncp_dbg(1, "info.version invalid: %d\n", info2.version); in ncp_get_compat_fs_info_v2() 311 ncp_dbg(1, "copy %d bytes\n", result); in __ncp_ioctl() 387 ncp_dbg(1, "s_root->d_inode==NULL\n"); in __ncp_ioctl() 389 ncp_dbg(1, "s_root==NULL\n"); in __ncp_ioctl() 442 ncp_dbg(1, "s_root->d_inode==NULL\n"); in __ncp_ioctl() 446 ncp_dbg(1, "s_root==NULL\n"); in __ncp_ioctl()
|
D | inode.c | 138 ncp_dbg(1, "updated %s, volnum=%d, dirent=%u\n", in ncp_update_inode() 146 ncp_dbg(1, "(%s) nfs.mode=0%o\n", nwi->entryName, nwi->nfs.mode); in ncp_update_dates() 234 ncp_dbg(2, "inode->i_mode = %u\n", inode->i_mode); in ncp_set_attr() 305 ncp_dbg(2, "put directory %ld\n", inode->i_ino); in ncp_evict_inode() 665 ncp_dbg(1, "NCP_SBP(sb) = %p\n", NCP_SBP(sb)); in ncp_fill_super() 693 ncp_dbg(1, "bufsize = %d\n", server->buffer_size); in ncp_fill_super() 722 ncp_dbg(1, "root vol=%d\n", NCP_FINFO(root_inode)->volNumber); in ncp_fill_super() 963 ncp_dbg(1, "trying to change size to %llu\n", attr->ia_size); in ncp_notify_change() 1049 ncp_dbg(1, "called\n"); in init_ncp_fs() 1066 ncp_dbg(1, "called\n"); in exit_ncp_fs()
|
D | sock.c | 409 ncp_dbg(1, "recv failed with %d\n", result); in ncpdgram_rcv_proc() 413 ncp_dbg(1, "too short (%u) watchdog packet\n", result); in ncpdgram_rcv_proc() 417 ncp_dbg(1, "bad signature (%02X) in watchdog packet\n", buf[9]); in ncpdgram_rcv_proc() 558 ncp_dbg(1, "tcp: EOF\n"); in __ncptcp_rcv_proc() 608 ncp_dbg(1, "tcp: Unexpected NCP type %02X\n", type); in __ncptcp_rcv_proc() 618 ncp_dbg(1, "Reply without appropriate request\n"); in __ncptcp_rcv_proc() 785 ncp_dbg(2, "do_ncp_rpc_call returned %d\n", result); in ncp_do_request() 815 ncp_dbg(1, "ncp_request_error: %d\n", result); in ncp_request2()
|
D | ncplib_kernel.c | 19 ncp_dbg(1, "server not locked!\n"); in assert_server_locked() 78 ncp_dbg(1, "string too long: %s\n", s); in ncp_add_pstring() 228 ncp_dbg(1, "volume name too long: %d\n", len); in ncp_get_volume_info_with_number() 262 ncp_dbg(1, "volume name too long: %d\n", len); in ncp_get_directory_info() 397 ncp_dbg(1, "(%s) mode=0%o, rdev=0x%x\n", in ncp_obtain_nfs_info() 500 ncp_dbg(1, "found %d on %d\n", *namespace, volume); in ncp_get_known_namespace() 533 ncp_dbg(1, "namespace[%d] = %d\n", volume, server->name_space[volume]); in ncp_update_known_namespace() 597 ncp_dbg(1, "looking up vol %s\n", volname); in ncp_get_volume_root()
|
D | mmap.c | 110 ncp_dbg(1, "called\n"); in ncp_mmap()
|
D | ncp_fs.h | 25 #define ncp_dbg(level, fmt, ...) \ macro
|
D | symlink.c | 115 ncp_dbg(1, "dir=%p, dentry=%p, symname=%s\n", dir, dentry, symname); in ncp_symlink()
|