Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfs/
Dnfs4namespace.c313 &ctx->nfs_server.export_path_len); in try_location()
320 source = kmalloc(len + 1 + ctx->nfs_server.export_path_len + 1, in try_location()
350 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
351 p += ctx->nfs_server.export_path_len; in try_location()
Dinternal.h140 unsigned short export_path_len; member