Searched refs:get_write_buffer (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 57 static char *get_write_buffer(long size, 94 rec = get_write_buffer(len, &actual_size, in output_mem() 162 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_acl_header() 218 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_humongus_header() 280 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_xattr_header() 308 xhdr = (struct xattr_hdr *)get_write_buffer(RECORDSIZE, in output_xattr_header() 396 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header() 439 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header() 475 tar_hdr = (tlm_tar_hdr_t *)get_write_buffer(RECORDSIZE, in output_file_header() 615 rec = get_write_buffer(buf_size - rec_size, in get_write_one_buf() [all …]
|