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

/linux-master/fs/xfs/
H A Dxfs_bmap_item.c641 struct xfs_bui_log_format *bui_formatp; local
644 bui_formatp = item->ri_buf[0].i_addr;
652 if (bui_formatp->bui_nextents != XFS_BUI_MAX_FAST_EXTENTS) {
658 len = xfs_bui_log_format_sizeof(bui_formatp->bui_nextents);
666 xfs_bui_copy_format(&buip->bui_format, bui_formatp);
667 atomic_set(&buip->bui_next_extent, bui_formatp->bui_nextents);

Completed in 124 milliseconds