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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dmisc.h4 void *ntfs_calloc(size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmisc.c13 * ntfs_calloc
17 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 Dsecurity.c294 sd = ntfs_calloc(sd_len);
H A Ddir.c1093 si = ntfs_calloc(si_len);
1129 ir = ntfs_calloc(ir_len);
1215 fn = ntfs_calloc(fn_len);
1607 fn = ntfs_calloc(fn_len);
H A Dindex.c130 icx = ntfs_calloc(sizeof(ntfs_index_context));
802 ib = ntfs_calloc(ib_size);
1508 ie = ntfs_calloc(ie_size);
H A Dinode.c90 ni = (ntfs_inode*)ntfs_calloc(sizeof(ntfs_inode));
H A Dvolume.c125 return ntfs_calloc(sizeof(ntfs_volume));
H A Dmft.c411 m = ntfs_calloc(vol->mft_record_size);
H A Dattrib.c390 na = ntfs_calloc(sizeof(ntfs_attr));
995 buf = ntfs_calloc(NTFS_BUF_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1712 ctx = ntfs_calloc(sizeof(ntfs_fuse_context_t));

Completed in 107 milliseconds