Searched refs:at_end (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dchapter-index.c68 return (!entry->at_end) && (entry->key == address);
189 } while (entry.at_end);
197 } while (!entry.at_end);
248 if (entry.at_end)
H A Ddelta-index.h140 * (4) If at_end is true, the delta_list entry can only be used as the insertion point for a new
143 * (5) If at_end is false and is_collision is true, the delta_list entry fields refer to a
147 * (6) If at_end is false and is_collision is false, the delta_list entry fields refer to a
157 bool at_end; member in struct:delta_index_entry
H A Ddelta-index.c1215 int result = VDO_ASSERT(!delta_entry->at_end,
1287 delta_entry->at_end = false;
1362 delta_entry->at_end = true;
1454 } while (!delta_entry->at_end && (key > delta_entry->key));
1460 if (!delta_entry->at_end && (key == delta_entry->key)) {
1470 if (collision_entry.at_end || !collision_entry.is_collision)
1743 } else if (delta_entry->at_end) {
1751 delta_entry->at_end = false;
1869 } else if (next_entry.at_end) {
1965 delta_entry->offset, delta_entry->at_end
[all...]
H A Dvolume-index.c397 while (!record->delta_entry.at_end) {
435 } while (!record->delta_entry.at_end && (key > record->delta_entry.key));
443 if (!other_record.delta_entry.at_end && (key == other_record.delta_entry.key)) {
452 if (other_record.delta_entry.at_end ||
467 while (!other_record.delta_entry.at_end) {
520 (!record->delta_entry.at_end && (record->delta_entry.key == address));
762 if (delta_entry.at_end || (delta_entry.key != address))
/linux-master/fs/bcachefs/
H A Dbtree_journal_iter.h25 bool at_end; member in struct:btree_and_journal_iter
H A Dbtree_journal_iter.c384 iter->at_end = true;
422 if (iter->at_end)
450 iter->at_end = true;
473 iter->at_end = false;
/linux-master/drivers/atm/
H A Deni.c876 int at_end; local
881 at_end = eni_vcc->rx_pos == tmp >> MID_VCI_READ_SHIFT;
883 if (at_end) break;
/linux-master/fs/btrfs/
H A Dsend.c6606 static int process_recorded_refs_if_needed(struct send_ctx *sctx, int at_end, argument
6614 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid &&
6629 static int finish_inode_if_needed(struct send_ctx *sctx, int at_end) argument
6651 ret = process_recorded_refs_if_needed(sctx, at_end, &pending_move,
6673 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino)

Completed in 155 milliseconds