Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A 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()
89 tolen -= comp_len; in udf_pc_to_char()
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.c179 cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen, in cifs_from_utf16() argument
195 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_utf16()
216 if ((outlen + charlen) > (tolen - nullsize)) in cifs_from_utf16()
H A Dcifs_unicode.h93 int cifs_from_utf16(char *to, const __le16 *from, int tolen, int fromlen,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/
H A Dsdio.c302 u32 res_size=0,len=0,tolen=0; in ssv6xxx_sdio_load_firmware_openfile() local
352 tolen += len; in ssv6xxx_sdio_load_firmware_openfile()
412 block_count = tolen / CHECKSUM_BLOCK_SIZE; in ssv6xxx_sdio_load_firmware_openfile()
413 res_size = tolen % CHECKSUM_BLOCK_SIZE; in ssv6xxx_sdio_load_firmware_openfile()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h828 unsigned int tolen; member
931 unsigned int tolen; member
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dproc.c382 .tolen = name->len in nfs_proc_link()
H A Dnfs2xdr.c738 encode_diropargs(xdr, args->tofh, args->toname, args->tolen); in nfs2_xdr_enc_linkargs()
H A Dnfs3proc.c495 .tolen = name->len in nfs3_proc_link()
H A Dnfs3xdr.c1210 encode_diropargs3(xdr, args->tofh, args->toname, args->tolen); in nfs3_xdr_enc_link3args()