Lines Matching refs:pipefs_sb
110 struct super_block *pipefs_sb; in rpc_clnt_remove_pipedir() local
112 pipefs_sb = rpc_get_sb_net(net); in rpc_clnt_remove_pipedir()
113 if (pipefs_sb) { in rpc_clnt_remove_pipedir()
114 if (pipefs_sb == clnt->pipefs_sb) in rpc_clnt_remove_pipedir()
151 rpc_setup_pipedir(struct super_block *pipefs_sb, struct rpc_clnt *clnt) in rpc_setup_pipedir() argument
155 clnt->pipefs_sb = pipefs_sb; in rpc_setup_pipedir()
158 dentry = rpc_setup_pipedir_sb(pipefs_sb, clnt); in rpc_setup_pipedir()
304 struct super_block *pipefs_sb; in rpc_client_register() local
309 pipefs_sb = rpc_get_sb_net(net); in rpc_client_register()
310 if (pipefs_sb) { in rpc_client_register()
311 err = rpc_setup_pipedir(pipefs_sb, clnt); in rpc_client_register()
317 if (pipefs_sb) in rpc_client_register()
329 pipefs_sb = rpc_get_sb_net(net); in rpc_client_register()
333 if (pipefs_sb) in rpc_client_register()