Home
last modified time | relevance | path

Searched refs:llen (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/usb/misc/
Disight_firmware.c41 int llen, len, req, ret = 0; in isight_firmware_load() local
80 llen = min(len, 50); in isight_firmware_load()
81 len -= llen; in isight_firmware_load()
82 if (ptr+llen > firmware->data+firmware->size) { in isight_firmware_load()
88 memcpy(buf, ptr, llen); in isight_firmware_load()
90 ptr += llen; in isight_firmware_load()
94 buf, llen, 300) != llen) { in isight_firmware_load()
/linux-3.4.99/fs/isofs/
Djoliet.c26 int llen; in uni16_to_x8() local
27 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8()
28 if (llen > 0) in uni16_to_x8()
29 op += llen; in uni16_to_x8()
/linux-3.4.99/drivers/video/omap2/dss/
Dvenc.c94 u32 llen; member
137 .llen = 0x35F, /* 863 */
182 .llen = 0x359,
235 .llen = 864-1,
316 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config()
/linux-3.4.99/arch/powerpc/kernel/
Drtas-proc.c433 int llen, offs; in ppc_rtas_sensors_show() local
436 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()
448 if (offs >= llen) in ppc_rtas_sensors_show()
/linux-3.4.99/fs/jfs/
Djfs_xtree.h111 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
Djfs_xtree.c146 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup() argument
161 *plen = llen; in xtLookup()
195 *plen = min(next - lstart, llen); in xtLookup()
212 *plen = min(xend - lstart, llen); in xtLookup()
1532 int index, nextindex, llen, rlen; in xtTailgate() local
1583 if ((llen = xoff - offsetXAD(xad)) == 0) in xtTailgate()
1656 rlen = lengthXAD(xad) - llen; in xtTailgate()
1663 PXDaddress(&pxdlock->pxd, addressXAD(xad) + llen); in xtTailgate()
1669 dbFree(ip, addressXAD(xad) + llen, (s64) rlen); in xtTailgate()
1671 if (llen) in xtTailgate()
[all …]
/linux-3.4.99/fs/xfs/
Dxfs_vnodeops.c2245 xfs_off_t llen; in xfs_change_file_space() local
2266 llen = bf->l_len > 0 ? bf->l_len - 1 : bf->l_len; in xfs_change_file_space()
2270 || (bf->l_start + llen < 0) in xfs_change_file_space()
2271 || (bf->l_start + llen > XFS_MAXIOFFSET(mp))) in xfs_change_file_space()
/linux-3.4.99/fs/ocfs2/
Dfile.c1837 s64 llen; in __ocfs2_change_file_space() local
1884 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; in __ocfs2_change_file_space()
1888 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space()
1889 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space()