Searched refs:ntfs_calloc (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmisc.h26 void *ntfs_calloc(size_t size);
H A Dmisc.c39 * ntfs_calloc
43 void *ntfs_calloc(size_t size) function
H A Dattrlist.c140 new_al = ntfs_calloc(ni->attr_list_size + entry_len);
278 new_al = ntfs_calloc(new_al_len);
H A Dindex.c132 icx = ntfs_calloc(sizeof(ntfs_index_context));
912 ib = ntfs_calloc(ib_size);
1641 ie = ntfs_calloc(ie_size);
H A Ddir.c1509 si = ntfs_calloc(si_len);
1583 ir = ntfs_calloc(ir_len);
1693 fn = ntfs_calloc(fn_len);
2230 fn = ntfs_calloc(fn_len);
H A Dunistr.c1729 result = ntfs_calloc(resultLength);
1745 ntfs_log_error("Could not perform a ntfs_calloc of %d "
H A Dinode.c95 ni = (ntfs_inode*)ntfs_calloc(sizeof(ntfs_inode));
H A Dvolume.c135 return ntfs_calloc(sizeof(ntfs_volume));
H A Dmft.c485 m = ntfs_calloc(vol->mft_record_size);
H A Dattrib.c426 na = ntfs_calloc(sizeof(ntfs_attr));
1257 buf = ntfs_calloc(NTFS_BUF_SIZE);
H A Dsecurity.c3393 sd = (SECURITY_DESCRIPTOR_RELATIVE*)ntfs_calloc(sd_len);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c670 char *b = ntfs_calloc(delta);
2177 ia_val = ntfs_calloc(index_block_size);
2541 idx_entry_sdh = ntfs_calloc(sizeof(INDEX_ENTRY));
2544 idx_entry_sii = ntfs_calloc(sizeof(INDEX_ENTRY));
2616 idx_entry_q1 = ntfs_calloc(q1_size);
2643 idx_entry_q2 = ntfs_calloc(q2_size);
2678 idx_entry_o = ntfs_calloc(o_size);
2933 idx_entry_new = ntfs_calloc(idx_size + 0x10);
3087 idx_entry_new = ntfs_calloc(idx_size);
3559 g_dynamic_buf = (u8*)ntfs_calloc(g_dynamic_buf_siz
[all...]

Completed in 137 milliseconds