Searched defs:dst (Results 1 – 6 of 6) sorted by relevance
| /fs/cramfs/ |
| A D | uncompress.c | 32 int cramfs_uncompress_block (void *dst, void *src, int srclen) in cramfs_uncompress_block()
|
| /fs/zfs/ |
| A D | zfs_lzjb.c | 48 uint8_t *dst = d_start; in lzjb_decompress() local
|
| /fs/jffs2/ |
| A D | compr_lzo.c | 93 #define __COPY4(dst,src) * (lzo_uint32p)(dst) = * (const lzo_uint32p)(src) argument 94 #define COPY4(dst,src) __COPY4((lzo_ptr_t)(dst),(lzo_ptr_t)(src)) argument
|
| /fs/btrfs/ |
| A D | extent-io.c | 752 void read_extent_buffer(const struct extent_buffer *eb, void *dst, in read_extent_buffer() 764 void copy_extent_buffer(struct extent_buffer *dst, struct extent_buffer *src, in copy_extent_buffer() 771 void memmove_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset, in memmove_extent_buffer()
|
| /fs/ubifs/ |
| A D | ubifs.c | 148 const u8 *src, unsigned int slen, u8 *dst, in crypto_comp_decompress()
|
| /fs/ |
| A D | fs.c | 1045 char *dst = argv[4]; in do_mv() local
|
Completed in 12 milliseconds