Searched refs:dst_size (Results 1 – 6 of 6) sorted by relevance
/fs/pstore/ |
D | platform.c | 305 size_t dst_size; in pstore_dump() local 319 dst_size = max_compressed_size ?: psinfo->bufsize; in pstore_dump() 322 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump() 324 dst_size -= header_size; in pstore_dump() 328 dst_size, &dump_size)) in pstore_dump()
|
/fs/ecryptfs/ |
D | crypto.c | 39 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument 44 for (x = 0; x < dst_size; x++) { in ecryptfs_from_hex() 1729 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() argument 1738 (*dst_size) = 0; in ecryptfs_encode_for_filename() 1757 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1805 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename() argument 1813 (*dst_size) = ecryptfs_max_decoded_size(src_size); in ecryptfs_decode_from_filename() 1843 (*dst_size) = dst_byte_offset; in ecryptfs_decode_from_filename()
|
D | ecryptfs_kernel.h | 48 extern void ecryptfs_from_hex(char *dst, char *src, int dst_size);
|
/fs/smb/client/ |
D | smb2ops.c | 972 move_smb2_ea_to_cifs(char *dst, size_t dst_size, in move_smb2_ea_to_cifs() argument 979 size_t buf_size = dst_size; in move_smb2_ea_to_cifs() 1002 if (dst_size == 0) in move_smb2_ea_to_cifs() 1004 if (dst_size < value_len) { in move_smb2_ea_to_cifs() 1018 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs() 1019 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
|
/fs/f2fs/ |
D | compress.c | 376 int dst_size = src_size - PAGE_SIZE - COMPRESS_HEADER_SIZE; in zstd_compress_pages() local 385 outbuf.size = dst_size; in zstd_compress_pages()
|
/fs/btrfs/ |
D | tree-log.c | 429 u32 dst_size = btrfs_item_size(path->nodes[0], in overwrite_item() local 431 if (dst_size != item_size) in overwrite_item()
|