Lines Matching refs:index
147 * Link an unindexed block with a dir trailer structure into the index free
259 * XXX: Is this really necessary, if the index is never looked
575 "Checksum failed for dir index root block %llu\n",
618 "Checksum failed for dir index leaf block %llu\n",
674 int ra_ptr = 0; /* Current index into readahead
827 * Returns the block index, from the start of the cluster which this
1212 int index)
1216 if (num_used == 1 || index == (num_used - 1))
1219 memmove(&entry_list->de_entries[index],
1220 &entry_list->de_entries[index + 1],
1221 (num_used - index - 1)*sizeof(struct ocfs2_dx_entry));
1232 int ret, index, max_rec_len, add_to_free_list = 0;
1265 index = (char *)dx_entry - (char *)entry_list->de_entries;
1266 index /= sizeof(*dx_entry);
1268 if (index >= le16_to_cpu(entry_list->de_num_used)) {
1270 (unsigned long long)OCFS2_I(dir)->ip_blkno, index,
1285 * Add the block holding our index into the journal before
1313 index);
1336 ocfs2_dx_list_remove_entry(entry_list, index);
2051 * entries which might not have been found in the index.
2439 * XXX: For create, this should claim cluster for the index
2524 * unindexed, then add the index block. This works with very
2530 * the index block.
2800 /* Add one more cluster for an index leaf */
2857 * Allocate our index cluster first, to maximize the
2914 * like a valid dirent. Even if inserting the index fails
3170 * never have an index root.
4177 * steps. The call to find_dir_space_dx reserves room in the index for