Searched refs:dst_size (Results 1 – 8 of 8) sorted by relevance
| /fs/pstore/ |
| A D | platform.c | 306 size_t dst_size; in pstore_dump() local 320 dst_size = max_compressed_size ?: psinfo->bufsize; in pstore_dump() 323 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump() 325 dst_size -= header_size; in pstore_dump() 329 dst_size, &dump_size)) in pstore_dump()
|
| /fs/ecryptfs/ |
| A 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() 1730 static void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_encode_for_filename() argument 1739 (*dst_size) = 0; in ecryptfs_encode_for_filename() 1758 (*dst_size) = (num_blocks * 4); in ecryptfs_encode_for_filename() 1806 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, in ecryptfs_decode_from_filename() argument 1814 (*dst_size) = ecryptfs_max_decoded_size(src_size); in ecryptfs_decode_from_filename() 1844 (*dst_size) = dst_byte_offset; in ecryptfs_decode_from_filename()
|
| A D | ecryptfs_kernel.h | 48 extern void ecryptfs_from_hex(char *dst, char *src, int dst_size);
|
| /fs/bcachefs/ |
| A D | btree_iter.h | 653 static inline void __bkey_val_copy(void *dst_v, unsigned dst_size, struct bkey_s_c src_k) in __bkey_val_copy() argument 655 unsigned b = min_t(unsigned, dst_size, bkey_val_bytes(src_k.k)); in __bkey_val_copy() 657 if (unlikely(b < dst_size)) in __bkey_val_copy() 658 memset(dst_v + b, 0, dst_size - b); in __bkey_val_copy()
|
| A D | bkey.c | 787 unsigned dst_offset, unsigned dst_size, in compile_bkey_field() argument 807 switch (dst_size) { in compile_bkey_field() 953 switch (dst_size) { in compile_bkey_field()
|
| /fs/smb/client/ |
| A D | smb2ops.c | 1033 move_smb2_ea_to_cifs(char *dst, size_t dst_size, in move_smb2_ea_to_cifs() argument 1040 size_t buf_size = dst_size; in move_smb2_ea_to_cifs() 1063 if (dst_size == 0) in move_smb2_ea_to_cifs() 1065 if (dst_size < value_len) { in move_smb2_ea_to_cifs() 1079 } else if (dst_size >= user_name_len) { in move_smb2_ea_to_cifs() 1080 dst_size -= user_name_len; in move_smb2_ea_to_cifs()
|
| /fs/f2fs/ |
| A D | compress.c | 375 int dst_size = src_size - PAGE_SIZE - COMPRESS_HEADER_SIZE; in zstd_compress_pages() local 384 outbuf.size = dst_size; in zstd_compress_pages()
|
| /fs/btrfs/ |
| A D | tree-log.c | 432 const u32 dst_size = btrfs_item_size(dst_eb, dst_slot); in overwrite_item() local 434 if (dst_size != item_size) in overwrite_item()
|
Completed in 44 milliseconds