Searched refs:tolen (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | cifs_unicode.c | 147 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()
|
D | cifs_unicode.h | 77 int cifs_from_ucs2(char *to, const __le16 *from, int tolen, int fromlen,
|
/linux-2.6.39/include/linux/ |
D | nfs_xdr.h | 589 unsigned int tolen; member 692 unsigned int tolen; member
|
/linux-2.6.39/fs/nfs/ |
D | proc.c | 416 .tolen = name->len in nfs_proc_link()
|
D | nfs2xdr.c | 728 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
|
D | nfs3proc.c | 504 .tolen = name->len in nfs3_proc_link()
|
D | nfs3xdr.c | 1205 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()
|