Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs4super.c166 ctx = nfs_fc2context(fc); in do_nfs4_mount()
167 root_ctx = nfs_fc2context(root_fc); in do_nfs4_mount()
220 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs4_try_get_tree()
245 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs4_get_referral_tree()
H A Dnfs4client.c968 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs4_init_server()
1037 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs4_create_server()
1071 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs4_create_referral_server()
H A Dclient.c749 const struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs_init_server()
1166 struct nfs_fs_context *ctx = nfs_fc2context(fc); in nfs_create_server()
H A Dinternal.h188 static inline struct nfs_fs_context *nfs_fc2context(const struct fs_context *fc) in nfs_fc2context() function