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

/linux-master/include/linux/decompress/
H A Dunlzma.h9 long *posp,
H A Dgeneric.h9 long *posp,
17 *posp - if non-null, input position (number of bytes read) will be
/linux-master/lib/
H A Ddecompress_unlz4.c34 u8 *output, long *posp,
80 if (posp)
81 *posp = 0;
102 if (posp)
103 *posp += 4;
126 if (posp)
127 *posp += 4;
136 if (posp)
137 *posp += 4;
178 if (posp)
31 unlz4(u8 *input, long in_len, long (*fill)(void *, unsigned long), long (*flush)(void *, unsigned long), u8 *output, long *posp, void (*error) (char *x)) argument
207 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) argument
[all...]
H A Ddecompress_unlzo.c100 u8 *output, long *posp,
140 if (posp)
141 *posp = 0;
167 if (posp)
168 *posp = skip;
187 if (posp)
188 *posp += 4;
247 if (posp)
248 *posp += src_len + 12;
97 unlzo(u8 *input, long in_len, long (*fill)(void *, unsigned long), long (*flush)(void *, unsigned long), u8 *output, long *posp, void (*error) (char *x)) argument
H A Ddecompress_unlzma.c541 long *posp,
653 if (posp)
654 *posp = rc.ptr-rc.buffer;
674 long *posp,
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error);
537 unlzma(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *posp, void(*error)(char *x) ) argument
670 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x)) argument
/linux-master/fs/nilfs2/
H A Dioctl.c275 * @posp: pointer on array of checkpoint's numbers
288 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, argument
294 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf,
342 * @posp: pointer on array of segment numbers
355 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, argument
361 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size,
409 * @posp: *not used*
422 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, argument
436 * @posp: *not used*
449 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, in argument
[all...]
/linux-master/fs/hpfs/
H A Ddnode.c844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, argument
857 pos = *posp;
865 if (!(++*posp & 077)) {
868 (unsigned long long)*posp);
873 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1;
892 *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c;
903 *posp = 12;
/linux-master/drivers/pinctrl/renesas/
H A Dcore.c203 unsigned int *posp)
211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width);
214 *posp = crp->reg_width;
216 *posp -= abs(crp->var_field_width[k]);
199 sh_pfc_config_reg_helper(struct sh_pfc *pfc, const struct pinmux_cfg_reg *crp, unsigned int in_pos, void __iomem **mapped_regp, u32 *maskp, unsigned int *posp) argument
/linux-master/net/netlink/
H A Daf_netlink.c2668 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp)
2679 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--)

Completed in 142 milliseconds