Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dunicode.c160 static int smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in smb_from_utf16() argument
176 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in smb_from_utf16()
195 if ((outlen + charlen) > (tolen - nullsize)) in smb_from_utf16()
/linux/fs/smb/client/
H A Dcifs_unicode.c162 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
178 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16()
199 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
H A Dcifs_unicode.h58 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
/linux/fs/nfs/
H A Dproc.c383 .tolen = name->len in nfs_proc_link()
H A Dnfs2xdr.c735 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
H A Dnfs3proc.c524 .tolen = name->len in nfs3_proc_link()
H A Dnfs3xdr.c1210 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()