Home
last modified time | relevance | path

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

/fs/nfs/
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()
/fs/nfs/blocklayout/
A Drpc_pipefs.c195 struct super_block *pipefs_sb; in nfs4blocklayout_register_net() local
198 pipefs_sb = rpc_get_sb_net(net); in nfs4blocklayout_register_net()
199 if (!pipefs_sb) in nfs4blocklayout_register_net()
201 ret = nfs4blocklayout_register_sb(pipefs_sb, pipe); in nfs4blocklayout_register_net()
209 struct super_block *pipefs_sb; in nfs4blocklayout_unregister_net() local
211 pipefs_sb = rpc_get_sb_net(net); in nfs4blocklayout_unregister_net()
212 if (pipefs_sb) { in nfs4blocklayout_unregister_net()

Completed in 5 milliseconds