Searched refs:buff (Results 1 – 12 of 12) sorted by relevance
| /fs/squashfs/ |
| A D | lz4_wrapper.c | 33 void *buff, int len) in lz4_comp_opts() argument 35 struct lz4_comp_opts *comp_opts = buff; in lz4_comp_opts() 52 static void *lz4_init(struct squashfs_sb_info *msblk, void *buff) in lz4_init() argument 98 void *buff = stream->input, *data; in lz4_uncompress() local 105 memcpy(buff, data + offset, avail); in lz4_uncompress() 106 buff += avail; in lz4_uncompress() 119 buff = stream->output; in lz4_uncompress() 123 memcpy(data, buff, bytes); in lz4_uncompress() 127 memcpy(data, buff, PAGE_SIZE); in lz4_uncompress() 128 buff += PAGE_SIZE; in lz4_uncompress()
|
| A D | lzo_wrapper.c | 28 static void *lzo_init(struct squashfs_sb_info *msblk, void *buff) in lzo_init() argument 72 void *buff = stream->input, *data; in lzo_uncompress() local 80 memcpy(buff, data + offset, avail); in lzo_uncompress() 81 buff += avail; in lzo_uncompress() 93 buff = stream->output; in lzo_uncompress() 97 memcpy(data, buff, bytes); in lzo_uncompress() 101 memcpy(data, buff, PAGE_SIZE); in lzo_uncompress() 102 buff += PAGE_SIZE; in lzo_uncompress()
|
| A D | xz_wrapper.c | 39 void *buff, int len) in squashfs_xz_comp_opts() argument 41 struct disk_comp_opts *comp_opts = buff; in squashfs_xz_comp_opts() 81 static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff) in squashfs_xz_init() argument 83 struct comp_opts *comp_opts = buff; in squashfs_xz_init()
|
| A D | decompressor.h | 28 void *buff, int length) in squashfs_comp_opts() argument 31 msblk->decompressor->comp_opts(msblk, buff, length) : NULL; in squashfs_comp_opts()
|
| A D | cache.c | 308 void *buff = entry->data[offset / PAGE_SIZE] in squashfs_copy_data() local 314 memcpy(buffer, buff, remaining); in squashfs_copy_data() 319 memcpy(buffer, buff, bytes); in squashfs_copy_data()
|
| A D | zlib_wrapper.c | 24 static void *zlib_init(struct squashfs_sb_info *dummy, void *buff) in zlib_init() argument
|
| A D | zstd_wrapper.c | 29 static void *zstd_init(struct squashfs_sb_info *msblk, void *buff) in zstd_init() argument
|
| /fs/ext4/ |
| A D | hash.c | 300 unsigned char *buff; in ext4fs_dirhash() local 305 buff = kzalloc(PATH_MAX, GFP_KERNEL); in ext4fs_dirhash() 306 if (!buff) in ext4fs_dirhash() 309 dlen = utf8_casefold(um, &qstr, buff, PATH_MAX); in ext4fs_dirhash() 311 kfree(buff); in ext4fs_dirhash() 315 r = __ext4fs_dirhash(dir, buff, dlen, hinfo); in ext4fs_dirhash() 317 kfree(buff); in ext4fs_dirhash()
|
| /fs/befs/ |
| A D | datastream.h | 15 void *buff, befs_off_t len);
|
| A D | datastream.c | 131 void *buff, befs_off_t len) in befs_read_lsymlink() argument 150 memcpy(buff + bytes_read, bh->b_data, plen); in befs_read_lsymlink()
|
| /fs/ecryptfs/ |
| A D | main.c | 766 struct kobj_attribute *attr, char *buff) in version_show() argument 768 return sysfs_emit(buff, "%d\n", ECRYPTFS_VERSIONING_MASK); in version_show()
|
| /fs/fuse/ |
| A D | virtio_fs.c | 367 char buff[12]; in virtio_fs_add_queues_sysfs() local 373 sprintf(buff, "%d", i); in virtio_fs_add_queues_sysfs() 374 fsvq->kobj = kobject_create_and_add(buff, fs->mqs_kobj); in virtio_fs_add_queues_sysfs()
|
Completed in 26 milliseconds