posp 191 drivers/pinctrl/sh-pfc/core.c unsigned int *posp) posp 199 drivers/pinctrl/sh-pfc/core.c *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); posp 202 drivers/pinctrl/sh-pfc/core.c *posp = crp->reg_width; posp 204 drivers/pinctrl/sh-pfc/core.c *posp -= crp->var_field_width[k]; posp 844 fs/hpfs/dnode.c struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, posp 857 fs/hpfs/dnode.c pos = *posp; posp 865 fs/hpfs/dnode.c if (!(++*posp & 077)) { posp 868 fs/hpfs/dnode.c (unsigned long long)*posp); posp 873 fs/hpfs/dnode.c *posp = ((loff_t) hpfs_de_as_down_as_possible(inode->i_sb, de_down_pointer(d)) << 4) + 1; posp 892 fs/hpfs/dnode.c *posp = ((loff_t) le32_to_cpu(dnode->up) << 4) + c; posp 903 fs/hpfs/dnode.c *posp = 12; posp 303 fs/nilfs2/ioctl.c nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, posp 309 fs/nilfs2/ioctl.c ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, posp 370 fs/nilfs2/ioctl.c nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, posp 376 fs/nilfs2/ioctl.c ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, posp 437 fs/nilfs2/ioctl.c nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, posp 464 fs/nilfs2/ioctl.c nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, posp 9 include/linux/decompress/generic.h long *posp, posp 9 include/linux/decompress/unlzma.h long *posp, posp 34 lib/decompress_unlz4.c u8 *output, long *posp, posp 80 lib/decompress_unlz4.c if (posp) posp 81 lib/decompress_unlz4.c *posp = 0; posp 102 lib/decompress_unlz4.c if (posp) posp 103 lib/decompress_unlz4.c *posp += 4; posp 123 lib/decompress_unlz4.c if (posp) posp 124 lib/decompress_unlz4.c *posp += 4; posp 129 lib/decompress_unlz4.c if (posp) posp 130 lib/decompress_unlz4.c *posp += 4; posp 171 lib/decompress_unlz4.c if (posp) posp 172 lib/decompress_unlz4.c *posp += chunksize; posp 203 lib/decompress_unlz4.c long *posp, posp 207 lib/decompress_unlz4.c return unlz4(buf, in_len - 4, fill, flush, output, posp, error); posp 541 lib/decompress_unlzma.c long *posp, posp 653 lib/decompress_unlzma.c if (posp) posp 654 lib/decompress_unlzma.c *posp = rc.ptr-rc.buffer; posp 674 lib/decompress_unlzma.c long *posp, posp 677 lib/decompress_unlzma.c return unlzma(buf, in_len - 4, fill, flush, output, posp, error); posp 101 lib/decompress_unlzo.c u8 *output, long *posp, posp 141 lib/decompress_unlzo.c if (posp) posp 142 lib/decompress_unlzo.c *posp = 0; posp 168 lib/decompress_unlzo.c if (posp) posp 169 lib/decompress_unlzo.c *posp = skip; posp 188 lib/decompress_unlzo.c if (posp) posp 189 lib/decompress_unlzo.c *posp += 4; posp 248 lib/decompress_unlzo.c if (posp) posp 249 lib/decompress_unlzo.c *posp += src_len + 12; posp 2585 net/netlink/af_netlink.c static void *netlink_seq_start(struct seq_file *seq, loff_t *posp) posp 2595 net/netlink/af_netlink.c for (pos = *posp; pos && obj && !IS_ERR(obj); pos--)