tag | line | file | source code |
NCP_FINFO | 43 | fs/ncpfs/file.c | finfo = NCP_FINFO(i); |
NCP_FINFO | 136 | fs/ncpfs/file.c | if (ncp_read(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
NCP_FINFO | 220 | fs/ncpfs/file.c | if (ncp_write(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
NCP_FINFO | 131 | fs/ncpfs/inode.c | struct nw_file_info *finfo = NCP_FINFO(inode); |
NCP_FINFO | 503 | fs/ncpfs/inode.c | ncp_write(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, |
NCP_FINFO | 509 | fs/ncpfs/inode.c | NCP_FINFO(inode)->file_handle); |
NCP_FINFO | 510 | fs/ncpfs/inode.c | NCP_FINFO(inode)->opened = 0; |
NCP_FINFO | 88 | fs/ncpfs/mmap.c | NCP_FINFO(inode)->file_handle, |
NCP_FINFO | 79 | include/linux/ncp_fs.h | #define NCP_ISTRUCT(inode) (&(NCP_FINFO(inode)->i)) |