Lines Matching defs:item
79 * given bui log item. We use only 1 iovec, and we point that
80 * at the bui_log_format structure embedded in the bui item.
82 * slots in the bui item have been filled.
133 * Allocate and initialize an bui item with the given number of extents.
170 * given bud log item. We use only 1 iovec, and we point that
171 * at the bud_log_format structure embedded in the bud item.
173 * slots in the bud item have been filled.
302 /* Log bmap updates in the intent item. */
367 struct list_head *item,
374 bmap = container_of(item, struct xfs_bmap_intent, bi_list);
403 struct list_head *item)
407 bmap = container_of(item, struct xfs_bmap_intent, bi_list);
421 * Process a bmap update intent item that was recovered from the log.
545 /* Relog an intent item to push the log tail forward. */
607 * item from the bui format structure which was logged on disk.
616 struct xlog_recover_item *item,
624 bui_formatp = item->ri_buf[0].i_addr;
631 error = xfs_bui_copy_format(&item->ri_buf[0], &buip->bui_format);
662 struct xlog_recover_item *item,
667 bud_formatp = item->ri_buf[0].i_addr;
668 if (item->ri_buf[0].i_len != sizeof(struct xfs_bud_log_format)) {