Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ext3/
Dnamei.c86 struct dx_entry struct
113 struct dx_entry entries[0];
119 struct dx_entry entries[0];
126 struct dx_entry *entries;
127 struct dx_entry *at;
137 static inline unsigned dx_get_block (struct dx_entry *entry);
138 static void dx_set_block (struct dx_entry *entry, unsigned value);
139 static inline unsigned dx_get_hash (struct dx_entry *entry);
140 static void dx_set_hash (struct dx_entry *entry, unsigned value);
141 static unsigned dx_get_count (struct dx_entry *entries);
[all …]
/linux-3.4.99/fs/ext4/
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 ext4_lblk_t dx_get_block(struct dx_entry *entry);
149 static void dx_set_block(struct dx_entry *entry, ext4_lblk_t 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 *entries);
[all …]
/linux-3.4.99/fs/ocfs2/
Ddir.c928 struct ocfs2_dx_entry *dx_entry = NULL; in ocfs2_dx_dir_search() local
974 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search()
976 if (hinfo->major_hash != le32_to_cpu(dx_entry->dx_major_hash) in ocfs2_dx_dir_search()
977 || hinfo->minor_hash != le32_to_cpu(dx_entry->dx_minor_hash)) in ocfs2_dx_dir_search()
985 le64_to_cpu(dx_entry->dx_dirent_blk), in ocfs2_dx_dir_search()
1022 res->dl_dx_entry = dx_entry; in ocfs2_dx_dir_search()
1266 struct ocfs2_dx_entry *dx_entry = lookup->dl_dx_entry; in ocfs2_delete_entry_dx() local
1295 index = (char *)dx_entry - (char *)entry_list->de_entries; in ocfs2_delete_entry_dx()
1296 index /= sizeof(*dx_entry); in ocfs2_delete_entry_dx()
1301 entry_list, dx_entry); in ocfs2_delete_entry_dx()
[all …]