Home
last modified time | relevance | path

Searched refs:ntfs_free (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Ddir.c192 ntfs_free(bmap); in ntfs_allocate_index_block()
228 ntfs_free(record); in ntfs_allocate_index_block()
239 ntfs_free(bmap); in ntfs_allocate_index_block()
379 ntfs_free(newbuf); in ntfs_split_record()
381 ntfs_free(middle); in ntfs_split_record()
410 ntfs_free(walk->new_entry); in ntfs_dir_insert()
414 ntfs_free(start); in ntfs_dir_insert()
490 ntfs_free(root); in ntfs_split_indexroot()
491 ntfs_free(index); in ntfs_split_indexroot()
560 ntfs_free(record); in ntfs_getdir_record()
[all …]
Dsupport.c56 #ifndef ntfs_free
58 void ntfs_free(void *block) in ntfs_free() function
73 #ifndef ntfs_free
74 void ntfs_free(void *block) in ntfs_free() function
249 ntfs_free(result); in ntfs_dupuni2map()
270 ntfs_free(result); in ntfs_dupuni2map()
311 ntfs_free(result); in ntfs_dupmap2uni()
Dinode.c123 ntfs_free(ino->records); in ntfs_insert_mft_attributes()
184 ntfs_free(ino->records); in ntfs_insert_mft_attribute()
244 ntfs_free(mft); in parse_attributes()
262 ntfs_free(mft); in parse_attributes()
271 ntfs_free(mft); in parse_attributes()
277 ntfs_free(mft); in parse_attributes()
305 ntfs_free(mft); in parse_attributes()
338 ntfs_free(mft2); in parse_attributes()
357 ntfs_free(mft2); in parse_attributes()
366 ntfs_free(mft2); in parse_attributes()
[all …]
Dattr.c186 ntfs_free(ino->attrs); in ntfs_new_attr()
396 ntfs_free(v); in ntfs_resize_attr()
407 ntfs_free(v); in ntfs_resize_attr()
510 ntfs_free(name); in ntfs_create_attr()
662 ntfs_free(name); in ntfs_insert_attribute()
722 ntfs_free(sparse); in ntfs_read_zero()
860 ntfs_free(comp); in ntfs_read_compressed()
862 ntfs_free(decomp); in ntfs_read_compressed()
Dsuper.c327 ntfs_free(buf); in ntfs_init_attrdef()
348 ntfs_free(buf); in ntfs_init_attrdef()
438 ntfs_free(vol->mft_ino); in ntfs_release_volume()
443 ntfs_free(vol->mftmirr); in ntfs_release_volume()
448 ntfs_free(vol->bitmap); in ntfs_release_volume()
451 ntfs_free(vol->mft); in ntfs_release_volume()
452 ntfs_free(vol->upcase); in ntfs_release_volume()
478 ntfs_free(cluster0); in ntfs_get_volumesize()
519 ntfs_free(bits); in ntfs_get_free_cluster_count()
1375 ntfs_free(buf); in ntfs_clear_bitrange()
Dfs.c236 ntfs_free(nf->name); in ntfs_printcb()
551 ntfs_free(item); in ntfs_lookup()
552 ntfs_free(walk.name); in ntfs_lookup()
556 ntfs_free(walk.name); in ntfs_lookup()
719 ntfs_free(ino); in ntfs_read_inode()
730 ntfs_free(ino); in ntfs_read_inode()
741 ntfs_free(ino); in ntfs_read_inode()
1110 ntfs_free(vol->mft); in ntfs_read_super()
Dsupport.h33 #define ntfs_free(ptr) kfree(ptr) macro