Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dsymlink.c29 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char() argument
37 tolen--; in udf_pc_to_char()
55 if (tolen == 0) in udf_pc_to_char()
59 tolen--; in udf_pc_to_char()
62 if (tolen < 3) in udf_pc_to_char()
66 tolen -= 3; in udf_pc_to_char()
69 if (tolen < 2) in udf_pc_to_char()
73 tolen -= 2; in udf_pc_to_char()
82 p, tolen); in udf_pc_to_char()
87 tolen -= comp_len; in udf_pc_to_char()
[all …]
/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.c163 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
179 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16()
200 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/include/linux/
H A Dnfs_xdr.h886 unsigned int tolen; member
989 unsigned int tolen; member
/linux/fs/nfs/
H A Dnfs2xdr.c735 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()