Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs4namespace.c312 &ctx->nfs_server.export_path_len); in try_location()
319 source = kmalloc(len + 1 + ctx->nfs_server.export_path_len + 1, in try_location()
349 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
350 p += ctx->nfs_server.export_path_len; in try_location()
Dinternal.h136 unsigned short export_path_len; member