Home
last modified time | relevance | path

Searched refs:outlen (Results 1 – 11 of 11) sorted by relevance

/fs/jfs/
A Djfs_unicode.c23 int outlen = 0; in jfs_strfromUCS_le() local
32 &to[outlen], in jfs_strfromUCS_le()
35 outlen += charlen; in jfs_strfromUCS_le()
37 to[outlen++] = '?'; in jfs_strfromUCS_le()
57 outlen = i; in jfs_strfromUCS_le()
59 to[outlen] = 0; in jfs_strfromUCS_le()
60 return outlen; in jfs_strfromUCS_le()
A Djfs_dtree.c2734 int d_namleft, len, outlen; in jfs_readdir() local
2967 outlen = jfs_strfromUCS_le(name_ptr, d->name, len, in jfs_readdir()
2969 jfs_dirent->name_len = outlen; in jfs_readdir()
2975 name_ptr += outlen; in jfs_readdir()
2987 outlen = jfs_strfromUCS_le(name_ptr, t->name, in jfs_readdir()
2989 jfs_dirent->name_len += outlen; in jfs_readdir()
/fs/smb/server/
A Dunicode.c110 int charlen, outlen = 0; in smb_utf16_bytes() local
128 outlen += charlen; in smb_utf16_bytes()
130 outlen++; in smb_utf16_bytes()
133 return outlen; in smb_utf16_bytes()
164 int outlen = 0; in smb_from_utf16() local
193 if (outlen >= safelen) { in smb_from_utf16()
195 if ((outlen + charlen) > (tolen - nullsize)) in smb_from_utf16()
200 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar); in smb_from_utf16()
201 outlen += charlen; in smb_from_utf16()
219 to[outlen++] = 0; in smb_from_utf16()
[all …]
/fs/smb/client/
A Dcifs_unicode.c181 int outlen = 0; in cifs_from_utf16() local
212 if (outlen >= safelen) { in cifs_from_utf16()
214 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
219 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
220 outlen += charlen; in cifs_from_utf16()
236 to[outlen++] = 0; in cifs_from_utf16()
238 return outlen; in cifs_from_utf16()
308 int charlen, outlen = 0; in cifs_utf16_bytes() local
327 outlen += charlen; in cifs_utf16_bytes()
330 return outlen; in cifs_utf16_bytes()
A Dsmb2inode.c108 u32 outlen, next; in check_wsl_eas() local
113 outlen = le32_to_cpu(rsp->OutputBufferLength); in check_wsl_eas()
114 if (outlen < SMB2_WSL_MIN_QUERY_EA_RESP_SIZE || in check_wsl_eas()
115 outlen > SMB2_WSL_MAX_QUERY_EA_RESP_SIZE) in check_wsl_eas()
/fs/fat/
A Dnamei_vfat.c520 if (*outlen < 0) in xlate_to_uni()
521 return *outlen; in xlate_to_uni()
522 else if (*outlen > FAT_LFN_LEN) in xlate_to_uni()
528 i < len && *outlen < FAT_LFN_LEN; in xlate_to_uni()
529 *outlen += 1) { in xlate_to_uni()
558 *longlen = *outlen; in xlate_to_uni()
559 if (*outlen % 13) { in xlate_to_uni()
562 *outlen += 1; in xlate_to_uni()
563 if (*outlen % 13) { in xlate_to_uni()
564 fill = 13 - (*outlen % 13); in xlate_to_uni()
[all …]
/fs/hfsplus/
A Dunicode.c356 u16 *dstr, outlen = 0; in hfsplus_asc2uni() local
361 while (outlen < max_unistr_len && len > 0) { in hfsplus_asc2uni()
369 if (outlen + dsize > max_unistr_len) in hfsplus_asc2uni()
372 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
375 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni()
380 ustr->length = cpu_to_be16(outlen); in hfsplus_asc2uni()
/fs/dlm/
A Ddir.c298 char *outbuf, int outlen, int nodeid) in dlm_copy_master_names() argument
359 if (offset + sizeof(uint16_t)*2 + r->res_length > outlen) { in dlm_copy_master_names()
383 (offset + sizeof(uint16_t) <= outlen)) { in dlm_copy_master_names()
A Ddir.h21 char *outbuf, int outlen, int nodeid);
A Drcom.c341 int error, inlen, outlen, nodeid; in receive_rcom_names() local
346 outlen = DLM_MAX_APP_BUFSIZE - sizeof(struct dlm_rcom); in receive_rcom_names()
348 error = create_rcom(ls, nodeid, DLM_RCOM_NAMES_REPLY, outlen, in receive_rcom_names()
355 dlm_copy_master_names(ls, rc_in->rc_buf, inlen, rc->rc_buf, outlen, in receive_rcom_names()
/fs/pstore/
A Dplatform.c174 unsigned int inlen, unsigned int outlen) in pstore_compress() argument
180 .avail_out = outlen, in pstore_compress()

Completed in 20 milliseconds