Home
last modified time | relevance | path

Searched refs:export_path (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/fs/nfs/
Dnfs4namespace.c160 __func__, path, ctx->nfs_server.export_path); in nfs4_validate_fspath()
287 char *export_path, *source, *p; in try_location() local
306 export_path = nfs4_pathname_string(&location->rootpath, in try_location()
308 if (IS_ERR(export_path)) in try_location()
309 return PTR_ERR(export_path); in try_location()
311 kfree(ctx->nfs_server.export_path); in try_location()
312 ctx->nfs_server.export_path = export_path; in try_location()
344 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
Dnfs4super.c145 const char *export_path) in do_nfs4_mount() argument
206 dentry = mount_subtree(root_mnt, export_path); in do_nfs4_mount()
228 ctx->nfs_server.export_path); in nfs4_try_get_tree()
251 ctx->nfs_server.export_path); in nfs4_get_referral_tree()
Dfs_context.c848 ctx->nfs_server.export_path = kmemdup_nul(end, len, GFP_KERNEL); in nfs_parse_source()
849 if (!ctx->nfs_server.export_path) in nfs_parse_source()
852 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", ctx->nfs_server.export_path); in nfs_parse_source()
1159 ctx->nfs_server.export_path = c; in nfs4_parse_monolithic()
1376 ctx->nfs_server.export_path = NULL; in nfs_fs_context_dup()
1395 kfree(ctx->nfs_server.export_path); in nfs_fs_context_free()
Dinternal.h125 char *export_path; member
Dsuper.c810 .dirpath = ctx->nfs_server.export_path, in nfs_request_mount()