/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unlz4.c | 34 u8 *output, long *posp, in unlz4() 80 if (posp) in unlz4() 81 *posp = 0; in unlz4() 102 if (posp) in unlz4() 103 *posp += 4; in unlz4() 126 if (posp) in unlz4() 127 *posp += 4; in unlz4() 136 if (posp) in unlz4() 137 *posp += 4; in unlz4() 178 if (posp) in unlz4() 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)) unlz4() 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) ) __decompress() argument [all...] |
H A D | decompress_unlzo.c | 101 u8 *output, long *posp, in unlzo() 141 if (posp) in unlzo() 142 *posp = 0; in unlzo() 168 if (posp) in unlzo() 169 *posp = skip; in unlzo() 188 if (posp) in unlzo() 189 *posp += 4; in unlzo() 248 if (posp) in unlzo() 249 *posp += src_len + 12; in unlzo() 98 unlzo(u8 *input, long in_len, long (*fill)(void *, unsigned long), long (*flush)(void *, unsigned long), u8 *output, long *posp, void (*error) (char *x)) unlzo() argument
|
H A D | decompress_unlzma.c | 541 long *posp, in unlzma() 653 if (posp) in unlzma() 654 *posp = rc.ptr-rc.buffer; in unlzma() 674 long *posp, in __decompress() 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress() 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) ) unlzma() 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)) __decompress() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlz4.c | 34 u8 *output, long *posp, in unlz4() 80 if (posp) in unlz4() 81 *posp = 0; in unlz4() 102 if (posp) in unlz4() 103 *posp += 4; in unlz4() 126 if (posp) in unlz4() 127 *posp += 4; in unlz4() 136 if (posp) in unlz4() 137 *posp += 4; in unlz4() 178 if (posp) in unlz4() 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)) unlz4() 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) ) __decompress() argument [all...] |
H A D | decompress_unlzo.c | 100 u8 *output, long *posp, in unlzo() 140 if (posp) in unlzo() 141 *posp = 0; in unlzo() 167 if (posp) in unlzo() 168 *posp = skip; in unlzo() 187 if (posp) in unlzo() 188 *posp += 4; in unlzo() 247 if (posp) in unlzo() 248 *posp += src_len + 12; in unlzo() 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)) unlzo() argument
|
H A D | decompress_unlzma.c | 541 long *posp, in unlzma() 653 if (posp) in unlzma() 654 *posp = rc.ptr-rc.buffer; in unlzma() 674 long *posp, in __decompress() 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress() 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) ) unlzma() 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)) __decompress() argument
|
/kernel/linux/linux-5.10/include/linux/decompress/ |
H A D | unlzma.h | 9 long *posp,
|
H A D | generic.h | 9 long *posp, 17 *posp - if non-null, input position (number of bytes read) will be
|
/kernel/linux/linux-6.6/include/linux/decompress/ |
H A D | unlzma.h | 9 long *posp,
|
H A D | generic.h | 9 long *posp, 17 *posp - if non-null, input position (number of bytes read) will be
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | ioctl.c | 290 * @posp: pointer on array of checkpoint's numbers 303 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() argument 309 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, in nilfs_ioctl_do_get_cpinfo() 357 * @posp: pointer on array of segment numbers 370 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() argument 376 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, in nilfs_ioctl_do_get_suinfo() 424 * @posp: *not used* 437 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument 451 * @posp: *not used* 464 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, in argument [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | ioctl.c | 275 * @posp: pointer on array of checkpoint's numbers 288 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() argument 294 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, in nilfs_ioctl_do_get_cpinfo() 342 * @posp: pointer on array of segment numbers 355 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() argument 361 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, in nilfs_ioctl_do_get_suinfo() 409 * @posp: *not used* 422 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument 436 * @posp: *not used* 449 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, in argument [all...] |
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dnode.c | 844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent() argument 857 pos = *posp; in map_pos_dirent() 865 if (!(++*posp & 077)) { in map_pos_dirent() 868 (unsigned long long)*posp); in map_pos_dirent() 873 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1; in map_pos_dirent() 892 *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c; in map_pos_dirent() 903 *posp = 12; in map_pos_dirent()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dnode.c | 844 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent() argument 857 pos = *posp; in map_pos_dirent() 865 if (!(++*posp & 077)) { in map_pos_dirent() 868 (unsigned long long)*posp); in map_pos_dirent() 873 *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1; in map_pos_dirent() 892 *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c; in map_pos_dirent() 903 *posp = 12; in map_pos_dirent()
|
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | core.c | 191 unsigned int *posp) in sh_pfc_config_reg_helper() 199 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 202 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 204 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper() 187 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) sh_pfc_config_reg_helper() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | core.c | 203 unsigned int *posp) in sh_pfc_config_reg_helper() 211 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 214 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper() 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) sh_pfc_config_reg_helper() argument
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 2606 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) 2617 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in __acquires()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 2654 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) 2665 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in __acquires()
|