Home
last modified time | relevance | path

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

/external/syslinux/core/fs/ntfs/
Dntfs.c225 if (chunk.flags & MAP_UNALLOCATED) continue; in ntfs_mft_record_lookup_any()
395 chunk->flags |= MAP_UNALLOCATED; in parse_data_run()
458 if (chunk.flags & MAP_UNALLOCATED) in ntfs_attr_list_lookup()
689 if (chunk.flags & MAP_UNALLOCATED) in index_inode_setup()
809 if (chunk.flags & MAP_UNALLOCATED) in ntfs_index_lookup()
1108 if (chunk.flags & MAP_UNALLOCATED) in ntfs_readdir()
1114 if (chunk.flags & MAP_UNALLOCATED) { in ntfs_readdir()
Dntfs.h120 MAP_UNALLOCATED = 1 << 3, enumerator