Searched refs:dx_entry (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c97 struct dx_entry struct
124 struct dx_entry entries[0];
130 struct dx_entry entries[0];
137 struct dx_entry *entries;
138 struct dx_entry *at;
148 static inline unsigned dx_get_block (struct dx_entry *entry);
149 static void dx_set_block (struct dx_entry *entry, unsigned value);
150 static inline unsigned dx_get_hash (struct dx_entry *entry);
151 static void dx_set_hash (struct dx_entry *entry, unsigned value);
152 static unsigned dx_get_count (struct dx_entry *entrie
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c96 struct dx_entry struct
123 struct dx_entry entries[0];
129 struct dx_entry entries[0];
136 struct dx_entry *entries;
137 struct dx_entry *at;
147 static inline ext4_lblk_t dx_get_block(struct dx_entry *entry);
148 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t value);
149 static inline unsigned dx_get_hash(struct dx_entry *entry);
150 static void dx_set_hash(struct dx_entry *entry, unsigned value);
151 static unsigned dx_get_count(struct dx_entry *entrie
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c921 struct ocfs2_dx_entry *dx_entry = NULL; local
969 dx_entry = &entry_list->de_entries[i];
971 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash)
972 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash))
980 le64_to_cpu(dx_entry->dx_dirent_blk),
1013 res->dl_dx_entry = dx_entry;
1261 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; local
1290 index = (char *)dx_entry - (char *)entry_list->de_entries;
1291 index /= sizeof(*dx_entry);
1294 mlog(ML_ERROR, "Dir %llu: Bad dx_entry pt
1466 struct ocfs2_dx_entry *dx_entry; local
3709 struct ocfs2_dx_entry *dx_entry; local
4073 struct ocfs2_dx_entry *dx_entry; local
[all...]

Completed in 117 milliseconds