Searched refs:export_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | nfs4namespace.c | 160 __func__, path, ctx->nfs_server.export_path); in nfs4_validate_fspath() 293 char *export_path, *source, *p; in try_location() local 312 export_path = nfs4_pathname_string(&location->rootpath, in try_location() 314 if (IS_ERR(export_path)) in try_location() 315 return PTR_ERR(export_path); in try_location() 317 kfree(ctx->nfs_server.export_path); in try_location() 318 ctx->nfs_server.export_path = export_path; in try_location() 350 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
|
H A D | nfs4super.c | 145 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()
|
H A D | fs_context.c | 996 ctx->nfs_server.export_path = kmemdup_nul(end, len, GFP_KERNEL); in nfs_parse_source() 997 if (!ctx->nfs_server.export_path) in nfs_parse_source() 1000 trace_nfs_mount_path(ctx->nfs_server.export_path); in nfs_parse_source() 1327 ctx->nfs_server.export_path = c; in nfs4_parse_monolithic() 1536 ctx->nfs_server.export_path = NULL; in nfs_fs_context_dup() 1555 kfree(ctx->nfs_server.export_path); in nfs_fs_context_free()
|
H A D | internal.h | 135 char *export_path; member
|
H A D | super.c | 831 .dirpath = ctx->nfs_server.export_path, in nfs_request_mount()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testexport.bbclass | 86 export_path = d.getVar('TEST_EXPORT_DIR') 90 oe.path.remove(export_path) 91 bb.utils.mkdirhier(os.path.join(export_path, 'lib', 'oeqa')) 107 dst = os.path.join(export_path, f.split('/', 1)[-1]) 114 cases_path = os.path.join(export_path, 'lib', 'oeqa', 'runtime', 'cases') 131 test_data_path = os.path.join(export_path, 'data') 136 for subdir, dirs, files in os.walk(export_path): 166 bb.plain("Exported tests to: %s" % export_path)
|