Searched refs:tolen (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/udf/ |
| H A D | symlink.c | 37 tolen--; in udf_pc_to_char() 53 if (tolen == 0) in udf_pc_to_char() 57 tolen--; in udf_pc_to_char() 60 if (tolen < 3) in udf_pc_to_char() 64 tolen -= 3; in udf_pc_to_char() 67 if (tolen < 2) in udf_pc_to_char() 71 tolen -= 2; in udf_pc_to_char() 80 p, tolen); in udf_pc_to_char() 85 tolen -= comp_len; in udf_pc_to_char() 86 if (tolen == 0) in udf_pc_to_char() [all …]
|
| /linux-6.15/fs/smb/server/ |
| H A D | unicode.c | 160 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-6.15/fs/smb/client/ |
| H A D | cifs_unicode.c | 177 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument 193 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16() 214 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
|
| H A D | cifs_unicode.h | 58 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
|
| /linux-6.15/include/linux/ |
| H A D | nfs_xdr.h | 875 unsigned int tolen; member 978 unsigned int tolen; member
|
| /linux-6.15/fs/nfs/ |
| H A D | proc.c | 382 .tolen = name->len in nfs_proc_link()
|
| H A D | nfs2xdr.c | 735 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
|
| H A D | nfs3proc.c | 518 .tolen = name->len in nfs3_proc_link()
|
| H A D | nfs3xdr.c | 1210 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()
|