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

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

Completed in 257 milliseconds