Home
last modified time | relevance | path

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

/linux-4.1.27/fs/udf/
Dsymlink.c33 int fromlen, unsigned char *to, int tolen) in udf_pc_to_char() argument
41 tolen--; in udf_pc_to_char()
57 if (tolen == 0) in udf_pc_to_char()
61 tolen--; in udf_pc_to_char()
64 if (tolen < 3) in udf_pc_to_char()
68 tolen -= 3; in udf_pc_to_char()
71 if (tolen < 2) in udf_pc_to_char()
75 tolen -= 2; in udf_pc_to_char()
84 p, tolen); in udf_pc_to_char()
86 tolen -= comp_len; in udf_pc_to_char()
[all …]
/linux-4.1.27/fs/cifs/
Dcifs_unicode.c182 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
198 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16()
219 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
Dcifs_unicode.h105 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
/linux-4.1.27/include/linux/
Dnfs_xdr.h682 unsigned int tolen; member
785 unsigned int tolen; member
/linux-4.1.27/fs/nfs/
Dproc.c366 .tolen = name->len in nfs_proc_link()
Dnfs2xdr.c736 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
Dnfs3proc.c489 .tolen = name->len in nfs3_proc_link()
Dnfs3xdr.c1214 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()