Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dmount_clnt.c305 const u32 pathname_len = strlen(pathname); in encode_mntdirpath() local
308 p = xdr_reserve_space(xdr, 4 + pathname_len); in encode_mntdirpath()
309 xdr_encode_opaque(p, pathname, pathname_len); in encode_mntdirpath()