Home
last modified time | relevance | path

Searched refs:MAP_ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/ntfs/
Dntfs.c227 if (chunk.flags & MAP_ALLOCATED) { in ntfs_mft_record_lookup_any()
397 chunk->flags |= MAP_ALLOCATED; in parse_data_run()
462 if (chunk.flags & MAP_ALLOCATED) { in ntfs_attr_list_lookup()
693 if (chunk.flags & MAP_ALLOCATED) { in index_inode_setup()
812 if (chunk.flags & MAP_ALLOCATED) { in ntfs_index_lookup()
Dntfs.h119 MAP_ALLOCATED = 1 << 2, enumerator