Searched refs:posp (Results 1 – 9 of 9) sorted by relevance
/linux/lib/ |
A D | decompress_unlz4.c | 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() 179 *posp += chunksize; in unlz4() [all …]
|
A D | decompress_unlzo.c | 100 u8 *output, long *posp, in unlzo() argument 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()
|
A D | decompress_unlzma.c | 541 long *posp, in unlzma() argument 653 if (posp) in unlzma() 654 *posp = rc.ptr-rc.buffer; in unlzma() 674 long *posp, in __decompress() argument 677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
|
/linux/include/linux/decompress/ |
A D | unlzma.h | 9 long *posp,
|
A D | generic.h | 9 long *posp,
|
/linux/fs/nilfs2/ |
A D | ioctl.c | 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() 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() 422 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument 449 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_bdescs() argument
|
/linux/fs/hpfs/ |
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()
|
/linux/drivers/pinctrl/renesas/ |
A D | core.c | 204 unsigned int *posp) in sh_pfc_config_reg_helper() argument 212 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper() 215 *posp = crp->reg_width; in sh_pfc_config_reg_helper() 217 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
|
/linux/net/netlink/ |
A D | af_netlink.c | 2605 static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) in netlink_seq_start() argument 2616 for (pos = *posp; pos && obj && !IS_ERR(obj); pos--) in netlink_seq_start()
|
Completed in 24 milliseconds