Lines Matching refs:MAPLIST
4200 static struct MAPLIST *getmappingitem(FILEREADER reader, void *fileid,
4209 struct MAPLIST *item;
4214 item = (struct MAPLIST*)ntfs_malloc(sizeof(struct MAPLIST));
4255 item = (struct MAPLIST*)NULL;
4259 item = (struct MAPLIST*)NULL;
4281 struct MAPLIST *ntfs_read_mapping(FILEREADER reader, void *fileid)
4284 struct MAPLIST *item;
4285 struct MAPLIST *firstitem;
4286 struct MAPLIST *lastitem;
4291 firstitem = (struct MAPLIST*)NULL;
4292 lastitem = (struct MAPLIST*)NULL;
4301 item->next = (struct MAPLIST*)NULL;
4359 struct MAPPING *ntfs_do_user_mapping(struct MAPLIST *firstitem)
4361 struct MAPLIST *item;
4437 struct MAPPING *ntfs_do_group_mapping(struct MAPLIST *firstitem)
4439 struct MAPLIST *item;