Lines Matching refs:index
253 * Reverse index, indexed by the inode number of a directory that
261 * which is in the pending directory moves index above. In this case,
978 typedef int (*iterate_inode_ref_t)(int num, u64 dir, int index,
1006 int index;
1041 index = btrfs_inode_ref_index(eb, iref);
1047 index = btrfs_inode_extref_index(eb, extref);
1084 ret = iterate(num, dir, index, p, ctx);
1217 static int __copy_first_ref(int num, u64 dir, int index,
3219 * Find the inode number associated with the last dir index
3224 * the parent root b+tree for dir index keys.
3245 /* No index keys, dir can be removed. */
4693 static int record_new_ref_if_needed(int num, u64 dir, int index,
4723 static int record_deleted_ref_if_needed(int num, u64 dir, int index,
5261 pgoff_t index = offset >> PAGE_SHIFT;
5272 while (index <= last_index) {
5276 page = find_lock_page(sctx->cur_inode->i_mapping, index);
5279 &sctx->ra, NULL, index,
5280 last_index + 1 - index);
5283 index, GFP_KERNEL);
5293 index, last_index + 1 - index);
5314 index++;