Home
last modified time | relevance | path

Searched refs:bui_refcount (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_bmap_item.h45 atomic_t bui_refcount; member
H A Dxfs_bmap_item.c58 ASSERT(atomic_read(&buip->bui_refcount) > 0); in xfs_bui_release()
59 if (!atomic_dec_and_test(&buip->bui_refcount)) in xfs_bui_release()
150 atomic_set(&buip->bui_refcount, 2); in xfs_bui_init()