Home
last modified time | relevance | path

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

/external/syslinux/core/fs/ntfs/
Dntfs.c295 static bool ntfs_filename_cmp(const char *dname, struct ntfs_idx_entry *ie) in ntfs_filename_cmp()
731 struct ntfs_idx_entry *ie; in ntfs_index_lookup()
762 ie = (struct ntfs_idx_entry *)((uint8_t *)&ir->index + in ntfs_index_lookup()
764 for (;; ie = (struct ntfs_idx_entry *)((uint8_t *)ie + ie->len)) { in ntfs_index_lookup()
840 ie = (struct ntfs_idx_entry *)((uint8_t *)&iblk->index + in ntfs_index_lookup()
842 for (;; ie = (struct ntfs_idx_entry *)((uint8_t *)ie + in ntfs_index_lookup()
896 const struct ntfs_idx_entry *ie) in ntfs_cvt_filename()
1030 struct ntfs_idx_entry *ie = NULL; in ntfs_readdir()
1065 ie = (struct ntfs_idx_entry *)((uint8_t *)&ir->index + file->offset); in ntfs_readdir()
1148 ie = (struct ntfs_idx_entry *)((uint8_t *)&iblk->index + in ntfs_readdir()
[all …]
Dntfs.h452 struct ntfs_idx_entry { struct