Searched refs:righthalf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | decompressor.c | 210 const unsigned int righthalf = PAGE_SIZE - pageofs_out; in copy_from_pcpubuf() local 224 min_t(uint, righthalf, end - cur)); in copy_from_pcpubuf() 308 const unsigned int righthalf = PAGE_SIZE - rq->pageofs_out; in z_erofs_shifted_transform() local 324 memcpy(dst + rq->pageofs_out, src, righthalf); in z_erofs_shifted_transform() 331 memmove(src, src + righthalf, rq->pageofs_out); in z_erofs_shifted_transform() 334 memcpy(dst, src + righthalf, rq->pageofs_out); in z_erofs_shifted_transform()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | decompressor.c | 327 const unsigned int righthalf = min_t(unsigned int, rq->outputsize, in z_erofs_transform_plain() local 329 const unsigned int lefthalf = rq->outputsize - righthalf; in z_erofs_transform_plain() 347 src + interlaced_offset, righthalf); in z_erofs_transform_plain() 353 (interlaced_offset ? 0 : righthalf), in z_erofs_transform_plain() 356 memmove(src, src + righthalf, lefthalf); in z_erofs_transform_plain()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_xtree.c | 946 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local 1094 righthalf = maxentry - middle; in xtSplitPage() 1102 righthalf << L2XTSLOTSIZE); in xtSplitPage() 1122 cpu_to_le16(XTENTRYSTART + righthalf); in xtSplitPage() 1152 righthalf + 1); in xtSplitPage()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_xtree.c | 957 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local 1105 righthalf = maxentry - middle; in xtSplitPage() 1113 righthalf << L2XTSLOTSIZE); in xtSplitPage() 1133 cpu_to_le16(XTENTRYSTART + righthalf); in xtSplitPage() 1163 righthalf + 1); in xtSplitPage()
|
Completed in 8 milliseconds