Searched refs:llen (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/fs/isofs/
H A Djoliet.c26 int llen; uni16_to_x8() local
27 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); uni16_to_x8()
28 if (llen > 0) uni16_to_x8()
29 op += llen; uni16_to_x8()
/linux-4.4.14/drivers/usb/misc/
H A Disight_firmware.c41 int llen, len, req, ret = 0; isight_firmware_load() local
80 llen = min(len, 50); isight_firmware_load()
81 len -= llen; isight_firmware_load()
82 if (ptr+llen > firmware->data+firmware->size) { isight_firmware_load()
88 memcpy(buf, ptr, llen); isight_firmware_load()
90 ptr += llen; isight_firmware_load()
94 buf, llen, 300) != llen) { isight_firmware_load()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dvenc.c95 u32 llen; member in struct:venc_config
138 .llen = 0x35F, /* 863 */
183 .llen = 0x359,
236 .llen = 864-1,
339 venc_write_reg(VENC_LLEN, config->llen); venc_write_config()
/linux-4.4.14/fs/jfs/
H A Djfs_xtree.h104 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
H A Djfs_xtree.c147 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) xtLookup()
162 *plen = llen; xtLookup()
196 *plen = min(next - lstart, llen); xtLookup()
213 *plen = min(xend - lstart, llen); xtLookup()
1533 int index, nextindex, llen, rlen; xtTailgate() local
1583 if ((llen = xoff - offsetXAD(xad)) == 0) xtTailgate()
1656 rlen = lengthXAD(xad) - llen; xtTailgate()
1663 PXDaddress(&pxdlock->pxd, addressXAD(xad) + llen); xtTailgate()
1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen); xtTailgate()
1671 if (llen) xtTailgate()
1673 XADlength(xad, llen); xtTailgate()
146 xtLookup(struct inode *ip, s64 lstart, s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) xtLookup() argument
/linux-4.4.14/tools/lib/traceevent/
H A Dplugin_kvm.c298 int llen; kvm_emulate_insn_handler() local
317 insn = pevent_get_field_raw(s, event, "insn", record, &llen, 1); kvm_emulate_insn_handler()
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas-proc.c431 int llen, offs; ppc_rtas_sensors_show() local
434 loc = of_get_property(rtas_node, rstr, &llen); ppc_rtas_sensors_show()
446 if (offs >= llen) ppc_rtas_sensors_show()
/linux-4.4.14/fs/ocfs2/
H A Dfile.c1857 s64 llen; __ocfs2_change_file_space() local
1904 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; __ocfs2_change_file_space()
1908 || (sr->l_start + llen) < 0 __ocfs2_change_file_space()
1909 || (sr->l_start + llen) > max_off) { __ocfs2_change_file_space()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1805 u16 llen, rlen; i40e_dbg_command_write() local
1816 &llen, &rlen, NULL); i40e_dbg_command_write()
1832 u16 llen, rlen; i40e_dbg_command_write() local
1844 &llen, &rlen, NULL); i40e_dbg_command_write()

Completed in 479 milliseconds