Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dmount_clnt.c300 const u32 pathname_len = strlen(pathname); in encode_mntdirpath() local
303 p = xdr_reserve_space(xdr, 4 + pathname_len); in encode_mntdirpath()
304 xdr_encode_opaque(p, pathname, pathname_len); in encode_mntdirpath()