Lines Matching defs:item
76 * given rui log item. We use only 1 iovec, and we point that
77 * at the rui_log_format structure embedded in the rui item.
79 * slots in the rui item have been filled.
130 * Allocate and initialize an rui item with the given number of extents.
198 * given rud log item. We use only 1 iovec, and we point that
199 * at the rud_log_format structure embedded in the rud item.
201 * slots in the rud item have been filled.
353 /* Log rmap updates in the intent item. */
418 struct list_head *item,
424 rmap = container_of(item, struct xfs_rmap_intent, ri_list);
445 struct list_head *item)
449 rmap = container_of(item, struct xfs_rmap_intent, ri_list);
464 * Process an rmap update intent item that was recovered from the log.
586 /* Relog an intent item to push the log tail forward. */
624 * item from the rui format structure which was logged on disk.
633 struct xlog_recover_item *item,
641 rui_formatp = item->ri_buf[0].i_addr;
644 error = xfs_rui_copy_format(&item->ri_buf[0], &ruip->rui_format);
675 struct xlog_recover_item *item,
680 rud_formatp = item->ri_buf[0].i_addr;
681 ASSERT(item->ri_buf[0].i_len == sizeof(struct xfs_rud_log_format));