| tag | line | file | source code |
| NCP_ISTRUCT | 391 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir)->entryName); |
| NCP_ISTRUCT | 393 | fs/ncpfs/dir.c | if (ncp_initialize_search(server, NCP_ISTRUCT(dir), &seq)!=0) |
| NCP_ISTRUCT | 606 | fs/ncpfs/dir.c | struct nw_info_struct *dir_info = NCP_ISTRUCT(dir); |
| NCP_ISTRUCT | 745 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir)->entryName, name); |
| NCP_ISTRUCT | 749 | fs/ncpfs/dir.c | ? NULL : NCP_ISTRUCT(dir), |
| NCP_ISTRUCT | 796 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir), _name, |
| NCP_ISTRUCT | 854 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir), _name, |
| NCP_ISTRUCT | 900 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir), |
| NCP_ISTRUCT | 943 | fs/ncpfs/dir.c | NCP_ISTRUCT(dir), |
| NCP_ISTRUCT | 1001 | fs/ncpfs/dir.c | NCP_ISTRUCT(old_dir), _old_name, |
| NCP_ISTRUCT | 1002 | fs/ncpfs/dir.c | NCP_ISTRUCT(new_dir), _new_name); |
| NCP_ISTRUCT | 89 | fs/ncpfs/file.c | DPRINTK("ncp_file_read: enter %s\n", NCP_ISTRUCT(inode)->entryName); |
| NCP_ISTRUCT | 161 | fs/ncpfs/file.c | DPRINTK("ncp_file_read: exit %s\n", NCP_ISTRUCT(inode)->entryName); |
| NCP_ISTRUCT | 191 | fs/ncpfs/file.c | DPRINTK("ncp_file_write: enter %s\n", NCP_ISTRUCT(inode)->entryName); |
| NCP_ISTRUCT | 246 | fs/ncpfs/file.c | DPRINTK("ncp_file_write: exit %s\n", NCP_ISTRUCT(inode)->entryName); |
| NCP_ISTRUCT | 101 | fs/ncpfs/inode.c | if (NCP_ISTRUCT(inode)->attributes & aDIR) |
| NCP_ISTRUCT | 111 | fs/ncpfs/inode.c | inode->i_size = NCP_ISTRUCT(inode)->dataStreamSize; |
| NCP_ISTRUCT | 132 | fs/ncpfs/inode.c | inode->i_mtime = ncp_date_dos2unix(NCP_ISTRUCT(inode)->modifyTime, |
| NCP_ISTRUCT | 133 | fs/ncpfs/inode.c | NCP_ISTRUCT(inode)->modifyDate); |
| NCP_ISTRUCT | 134 | fs/ncpfs/inode.c | inode->i_ctime = ncp_date_dos2unix(NCP_ISTRUCT(inode)->creationTime, |
| NCP_ISTRUCT | 135 | fs/ncpfs/inode.c | NCP_ISTRUCT(inode)->creationDate); |
| NCP_ISTRUCT | 137 | fs/ncpfs/inode.c | NCP_ISTRUCT(inode)->lastAccessDate); |
| NCP_ISTRUCT | 498 | fs/ncpfs/inode.c | NCP_ISTRUCT(inode), |
| NCP_ISTRUCT | 521 | fs/ncpfs/inode.c | NCP_ISTRUCT(inode)->entryName, attr->ia_size); |