Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4namespace.c307 &ctx->nfs_server.export_path_len); in try_location()
314 source = kmalloc(len + 1 + ctx->nfs_server.export_path_len + 1, in try_location()
344 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
345 p += ctx->nfs_server.export_path_len; in try_location()
Dinternal.h129 unsigned short export_path_len; member