Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_bmap_item.h45 atomic_t bui_refcount; member
H A Dxfs_bmap_item.c57 ASSERT(atomic_read(&buip->bui_refcount) > 0); in xfs_bui_release()
58 if (atomic_dec_and_test(&buip->bui_refcount)) { in xfs_bui_release()
148 atomic_set(&buip->bui_refcount, 2); in xfs_bui_init()