Lines Matching refs:item
80 * given cui log item. We use only 1 iovec, and we point that
81 * at the cui_log_format structure embedded in the cui item.
83 * slots in the cui item have been filled.
134 * Allocate and initialize an cui item with the given number of extents.
178 * given cud log item. We use only 1 iovec, and we point that
179 * at the cud_log_format structure embedded in the cud item.
181 * slots in the cud item have been filled.
311 /* Log refcount updates in the intent item. */
393 struct list_head *item,
399 ri = container_of(item, struct xfs_refcount_intent, ri_list);
426 struct list_head *item)
430 ri = container_of(item, struct xfs_refcount_intent, ri_list);
472 * Process a refcount update intent item that was recovered from the log.
611 /* Relog an intent item to push the log tail forward. */
664 * item from the cui format structure which was logged on disk.
673 struct xlog_recover_item *item,
681 cui_formatp = item->ri_buf[0].i_addr;
683 if (item->ri_buf[0].i_len < xfs_cui_log_format_sizeof(0)) {
685 item->ri_buf[0].i_addr, item->ri_buf[0].i_len);
690 if (item->ri_buf[0].i_len != len) {
692 item->ri_buf[0].i_addr, item->ri_buf[0].i_len);
724 struct xlog_recover_item *item,
729 cud_formatp = item->ri_buf[0].i_addr;
730 if (item->ri_buf[0].i_len != sizeof(struct xfs_cud_log_format)) {
732 item->ri_buf[0].i_addr, item->ri_buf[0].i_len);