MAPLIST
static struct MAPLIST *getmappingitem(FILEREADER reader, void *fileid,
struct MAPLIST *item;
item = (struct MAPLIST*)ntfs_malloc(sizeof(struct MAPLIST));
item = (struct MAPLIST*)NULL;
item = (struct MAPLIST*)NULL;
struct MAPLIST *ntfs_read_mapping(FILEREADER reader, void *fileid)
struct MAPLIST *item;
struct MAPLIST *firstitem;
struct MAPLIST *lastitem;
firstitem = (struct MAPLIST*)NULL;
lastitem = (struct MAPLIST*)NULL;
item->next = (struct MAPLIST*)NULL;
struct MAPPING *ntfs_do_user_mapping(struct MAPLIST *firstitem)
struct MAPLIST *item;
struct MAPPING *ntfs_do_group_mapping(struct MAPLIST *firstitem)
struct MAPLIST *item;
struct MAPLIST *next;
struct MAPLIST *ntfs_read_mapping(FILEREADER reader, void *fileid);
struct MAPPING *ntfs_do_user_mapping(struct MAPLIST *firstitem);
struct MAPPING *ntfs_do_group_mapping(struct MAPLIST *firstitem);
struct MAPLIST *item;
struct MAPLIST *firstitem;
firstitem = (struct MAPLIST*)NULL;
firstitem = (struct MAPLIST*)NULL;