Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfs/
Dmount_clnt.c283 const u32 pathname_len = strlen(pathname); in encode_mntdirpath() local
286 BUG_ON(pathname_len > MNTPATHLEN); in encode_mntdirpath()
287 p = xdr_reserve_space(xdr, 4 + pathname_len); in encode_mntdirpath()
288 xdr_encode_opaque(p, pathname, pathname_len); in encode_mntdirpath()