Searched refs:pipefs_sb (Results 1 – 3 of 3) sorted by relevance
105 struct super_block *pipefs_sb; in rpc_clnt_remove_pipedir() local107 pipefs_sb = rpc_get_sb_net(net); in rpc_clnt_remove_pipedir()108 if (pipefs_sb) { in rpc_clnt_remove_pipedir()109 if (pipefs_sb == clnt->pipefs_sb) in rpc_clnt_remove_pipedir()149 clnt->pipefs_sb = pipefs_sb; in rpc_setup_pipedir()294 struct super_block *pipefs_sb; in rpc_client_register() local299 pipefs_sb = rpc_get_sb_net(net); in rpc_client_register()300 if (pipefs_sb) { in rpc_client_register()307 if (pipefs_sb) in rpc_client_register()319 pipefs_sb = rpc_get_sb_net(net); in rpc_client_register()[all …]
1046 if (sn->pipefs_sb) in rpc_get_sb_net()1047 return sn->pipefs_sb; in rpc_get_sb_net()1057 WARN_ON(sn->pipefs_sb == NULL); in rpc_put_sb_net()1149 sn->pipefs_sb = sb; in rpc_fill_super()1197 if (sn->pipefs_sb != sb) { in rpc_kill_sb()1201 sn->pipefs_sb = NULL; in rpc_kill_sb()
17 struct super_block *pipefs_sb; member
Completed in 17 milliseconds