fs/ntfs/attrib.c
655
entries_offset < sizeof(struct index_header) ||
fs/ntfs/index.c
1444
static int ntfs_ih_insert(struct index_header *ih, struct index_entry *orig_ie, s64 new_vcn,
fs/ntfs/index.c
1638
struct index_header *ih;
fs/ntfs/index.c
1733
static int ntfs_ih_takeout(struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
1781
static void ntfs_ir_leafify(struct ntfs_index_context *icx, struct index_header *ih)
fs/ntfs/index.c
1803
static int ntfs_ih_reparent_end(struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
1822
struct index_header *parent_ih;
fs/ntfs/index.c
1878
struct index_header *ih;
fs/ntfs/index.c
1992
struct index_header *ih;
fs/ntfs/index.c
258
static struct index_entry *ntfs_ie_get_first(struct index_header *ih)
fs/ntfs/index.c
268
static u8 *ntfs_ie_get_end(struct index_header *ih)
fs/ntfs/index.c
279
const struct index_header *ih,
fs/ntfs/index.c
284
if (bytes_available < sizeof(struct index_header)) {
fs/ntfs/index.c
295
if (entries_offset < sizeof(struct index_header) ||
fs/ntfs/index.c
328
const struct index_header *ih,
fs/ntfs/index.c
334
for (ie = ntfs_ie_get_first((struct index_header *)ih);
fs/ntfs/index.c
378
static struct index_entry *ntfs_ie_get_by_pos(struct index_header *ih, int pos)
fs/ntfs/index.c
392
static struct index_entry *ntfs_ie_prev(struct index_header *ih, struct index_entry *ie)
fs/ntfs/index.c
409
static int ntfs_ih_numof_entries(struct index_header *ih)
fs/ntfs/index.c
424
static int ntfs_ih_one_entry(struct index_header *ih)
fs/ntfs/index.c
429
static int ntfs_ih_zero_entry(struct index_header *ih)
fs/ntfs/index.c
434
static void ntfs_ie_delete(struct index_header *ih, struct index_entry *ie)
fs/ntfs/index.c
454
static void ntfs_ie_insert(struct index_header *ih, struct index_entry *ie,
fs/ntfs/index.c
623
struct ntfs_index_context *icx, struct index_header *ih,
fs/ntfs/index.c
920
int ih_size = sizeof(struct index_header);
fs/ntfs/index.c
948
static struct index_entry *ntfs_ie_get_median(struct index_header *ih)
fs/ntfs/index.h
100
const struct index_header *ih,
fs/ntfs/layout.h
1912
struct index_header index;
fs/ntfs/layout.h
1947
struct index_header index;
fs/ntfs/namei.c
561
index_len = sizeof(struct index_header) + sizeof(struct index_entry_header);
fs/ntfs/namei.c
577
ir->index.entries_offset = cpu_to_le32(sizeof(struct index_header));