Searched refs:tolen (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/udf/ |
A D | symlink.c | 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() 89 tolen -= comp_len; in udf_pc_to_char() 90 if (tolen == 0) in udf_pc_to_char() [all …]
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | unicode.c | 158 static int smb_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in smb_from_utf16() argument 174 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in smb_from_utf16() 187 if ((outlen + charlen) > (tolen - nullsize)) in smb_from_utf16()
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifs_unicode.c | 178 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument 194 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16() 215 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
|
A D | cifs_unicode.h | 93 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
|
/linux-6.3-rc2/include/linux/ |
A D | nfs_xdr.h | 851 unsigned int tolen; member 954 unsigned int tolen; member
|
/linux-6.3-rc2/fs/nfs/ |
A D | proc.c | 382 .tolen = name->len in nfs_proc_link()
|
A D | nfs2xdr.c | 739 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
|
A D | nfs3proc.c | 519 .tolen = name->len in nfs3_proc_link()
|
A D | nfs3xdr.c | 1213 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()
|
Completed in 31 milliseconds