Searched refs:INDEX_HEADER (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dindex.h125 extern void ntfs_ih_filename_dump(INDEX_HEADER *ih);
H A Dlayout.h2047 * struct INDEX_HEADER -
2050 * follow the INDEX_HEADER. Together the index header and the index entries
2058 /* 0*/ u32 entries_offset; /* Byte offset from the INDEX_HEADER to first
2061 including the INDEX_HEADER, aligned to 8. */
2071 size not counting the INDEX_HEADER part (i.e. minus -24).
2076 } __attribute__((__packed__)) INDEX_HEADER; typedef in typeref:struct:__anon4237
2112 /* 16*/ INDEX_HEADER index; /* Index header describing the
2124 * index entries (INDEX_ENTRY structures), as described by the INDEX_HEADER.
2135 /* 24*/ INDEX_HEADER index; /* Describes the following index entries. */
2293 * A sequence of such entries follows each INDEX_HEADER structur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c205 static INDEX_ENTRY *ntfs_ie_get_first(INDEX_HEADER *ih)
215 static u8 *ntfs_ie_get_end(INDEX_HEADER *ih)
239 static INDEX_ENTRY *ntfs_ie_get_by_pos(INDEX_HEADER *ih, int pos)
253 static INDEX_ENTRY *ntfs_ie_prev(INDEX_HEADER *ih, INDEX_ENTRY *ie)
287 void ntfs_ih_filename_dump(INDEX_HEADER *ih)
300 static int ntfs_ih_numof_entries(INDEX_HEADER *ih)
315 static int ntfs_ih_one_entry(INDEX_HEADER *ih)
320 static int ntfs_ih_zero_entry(INDEX_HEADER *ih)
325 static void ntfs_ie_delete(INDEX_HEADER *ih, INDEX_ENTRY *ie)
345 static void ntfs_ie_insert(INDEX_HEADER *i
[all...]
H A Ddir.c1127 index_len = sizeof(INDEX_HEADER) + sizeof(INDEX_ENTRY_HEADER);
1145 ir->index.entries_offset = cpu_to_le32(sizeof(INDEX_HEADER));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h1906 * follow the INDEX_HEADER. Together the index header and the index entries
1930 } __attribute__ ((__packed__)) INDEX_HEADER; typedef in typeref:struct:__anon16877
1970 INDEX_HEADER index; /* Index header describing the
1981 * index entries (INDEX_ENTRY structures), as described by the INDEX_HEADER.
1996 /* 24*/ INDEX_HEADER index; /* Describes the following index entries. */
2146 * This is an index entry. A sequence of such entries follows each INDEX_HEADER

Completed in 45 milliseconds