Searched refs:posp (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/lib/ |
D | decompress_unlz4.c | 37 u8 *output, long *posp, in unlz4() argument 83 if (posp) in unlz4() 84 *posp = 0; in unlz4() 105 if (posp) in unlz4() 106 *posp += 4; in unlz4() 129 if (posp) in unlz4() 130 *posp += 4; in unlz4() 139 if (posp) in unlz4() 140 *posp += 4; in unlz4() 181 if (posp) in unlz4() [all …]
|
D | decompress_unlzo.c | 115 u8 *output, long *posp, in unlzo() argument 155 if (posp) in unlzo() 156 *posp = 0; in unlzo() 182 if (posp) in unlzo() 183 *posp = skip; in unlzo() 202 if (posp) in unlzo() 203 *posp += 4; in unlzo() 262 if (posp) in unlzo() 263 *posp += src_len + 12; in unlzo()
|
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-4.19.296/include/linux/decompress/ |
D | unlzma.h | 9 long *posp,
|
D | generic.h | 9 long *posp,
|
/linux-4.19.296/fs/nilfs2/ |
D | ioctl.c | 308 nilfs_ioctl_do_get_cpinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_cpinfo() argument 314 ret = nilfs_cpfile_get_cpinfo(nilfs->ns_cpfile, posp, flags, buf, in nilfs_ioctl_do_get_cpinfo() 375 nilfs_ioctl_do_get_suinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_suinfo() argument 381 ret = nilfs_sufile_get_suinfo(nilfs->ns_sufile, *posp, buf, size, in nilfs_ioctl_do_get_suinfo() 442 nilfs_ioctl_do_get_vinfo(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_vinfo() argument 469 nilfs_ioctl_do_get_bdescs(struct the_nilfs *nilfs, __u64 *posp, int flags, in nilfs_ioctl_do_get_bdescs() argument
|
/linux-4.19.296/fs/hpfs/ |
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()
|