Searched refs:dst_size (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/pstore/ |
D | platform.c | 407 size_t dst_size; in pstore_dump() local 422 dst_size = big_oops_buf_sz; in pstore_dump() 425 dst_size = psinfo->bufsize; in pstore_dump() 429 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump() 431 dst_size -= header_size; in pstore_dump() 435 dst_size, &dump_size)) in pstore_dump()
|
/linux-4.19.296/include/uapi/rdma/ |
D | rdma_user_cm.h | 136 __u16 dst_size; member 175 __u16 dst_size; member
|
/linux-4.19.296/lib/ |
D | decompress_unlzma.c | 224 uint64_t dst_size; member 342 } while (len != 0 && wr->buffer_pos < wr->header->dst_size); in copy_bytes() 607 ENDIAN_CONVERT(header.dst_size); in unlzma() 615 wr.bufsize = MIN(header.dst_size, header.dict_size); in unlzma() 631 while (get_pos(&wr) < header.dst_size) { in unlzma()
|
/linux-4.19.296/fs/ecryptfs/ |
D | crypto.c | 52 void ecryptfs_from_hex(char *dst, char *src, int dst_size) in ecryptfs_from_hex() argument 57 for (x = 0; x < dst_size; x++) { in ecryptfs_from_hex() 1782 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() argument 1791 (*dst_size) = 0; in ecryptfs_encode_for_filename() 1810 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1858 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename() argument 1866 (*dst_size) = ecryptfs_max_decoded_size(src_size); in ecryptfs_decode_from_filename() 1896 (*dst_size) = dst_byte_offset; in ecryptfs_decode_from_filename()
|
D | ecryptfs_kernel.h | 62 extern void ecryptfs_from_hex(char *dst, char *src, int dst_size);
|
/linux-4.19.296/include/linux/qed/ |
D | fcoe_common.h | 34 u8 dst_size; member
|
/linux-4.19.296/fs/cifs/ |
D | smb2ops.c | 755 move_smb2_ea_to_cifs(char *dst, size_t dst_size, in move_smb2_ea_to_cifs() argument 762 size_t buf_size = dst_size; in move_smb2_ea_to_cifs() 786 if (dst_size == 0) in move_smb2_ea_to_cifs() 788 if (dst_size < value_len) { in move_smb2_ea_to_cifs() 802 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs() 803 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
|
/linux-4.19.296/fs/btrfs/ |
D | tree-log.c | 362 u32 dst_size = btrfs_item_size_nr(path->nodes[0], in overwrite_item() local 364 if (dst_size != item_size) in overwrite_item()
|