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