Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifs_unicode.c147 cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_ucs2() argument
163 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_ucs2()
176 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_ucs2()
Dcifs_unicode.h77 int cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen,
/linux-2.6.39/include/linux/
Dnfs_xdr.h589 unsigned int tolen; member
692 unsigned int tolen; member
/linux-2.6.39/fs/nfs/
Dproc.c416 .tolen = name->len in nfs_proc_link()
Dnfs2xdr.c728 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
Dnfs3proc.c504 .tolen = name->len in nfs3_proc_link()
Dnfs3xdr.c1205 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()