Home
last modified time | relevance | path

Searched refs:pipefs_sb (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dcache_lib.c129 struct super_block *pipefs_sb; in nfs_cache_register_net() local
133 pipefs_sb = rpc_get_sb_net(net); in nfs_cache_register_net()
134 if (pipefs_sb) { in nfs_cache_register_net()
135 ret = nfs_cache_register_sb(pipefs_sb, cd); in nfs_cache_register_net()
150 struct super_block *pipefs_sb; in nfs_cache_unregister_net() local
152 pipefs_sb = rpc_get_sb_net(net); in nfs_cache_unregister_net()
153 if (pipefs_sb) { in nfs_cache_unregister_net()
154 nfs_cache_unregister_sb(pipefs_sb, cd); in nfs_cache_unregister_net()
/openbmc/linux/fs/nfs/blocklayout/
H A Drpc_pipefs.c209 struct super_block *pipefs_sb; in nfs4blocklayout_register_net() local
212 pipefs_sb = rpc_get_sb_net(net); in nfs4blocklayout_register_net()
213 if (!pipefs_sb) in nfs4blocklayout_register_net()
215 dentry = nfs4blocklayout_register_sb(pipefs_sb, pipe); in nfs4blocklayout_register_net()
223 struct super_block *pipefs_sb; in nfs4blocklayout_unregister_net() local
225 pipefs_sb = rpc_get_sb_net(net); in nfs4blocklayout_unregister_net()
226 if (pipefs_sb) { in nfs4blocklayout_unregister_net()
227 nfs4blocklayout_unregister_sb(pipefs_sb, pipe); in nfs4blocklayout_unregister_net()
/openbmc/linux/net/sunrpc/
H A Dnetns.h17 struct super_block *pipefs_sb; member
H A Dclnt.c110 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()
155 clnt->pipefs_sb = pipefs_sb; 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()
317 if (pipefs_sb) in rpc_client_register()
329 pipefs_sb = rpc_get_sb_net(net); in rpc_client_register()
[all …]
H A Drpc_pipe.c1230 if (sn->pipefs_sb) in rpc_get_sb_net()
1231 return sn->pipefs_sb; in rpc_get_sb_net()
1241 WARN_ON(sn->pipefs_sb == NULL); in rpc_put_sb_net()
1390 sn->pipefs_sb = sb; in rpc_fill_super()
1404 sn->pipefs_sb = NULL; in rpc_fill_super()
1450 if (sn->pipefs_sb != sb) { in rpc_kill_sb()
1454 sn->pipefs_sb = NULL; in rpc_kill_sb()
/openbmc/linux/include/linux/sunrpc/
H A Dclnt.h95 struct super_block *pipefs_sb; member