Searched refs:ntfs_malloc (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsupport.c43 #ifndef ntfs_malloc
45 void *ntfs_malloc(int size) function
66 #ifndef ntfs_malloc
67 void *ntfs_malloc(int size) function
227 result = ntfs_malloc(in_len + 1);
237 buf = ntfs_malloc(*out_len + chl - 1);
277 *out = result = ntfs_malloc(2 * in_len);
H A Dsupport.h31 #define ntfs_malloc(size) kmalloc(size, GFP_KERNEL) macro
H A Ddir.c133 bmap = ntfs_malloc(size);
189 char *record = ntfs_malloc(s1);
302 newbuf = ntfs_malloc(vol->index_record_size);
335 middle = ntfs_malloc(ntfs_entry_has_subnodes(prev) ? mlen : mlen + 8);
385 char* s1 = ntfs_malloc(blocksize + walk->new_entry_size);
423 root = ntfs_malloc(bsize);
441 index = ntfs_malloc(ino->vol->index_record_size);
531 char *record = (char*)ntfs_malloc(length);
736 char *root = ntfs_malloc(length);
804 buf = ntfs_malloc(i
[all...]
H A Dutil.c105 *out = result = ntfs_malloc(len8 + 1); /* allow for zero-termination */
133 *out = result = ntfs_malloc(2 * (len16 + 1));
179 void *result = ntfs_malloc(size);
H A Dattr.c179 new = (ntfs_attribute*)ntfs_malloc((ino->attr_count + 8) *
389 attr->d.data = ntfs_malloc(newsize);
483 name = ntfs_malloc(2 * namelen);
515 attr->d.data = ntfs_malloc(dsize);
622 name = ntfs_malloc(2 * namelen);
660 attr->d.data = (void*)ntfs_malloc(attr->size);
758 comp = ntfs_malloc(16 << clustersizebits);
800 decomp = ntfs_malloc(16 <<
H A Dfs.c536 item = ntfs_malloc(ITEM_SIZE);
824 ino = (ntfs_inode*)ntfs_malloc(sizeof(ntfs_inode));
833 ino = (ntfs_inode*)ntfs_malloc(sizeof(ntfs_inode));
842 ino = (ntfs_inode*)ntfs_malloc(sizeof(ntfs_inode));
1054 if (!(vol->mft = ntfs_malloc(i)))
H A Dinode.c102 new = ntfs_malloc((ino->record_count + 8) *
156 new = ntfs_malloc((ino->record_count + 8) *
196 mft = ntfs_malloc(ino->vol->mft_record_size);
261 mft2 = ntfs_malloc(ino->vol->mft_record_size);
362 buf = ntfs_malloc(1024);
406 ino->attr = buf = ntfs_malloc(vol->mft_record_size);
777 ntfs_mft_record *n = ntfs_malloc((count + 4) *
790 store->records[i].record = ntfs_malloc(vol->mft_record_size);
1969 data = ntfs_malloc(size);
2014 buf = ntfs_malloc(siz
[all...]
H A Dsuper.c235 upcase->vol->upcase = ntfs_malloc(UPCASE_LENGTH << 1);
316 buf = ntfs_malloc(4050); /* 90*45 */
467 cluster0 = ntfs_malloc(vol->cluster_size);
488 unsigned char *bits = ntfs_malloc(2048);
1273 buf = ntfs_malloc(buf_size);

Completed in 46 milliseconds