Home
last modified time | relevance | path

Searched refs:NCP_SBP (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/ncpfs/
Dncp_fs.h43 static inline struct ncp_server *NCP_SBP(const struct super_block *sb) in NCP_SBP() function
48 #define NCP_SERVER(inode) NCP_SBP((inode)->i_sb)
Dinode.c332 struct ncp_server *server = NCP_SBP(root->d_sb); in ncp_show_options()
559 server = NCP_SBP(sb); in ncp_fill_super()
664 ncp_dbg(1, "NCP_SBP(sb) = %p\n", NCP_SBP(sb)); in ncp_fill_super()
773 struct ncp_server *server = NCP_SBP(sb); in ncp_put_super()
823 s = NCP_SBP(sb); in ncp_statfs()
Dncplib_kernel.h136 #define NCP_IO_TABLE(sb) (NCP_SBP(sb)->nls_io)
Ddir.c787 struct ncp_server* server = NCP_SBP(sb); in ncp_conn_logged_in()