fs/ntfs/dir.c
123
ie = (struct index_entry *)((u8 *)&ir->index +
fs/ntfs/dir.c
129
for (;; ie = (struct index_entry *)((u8 *)ie + le16_to_cpu(ie->length))) {
fs/ntfs/dir.c
363
ie = (struct index_entry *)((u8 *)&ia->index +
fs/ntfs/dir.c
370
for (;; ie = (struct index_entry *)((u8 *)ie + le16_to_cpu(ie->length))) {
fs/ntfs/dir.c
593
struct ntfs_inode *ndir, struct page *ia_page, struct index_entry *ie,
fs/ntfs/dir.c
728
struct index_entry *next = NULL;
fs/ntfs/dir.c
82
struct index_entry *ie;
fs/ntfs/dir.c
865
next = (struct index_entry *)((u8 *)&ir->index +
fs/ntfs/index.c
1112
struct index_entry *ie_last;
fs/ntfs/index.c
1124
ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end);
fs/ntfs/index.c
1140
struct index_entry *ie_last;
fs/ntfs/index.c
1147
ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end);
fs/ntfs/index.c
1154
ie_last = (struct index_entry *)ies_start;
fs/ntfs/index.c
1159
struct index_entry *median, s64 new_vcn)
fs/ntfs/index.c
1162
struct index_entry *ie_head; /* first entry after the median */
fs/ntfs/index.c
1188
struct index_entry *ie)
fs/ntfs/index.c
1191
struct index_entry *ie_last;
fs/ntfs/index.c
1199
ie_last = ntfs_ie_get_last((struct index_entry *)ies_start, ies_end);
fs/ntfs/index.c
1243
struct index_entry *ie;
fs/ntfs/index.c
1430
static int ntfs_ie_add_vcn(struct index_entry **ie)
fs/ntfs/index.c
1432
struct index_entry *p, *old = *ie;
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
1447
struct index_entry *ie_node, *ie;
fs/ntfs/index.c
1483
static int ntfs_ir_insert_median(struct ntfs_index_context *icx, struct index_entry *median,
fs/ntfs/index.c
1520
static int ntfs_ib_insert(struct ntfs_index_context *icx, struct index_entry *ie, s64 new_vcn,
fs/ntfs/index.c
1566
struct index_entry *median;
fs/ntfs/index.c
1636
int ntfs_ie_add(struct ntfs_index_context *icx, struct index_entry *ie)
fs/ntfs/index.c
1696
struct index_entry *ie;
fs/ntfs/index.c
1734
struct index_entry *ie, struct index_block *ib)
fs/ntfs/index.c
1736
struct index_entry *ie_roam;
fs/ntfs/index.c
1783
struct index_entry *ie;
fs/ntfs/index.c
1806
struct index_entry *ie, *ie_prev;
fs/ntfs/index.c
1823
struct index_entry *ie;
fs/ntfs/index.c
1877
struct index_entry *ie_succ, *ie, *entry = icx->entry;
fs/ntfs/index.c
2069
struct index_entry *ntfs_index_walk_down(struct index_entry *ie, struct ntfs_index_context *ictx)
fs/ntfs/index.c
2071
struct index_entry *entry;
fs/ntfs/index.c
2118
static struct index_entry *ntfs_index_walk_up(struct index_entry *ie,
fs/ntfs/index.c
2121
struct index_entry *entry = ie;
fs/ntfs/index.c
2188
struct index_entry *ntfs_index_next(struct index_entry *ie, struct ntfs_index_context *ictx)
fs/ntfs/index.c
2190
struct index_entry *next;
fs/ntfs/index.c
2205
next = (struct index_entry *)((char *)ie + le16_to_cpu(ie->length));
fs/ntfs/index.c
245
static __le64 *ntfs_ie_get_vcn_addr(struct index_entry *ie)
fs/ntfs/index.c
253
static s64 ntfs_ie_get_vcn(struct index_entry *ie)
fs/ntfs/index.c
258
static struct index_entry *ntfs_ie_get_first(struct index_header *ih)
fs/ntfs/index.c
260
return (struct index_entry *)((u8 *)ih + le32_to_cpu(ih->entries_offset));
fs/ntfs/index.c
263
static struct index_entry *ntfs_ie_get_next(struct index_entry *ie)
fs/ntfs/index.c
265
return (struct index_entry *)((char *)ie + le16_to_cpu(ie->length));
fs/ntfs/index.c
273
static int ntfs_ie_end(struct index_entry *ie)
fs/ntfs/index.c
32
const struct index_entry *ie,
fs/ntfs/index.c
331
struct index_entry *ie;
fs/ntfs/index.c
36
((le16_to_cpu(ie->key_length) + offsetof(struct index_entry, key)) >
fs/ntfs/index.c
368
static struct index_entry *ntfs_ie_get_last(struct index_entry *ie, char *ies_end)
fs/ntfs/index.c
378
static struct index_entry *ntfs_ie_get_by_pos(struct index_header *ih, int pos)
fs/ntfs/index.c
380
struct index_entry *ie;
fs/ntfs/index.c
392
static struct index_entry *ntfs_ie_prev(struct index_header *ih, struct index_entry *ie)
fs/ntfs/index.c
394
struct index_entry *ie_prev = NULL;
fs/ntfs/index.c
395
struct index_entry *tmp;
fs/ntfs/index.c
412
struct index_entry *ie;
fs/ntfs/index.c
434
static void ntfs_ie_delete(struct index_header *ih, struct index_entry *ie)
fs/ntfs/index.c
44
if ((offsetof(struct index_entry, key.file_name.file_name) +
fs/ntfs/index.c
446
static void ntfs_ie_set_vcn(struct index_entry *ie, s64 vcn)
fs/ntfs/index.c
454
static void ntfs_ie_insert(struct index_header *ih, struct index_entry *ie,
fs/ntfs/index.c
455
struct index_entry *pos)
fs/ntfs/index.c
467
static struct index_entry *ntfs_ie_dup(struct index_entry *ie)
fs/ntfs/index.c
474
static struct index_entry *ntfs_ie_dup_novcn(struct index_entry *ie)
fs/ntfs/index.c
476
struct index_entry *dup;
fs/ntfs/index.c
624
s64 *vcn, struct index_entry **ie_out)
fs/ntfs/index.c
626
struct index_entry *ie;
fs/ntfs/index.c
803
struct index_entry *ie;
fs/ntfs/index.c
909
icx->data = (u8 *)ie + offsetof(struct index_entry, key);
fs/ntfs/index.c
948
static struct index_entry *ntfs_ie_get_median(struct index_header *ih)
fs/ntfs/index.c
950
struct index_entry *ie, *ie_start;
fs/ntfs/index.h
112
struct index_entry *ntfs_index_walk_down(struct index_entry *ie, struct ntfs_index_context *ictx);
fs/ntfs/index.h
113
struct index_entry *ntfs_index_next(struct index_entry *ie, struct ntfs_index_context *ictx);
fs/ntfs/index.h
116
int ntfs_ie_add(struct ntfs_index_context *icx, struct index_entry *ie);
fs/ntfs/index.h
74
struct index_entry *entry;
fs/ntfs/namei.c
557
struct index_entry *ie;
fs/ntfs/namei.c
580
ie = (struct index_entry *)((u8 *)ir + sizeof(struct index_root));
fs/ntfs/reparse.c
503
return ntfs_ie_add(xr, (struct index_entry *)&indx);
mm/shmem.c
2248
softleaf_t index_entry;
mm/shmem.c
2255
index_entry = radix_to_swp_entry(*foliop);
mm/shmem.c
2256
swap = index_entry;
mm/shmem.c
2259
if (softleaf_is_poison_marker(index_entry))
mm/shmem.c
2262
si = get_swap_device(index_entry);
mm/shmem.c
2263
order = shmem_confirm_swap(mapping, index, index_entry);
mm/shmem.c
2318
error = shmem_split_large_entry(inode, index, index_entry, gfp);