tag | line | file | source code |
NCP_SBP | 235 | fs/ncpfs/inode.c | NCP_SBP(sb) = server; |
NCP_SBP | 296 | fs/ncpfs/inode.c | DPRINTK("ncp_read_super: NCP_SBP(sb) = %x\n", (int)NCP_SBP(sb)); |
NCP_SBP | 327 | fs/ncpfs/inode.c | ncp_kfree_s(NCP_SBP(sb), sizeof(struct ncp_server)); |
NCP_SBP | 334 | fs/ncpfs/inode.c | struct ncp_server *server = NCP_SBP(sb); |
NCP_SBP | 352 | fs/ncpfs/inode.c | ncp_kfree_s(NCP_SBP(sb), sizeof(struct ncp_server)); |
NCP_SBP | 353 | fs/ncpfs/inode.c | NCP_SBP(sb) = NULL; |
NCP_SBP | 74 | include/linux/ncp_fs.h | #define NCP_SERVER(inode) NCP_SBP((inode)->i_sb) |