Lines Matching refs:item

83  * given efi log item. We use only 1 iovec, and we point that
84 * at the efi_log_format structure embedded in the efi item.
86 * slots in the efi item have been filled.
138 * Allocate and initialize an efi item with the given number of extents.
253 * given efd log item. We use only 1 iovec, and we point that
254 * at the efd_log_format structure embedded in the efd item.
256 * slots in the efd item have been filled.
307 * Allocate an "extent free done" log item that will hold nextents worth of
446 /* Log a free extent to the intent item. */
527 struct list_head *item,
533 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
560 struct list_head *item)
564 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
587 struct list_head *item,
600 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
655 * Process an extent free intent item that was recovered from
750 /* Relog an intent item to push the log tail forward. */
791 * item from the efi format structure which was logged on disk.
800 struct xlog_recover_item *item,
808 efi_formatp = item->ri_buf[0].i_addr;
810 if (item->ri_buf[0].i_len < xfs_efi_log_format_sizeof(0)) {
812 item->ri_buf[0].i_addr, item->ri_buf[0].i_len);
817 error = xfs_efi_copy_format(&item->ri_buf[0], &efip->efi_format);
848 struct xlog_recover_item *item,
852 int buflen = item->ri_buf[0].i_len;
854 efd_formatp = item->ri_buf[0].i_addr;
862 if (item->ri_buf[0].i_len != xfs_efd_log_format32_sizeof(
864 item->ri_buf[0].i_len != xfs_efd_log_format64_sizeof(