tag | line | file | source code |
file_handle | 797 | fs/ncpfs/dir.c | ncp_close_file(NCP_SERVER(dir), finfo.file_handle); |
file_handle | 132 | fs/ncpfs/file.c | if (ncp_read(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
file_handle | 212 | fs/ncpfs/file.c | if (ncp_write(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
file_handle | 156 | fs/ncpfs/inode.c | if (ncp_close_file(NCP_SERVER(inode), finfo->file_handle)!=0) |
file_handle | 464 | fs/ncpfs/inode.c | ncp_write(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
file_handle | 470 | fs/ncpfs/inode.c | NCP_FINFO(inode)->file_handle); |
file_handle | 88 | fs/ncpfs/mmap.c | NCP_FINFO(inode)->file_handle, |
file_handle | 454 | fs/ncpfs/ncplib_kernel.c | ConvertToNWfromDWORD(target->server_file_handle, target->file_handle); |
file_handle | 229 | include/linux/ncp.h | __u8 file_handle[6] __attribute__ ((packed)); |
file_handle | 264 | include/linux/ncp.h | __u8 file_handle[6]; |