Home
last modified time | relevance | path

Searched refs:ntfs_calloc (Results 1 – 17 of 17) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dmisc.h26 void *ntfs_calloc(size_t size);
/third_party/ntfs-3g/libntfs-3g/
Dmisc.c43 void *ntfs_calloc(size_t size) in ntfs_calloc() function
Dattrlist.c140 new_al = ntfs_calloc(ni->attr_list_size + entry_len); in ntfs_attrlist_entry_add()
278 new_al = ntfs_calloc(new_al_len); in ntfs_attrlist_entry_rm()
Ddir.c1506 si = ntfs_calloc(si_len); in __ntfs_create()
1580 ir = ntfs_calloc(ir_len); in __ntfs_create()
1690 fn = ntfs_calloc(fn_len); in __ntfs_create()
2227 fn = ntfs_calloc(fn_len); in ntfs_link_i()
Dindex.c132 icx = ntfs_calloc(sizeof(ntfs_index_context)); in ntfs_index_ctx_get()
912 ib = ntfs_calloc(ib_size); in ntfs_ib_alloc()
1641 ie = ntfs_calloc(ie_size); in ntfs_index_add_filename()
Dunistr.c1718 result = ntfs_calloc(resultLength);
Dinode.c95 ni = (ntfs_inode*)ntfs_calloc(sizeof(ntfs_inode)); in __ntfs_inode_allocate()
Dvolume.c135 return ntfs_calloc(sizeof(ntfs_volume)); in ntfs_volume_alloc()
Dmft.c485 m = ntfs_calloc(vol->mft_record_size); in ntfs_mft_record_format()
Dattrib.c426 na = ntfs_calloc(sizeof(ntfs_attr)); in ntfs_attr_open()
1257 buf = ntfs_calloc(NTFS_BUF_SIZE); in ntfs_attr_fill_zero()
Dsecurity.c3379 sd = (SECURITY_DESCRIPTOR_RELATIVE*)ntfs_calloc(sd_len); in ntfs_sd_add_everyone()
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c971 char *b = ntfs_calloc(delta); in ntfs_rlwrite()
2478 ia_val = ntfs_calloc(index_block_size); in upgrade_to_large_index()
2842 idx_entry_sdh = ntfs_calloc(sizeof(INDEX_ENTRY)); in initialize_secure()
2845 idx_entry_sii = ntfs_calloc(sizeof(INDEX_ENTRY)); in initialize_secure()
2917 idx_entry_q1 = ntfs_calloc(q1_size); in initialize_quota()
2944 idx_entry_q2 = ntfs_calloc(q2_size); in initialize_quota()
2979 idx_entry_o = ntfs_calloc(o_size); in initialize_quota()
3234 idx_entry_new = ntfs_calloc(idx_size + 0x10); in create_hardlink_res()
3388 idx_entry_new = ntfs_calloc(idx_size); in index_obj_id_insert()
3879 g_dynamic_buf = (u8*)ntfs_calloc(g_dynamic_buf_size); in mkntfs_initialize_bitmaps()
[all …]
Dntfsclone.c956 buf = ntfs_calloc(csize);
1987 ni = ntfs_calloc(sizeof(ntfs_inode));
2095 lcn_bitmap.bm = ntfs_calloc(lcn_bitmap.size);
Dntfsresize.c1682 mp = ntfs_calloc(mp_size); in replace_attribute_runlist()
2736 bm->bm = ntfs_calloc(bm->size); in setup_lcn_bitmap()
3269 expand->mft_bitmap = (u8*)ntfs_calloc(bitmap_size); in get_mft_bitmap()
3984 mp = ntfs_calloc(mp_size); in update_runlist()
4410 expand->bitmap = (u8*)ntfs_calloc(expand->bitmap_allocated); in really_expand()
Dntfsundelete.c1105 ntfs_calloc(sizeof(*name)); in rescue_name()
/third_party/ntfs-3g/src/
Dntfs-3g.c4004 ctx = ntfs_calloc(sizeof(ntfs_fuse_context_t)); in ntfs_fuse_init()
Dlowntfs-3g.c4291 ctx = (ntfs_fuse_context_t*)ntfs_calloc(sizeof(ntfs_fuse_context_t));