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

/linux-master/fs/xfs/
H A Dxfs_bmap_item.h46 atomic_t bui_next_extent; member in struct:xfs_bui_log_item
H A Dxfs_bmap_item.c95 ASSERT(atomic_read(&buip->bui_next_extent) ==
150 atomic_set(&buip->bui_next_extent, 0);
258 next_extent = atomic_inc_return(&buip->bui_next_extent) - 1;
577 atomic_set(&buip->bui_next_extent, count);
667 atomic_set(&buip->bui_next_extent, bui_formatp->bui_nextents);

Completed in 96 milliseconds