| tag | line | file | source code |
| NCP_SBP | 252 | fs/ncpfs/inode.c | NCP_SBP(sb) = server; |
| NCP_SBP | 327 | fs/ncpfs/inode.c | DPRINTK("ncp_read_super: NCP_SBP(sb) = %x\n", (int)NCP_SBP(sb)); |
| NCP_SBP | 359 | fs/ncpfs/inode.c | ncp_kfree_s(NCP_SBP(sb), sizeof(struct ncp_server)); |
| NCP_SBP | 366 | fs/ncpfs/inode.c | struct ncp_server *server = NCP_SBP(sb); |
| NCP_SBP | 385 | fs/ncpfs/inode.c | ncp_kfree_s(NCP_SBP(sb), sizeof(struct ncp_server)); |
| NCP_SBP | 386 | fs/ncpfs/inode.c | NCP_SBP(sb) = NULL; |
| NCP_SBP | 76 | include/linux/ncp_fs.h | #define NCP_SERVER(inode) NCP_SBP((inode)->i_sb) |